Porting to TDE

From Trinity Desktop Project Wiki
Revision as of 15:44, 16 February 2022 by Blu256 (talk | contribs) (→‎Widget styles: added bit about porting from readme)
Jump to navigation Jump to search
Konqi.png
To-do
This section has not been written/completed yet. You can contribute to Trinity by writing or finalizing this section.

This page is intended to provide generic instructions for porting old KDE3 software to the Trinity libraries.

Build system

Software

Widget styles

The TQt Style API has undergone some important changes, so porting a widget style to TDE will entail a little more than just running scripts.

Porting an existing style to the new API is relatively straightforward; simply update the function definitions in the existing style with the new definition prototypes and cast the passed pointer to TQWidget or TQObject where appropriate.

Window decorations