summaryrefslogtreecommitdiffstats
path: root/twin
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:48:59 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:48:59 -0600
commit371e91c48d010efedcc490858f04b8d75e91a82d (patch)
tree722c82764ee74ef74a48e3ceea5740b3a008b15b /twin
parent9fad243fd6c7e0d838d518cf283a0ec1ccbda1a6 (diff)
downloadtdebase-371e91c48d010efedcc490858f04b8d75e91a82d.tar.gz
tdebase-371e91c48d010efedcc490858f04b8d75e91a82d.zip
Additional renaming of kde to tde
Diffstat (limited to 'twin')
-rw-r--r--twin/HACKING14
-rw-r--r--twin/README2
-rw-r--r--twin/clients/REQUIREMENTS_FOR_CVS2
-rw-r--r--twin/lib/kdecoration.h2
-rw-r--r--twin/lib/kdecoration_plugins_p.cpp6
-rw-r--r--twin/oldheaders/client.h2
-rw-r--r--twin/oldheaders/options.h2
-rw-r--r--twin/oldheaders/twinbutton.h2
-rw-r--r--twin/oldheaders/workspace.h2
9 files changed, 17 insertions, 17 deletions
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 <tqobject.h>
#include <tqiconset.h>
#include <netwm_def.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
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 .