diff options
author | Mavridis Philippe <[email protected]> | 2023-06-22 15:07:49 +0300 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2023-07-07 12:03:16 +0300 |
commit | 88ea716029699830af75615bb9a0cbaf213a01ba (patch) | |
tree | 8631a693155c9dddc45ef12ab83086e12d72afe0 /twin/clients/PORTING | |
parent | 84ab47055dcfb9cf1bb11a22c8ab6de3fb0819b7 (diff) | |
download | tdebase-88ea716029699830af75615bb9a0cbaf213a01ba.tar.gz tdebase-88ea716029699830af75615bb9a0cbaf213a01ba.zip |
KWin: rename client libraries twin3_* -> twin_*
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'twin/clients/PORTING')
-rw-r--r-- | twin/clients/PORTING | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/twin/clients/PORTING b/twin/clients/PORTING index 0c0c1a6ea..e6a18a7a1 100644 --- a/twin/clients/PORTING +++ b/twin/clients/PORTING @@ -2,14 +2,10 @@ It's suggested you check sources of some KDE CVS decoration if in doubts or in n Also, the API is documented in the .h header files. Makefile.am: -- Change twin_ to twin3_ (in LDFLAGS, LIBADD, kde_module_LTLIBRARIES, SOURCES). - Make sure LDFLAGS contains $(KDE_PLUGIN) and -module . - Add -ltdecorations to LIBADD. - Do NOT rename the directory where the .desktop file is installed ( $(kde_datadir)/twin/ ). -.desktop file: -- Change twin_ to twin3_ in X-TDE-Library. - Sources: - There are no twin/something.h includes, and don't use the KWinInternal namespace. - Use QToolTip instead of KWinToolTip. |