From 371e91c48d010efedcc490858f04b8d75e91a82d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:48:59 -0600 Subject: Additional renaming of kde to tde --- twin/HACKING | 14 +++++++------- twin/README | 2 +- twin/clients/REQUIREMENTS_FOR_CVS | 2 +- twin/lib/kdecoration.h | 2 +- twin/lib/kdecoration_plugins_p.cpp | 6 +++--- twin/oldheaders/client.h | 2 +- twin/oldheaders/options.h | 2 +- twin/oldheaders/twinbutton.h | 2 +- twin/oldheaders/workspace.h | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) (limited to 'twin') diff --git a/twin/HACKING b/twin/HACKING index 3dcd579f3..3cee26330 100644 --- a/twin/HACKING +++ b/twin/HACKING @@ -14,13 +14,13 @@ KWin parts: =========== There are four parts of KWin: -- The KWin core, located in kdebase/twin/*, which implements the actual functionality. -- The decoration plugins, located in kdebase/twin/clients and kdeartwork/twin-styles, which +- The KWin core, located in tdebase/twin/*, which implements the actual functionality. +- The decoration plugins, located in tdebase/twin/clients and tdeartwork/twin-styles, which are responsible for the visual representation of the windows. -- The libkdecoration library, located in kdebase/twin/lib/*, which is used for communication +- The libkdecoration library, located in tdebase/twin/lib/*, which is used for communication between the core and the decoration, and also implements some shared functionality for the decorations. -- KControl modules, located in kdebase/twin/kcmtwin. +- KControl modules, located in tdebase/twin/kcmtwin. KWin decorations: @@ -101,7 +101,7 @@ The rest of the files contain additional helper classes: - group.* - grouping related windows together (warning! This is currently really messy and scary code that should be rewritten). - killwindow.* - handling of the Ctrl+Esc feature -- twinbindings.cpp - KWin's keyboard shortcuts (used by kdebase/kcontrol/keys) +- twinbindings.cpp - KWin's keyboard shortcuts (used by tdebase/kcontrol/keys) - notifications.* - for KNotify - options.* - all configuration options for KWin are stored in this class - plugins.* - loading of the right decoration plugin @@ -109,8 +109,8 @@ The rest of the files contain additional helper classes: - tabbox.* - the Alt+Tab dialog - utils.* - various small utility functions/classes -KWin also uses code from kdelibs, specifically files netwm.cpp, netwm.h, netwm_def.h and netwm_p.h -from kdelibs/tdecore. These files implement support for the EWMH window manager specification, +KWin also uses code from tdelibs, specifically files netwm.cpp, netwm.h, netwm_def.h and netwm_p.h +from tdelibs/tdecore. These files implement support for the EWMH window manager specification, originally called NETWM (hence the filenames). diff --git a/twin/README b/twin/README index 7677b2b78..3e4e49219 100644 --- a/twin/README +++ b/twin/README @@ -160,7 +160,7 @@ mainwindow should in the cookie dialog case point to the Konqueror window for which it has been shown. This is solved in kcookiejar by including the window id in the DCOP call. When the cookie dialog is shown, its WM_TRANSIENT_FOR property is manually set using the XSetTransientForHint() -call (see kdelibs/kioslave/http/kcookiejar/kcookiewin.cpp). The arguments +call (see tdelibs/kioslave/http/kcookiejar/kcookiewin.cpp). The arguments to XSetTransientForHint() call are the X display (i.e. qt_xdisplay()), the window id on which the WM_TRANSIENT_FOR property is to be set (i.e. use QWidget::winId()), and the window id of the mainwindow. diff --git a/twin/clients/REQUIREMENTS_FOR_CVS b/twin/clients/REQUIREMENTS_FOR_CVS index 778e2fe2d..0c8c2a6d7 100644 --- a/twin/clients/REQUIREMENTS_FOR_CVS +++ b/twin/clients/REQUIREMENTS_FOR_CVS @@ -3,7 +3,7 @@ follow the following requirements: A) You must follow the current color scheme for all decorations. *No* fixed pixmaps are allowed for the clients. If you wish to draw your decorations -use as few shades as possible, then use kpixmap2bitmap in kdegraphics +use as few shades as possible, then use kpixmap2bitmap in tdegraphics to convert them into individual bitmaps. Once this is done you can draw the bitmaps using a colorgroup with kColorBitmaps. diff --git a/twin/lib/kdecoration.h b/twin/lib/kdecoration.h index ae3c58e28..30da5bc5c 100644 --- a/twin/lib/kdecoration.h +++ b/twin/lib/kdecoration.h @@ -30,7 +30,7 @@ DEALINGS IN THE SOFTWARE. #include #include #include -#include +#include class KDecorationOptionsPrivate; class KDecorationBridge; diff --git a/twin/lib/kdecoration_plugins_p.cpp b/twin/lib/kdecoration_plugins_p.cpp index a7b12ab85..644f4a63c 100644 --- a/twin/lib/kdecoration_plugins_p.cpp +++ b/twin/lib/kdecoration_plugins_p.cpp @@ -165,15 +165,15 @@ bool KDecorationPlugins::loadPlugin( TQString nameStr ) pluginStr = nameStr; - // For clients in kdeartwork + // For clients in tdeartwork TQString catalogue = nameStr; catalogue.replace( "twin3_", "twin_" ); KGlobal::locale()->insertCatalogue( catalogue ); // For KCommonDecoration based clients KGlobal::locale()->insertCatalogue( "twin_lib" ); - // For clients in kdebase + // For clients in tdebase KGlobal::locale()->insertCatalogue( "twin_clients" ); - // For clients in kdeartwork + // For clients in tdeartwork KGlobal::locale()->insertCatalogue( "twin_art_clients" ); old_library = oldLibrary; // save for delayed destroying diff --git a/twin/oldheaders/client.h b/twin/oldheaders/client.h index cff5cdb61..c3d560e3d 100644 --- a/twin/oldheaders/client.h +++ b/twin/oldheaders/client.h @@ -1,4 +1,4 @@ #error The KWin decorations API provided by this header file is obsolete. #error All code using it will have to be ported to the new KDecoration API. -// See kdebase/twin/clients/PORTING . +// See tdebase/twin/clients/PORTING . diff --git a/twin/oldheaders/options.h b/twin/oldheaders/options.h index cff5cdb61..c3d560e3d 100644 --- a/twin/oldheaders/options.h +++ b/twin/oldheaders/options.h @@ -1,4 +1,4 @@ #error The KWin decorations API provided by this header file is obsolete. #error All code using it will have to be ported to the new KDecoration API. -// See kdebase/twin/clients/PORTING . +// See tdebase/twin/clients/PORTING . diff --git a/twin/oldheaders/twinbutton.h b/twin/oldheaders/twinbutton.h index cff5cdb61..c3d560e3d 100644 --- a/twin/oldheaders/twinbutton.h +++ b/twin/oldheaders/twinbutton.h @@ -1,4 +1,4 @@ #error The KWin decorations API provided by this header file is obsolete. #error All code using it will have to be ported to the new KDecoration API. -// See kdebase/twin/clients/PORTING . +// See tdebase/twin/clients/PORTING . diff --git a/twin/oldheaders/workspace.h b/twin/oldheaders/workspace.h index cff5cdb61..c3d560e3d 100644 --- a/twin/oldheaders/workspace.h +++ b/twin/oldheaders/workspace.h @@ -1,4 +1,4 @@ #error The KWin decorations API provided by this header file is obsolete. #error All code using it will have to be ported to the new KDecoration API. -// See kdebase/twin/clients/PORTING . +// See tdebase/twin/clients/PORTING . -- cgit v1.2.1