summaryrefslogtreecommitdiffstats
path: root/kommander
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 22:00:37 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 22:00:37 -0600
commit279764bab1514a051db18e14241e9bae62be14d6 (patch)
treec587a443a0a228897e395535e2791dbde757bb3d /kommander
parentee38b2862bfd887e95cf62fdf244edad40ece7b2 (diff)
downloadtdewebdev-279764bab1514a051db18e14241e9bae62be14d6.tar.gz
tdewebdev-279764bab1514a051db18e14241e9bae62be14d6.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kommander')
-rw-r--r--kommander/editor/actiondnd.cpp2
-rw-r--r--kommander/editor/actioneditorimpl.cpp2
-rw-r--r--kommander/editor/actionlistview.cpp2
-rw-r--r--kommander/editor/assoctexteditorimpl.cpp8
-rw-r--r--kommander/editor/choosewidgetimpl.cpp2
-rw-r--r--kommander/editor/command.cpp2
-rw-r--r--kommander/editor/connectioneditorimpl.cpp2
-rw-r--r--kommander/editor/formfile.cpp4
-rw-r--r--kommander/editor/formwindow.cpp4
-rw-r--r--kommander/editor/functionsimpl.cpp4
-rw-r--r--kommander/editor/hierarchyview.cpp2
-rw-r--r--kommander/editor/iconvieweditorimpl.cpp2
-rw-r--r--kommander/editor/listboxeditorimpl.cpp2
-rw-r--r--kommander/editor/listvieweditorimpl.cpp2
-rw-r--r--kommander/editor/main.cpp2
-rw-r--r--kommander/editor/mainwindow.cpp6
-rw-r--r--kommander/editor/mainwindowactions.cpp8
-rw-r--r--kommander/editor/messagelog.cpp2
-rw-r--r--kommander/editor/messagelog.h2
-rw-r--r--kommander/editor/multilineeditorimpl.cpp2
-rw-r--r--kommander/editor/newformimpl.cpp4
-rw-r--r--kommander/editor/pixmapchooser.cpp2
-rw-r--r--kommander/editor/propertyeditor.cpp2
-rw-r--r--kommander/editor/resource.cpp2
-rw-r--r--kommander/editor/sizehandle.cpp2
-rw-r--r--kommander/editor/tableeditorimpl.cpp2
-rw-r--r--kommander/editor/widgetdatabase.cpp2
-rw-r--r--kommander/editor/widgetfactory.cpp2
-rw-r--r--kommander/editor/wizardeditorimpl.cpp2
-rw-r--r--kommander/editor/workspace.cpp2
-rw-r--r--kommander/examples/old/widgetgenerator.kmdr2
-rw-r--r--kommander/executor/instance.cpp6
-rw-r--r--kommander/executor/main.cpp6
-rw-r--r--kommander/executor/register.cpp2
-rw-r--r--kommander/factory/kommanderfactory.cpp4
-rw-r--r--kommander/plugin/specialinformation.cpp2
-rw-r--r--kommander/pluginmanager/main.cpp2
-rw-r--r--kommander/pluginmanager/mainwindow.cpp6
-rw-r--r--kommander/widget/expression.cpp2
-rw-r--r--kommander/widget/functionlib.cpp6
-rw-r--r--kommander/widget/kommanderfunctions.cpp4
-rw-r--r--kommander/widget/kommanderwidget.cpp4
-rw-r--r--kommander/widget/myprocess.cpp4
-rw-r--r--kommander/widget/parser.cpp2
-rw-r--r--kommander/widgets/aboutdialog.cpp2
-rw-r--r--kommander/widgets/buttongroup.cpp2
-rw-r--r--kommander/widgets/closebutton.cpp4
-rw-r--r--kommander/widgets/combobox.cpp2
-rw-r--r--kommander/widgets/dialog.cpp2
-rw-r--r--kommander/widgets/execbutton.cpp4
-rw-r--r--kommander/widgets/fontdialog.cpp2
-rw-r--r--kommander/widgets/groupbox.cpp2
-rw-r--r--kommander/widgets/lineedit.cpp2
-rw-r--r--kommander/widgets/listbox.cpp2
-rw-r--r--kommander/widgets/pixmaplabel.cpp2
-rw-r--r--kommander/widgets/popupmenu.cpp4
-rw-r--r--kommander/widgets/progressbar.cpp2
-rw-r--r--kommander/widgets/richtexteditor.cpp2
-rw-r--r--kommander/widgets/scriptobject.cpp4
-rw-r--r--kommander/widgets/table.cpp6
-rw-r--r--kommander/widgets/tabwidget.cpp2
-rw-r--r--kommander/widgets/textbrowser.cpp2
-rw-r--r--kommander/widgets/textedit.cpp2
-rw-r--r--kommander/widgets/timer.cpp4
-rw-r--r--kommander/widgets/toolbox.cpp2
-rw-r--r--kommander/widgets/treewidget.cpp4
-rw-r--r--kommander/working/plugintemplate/plugin.cpp4
-rw-r--r--kommander/working/plugintemplate/widget.cpp4
68 files changed, 102 insertions, 102 deletions
diff --git a/kommander/editor/actiondnd.cpp b/kommander/editor/actiondnd.cpp
index ae25449c..d07bfebf 100644
--- a/kommander/editor/actiondnd.cpp
+++ b/kommander/editor/actiondnd.cpp
@@ -40,7 +40,7 @@
#include "metadatabase.h"
#include "widgetfactory.h"
-#include <klocale.h>
+#include <tdelocale.h>
bool QDesignerAction::addTo( TQWidget *w )
{
diff --git a/kommander/editor/actioneditorimpl.cpp b/kommander/editor/actioneditorimpl.cpp
index fdb75ea7..8dea07ad 100644
--- a/kommander/editor/actioneditorimpl.cpp
+++ b/kommander/editor/actioneditorimpl.cpp
@@ -34,7 +34,7 @@
#include <tqpopupmenu.h>
#include <tqobjectlist.h>
-#include <klocale.h>
+#include <tdelocale.h>
ActionEditor::ActionEditor( TQWidget* parent, const char* name, WFlags fl )
: ActionEditorBase( parent, name, fl ), currentAction( 0 ), formWindow( 0 )
diff --git a/kommander/editor/actionlistview.cpp b/kommander/editor/actionlistview.cpp
index 3193d24c..80d4d94c 100644
--- a/kommander/editor/actionlistview.cpp
+++ b/kommander/editor/actionlistview.cpp
@@ -22,7 +22,7 @@
#include <tqdragobject.h>
#include <tqheader.h>
-#include <klocale.h>
+#include <tdelocale.h>
ActionListView::ActionListView( TQWidget *parent, const char *name )
: TQListView( parent, name )
diff --git a/kommander/editor/assoctexteditorimpl.cpp b/kommander/editor/assoctexteditorimpl.cpp
index f034f4a7..4652c400 100644
--- a/kommander/editor/assoctexteditorimpl.cpp
+++ b/kommander/editor/assoctexteditorimpl.cpp
@@ -15,11 +15,11 @@
* *
***************************************************************************/
/* KDE INCLUDES */
-#include <klocale.h>
+#include <tdelocale.h>
#include <tdefiledialog.h>
-#include <kmessagebox.h>
-#include <kglobal.h>
-#include <kglobalsettings.h>
+#include <tdemessagebox.h>
+#include <tdeglobal.h>
+#include <tdeglobalsettings.h>
#include <kiconloader.h>
#include <kpushbutton.h>
#include <ktextedit.h>
diff --git a/kommander/editor/choosewidgetimpl.cpp b/kommander/editor/choosewidgetimpl.cpp
index 3debb9ba..05738567 100644
--- a/kommander/editor/choosewidgetimpl.cpp
+++ b/kommander/editor/choosewidgetimpl.cpp
@@ -16,7 +16,7 @@
/** KDE INCLUDES */
#include <tdelistview.h>
-#include <klocale.h>
+#include <tdelocale.h>
/** QT INCLUDES */
#include <tqptrstack.h>
diff --git a/kommander/editor/command.cpp b/kommander/editor/command.cpp
index 02da2f52..63343b35 100644
--- a/kommander/editor/command.cpp
+++ b/kommander/editor/command.cpp
@@ -48,7 +48,7 @@
#endif
#include <tqaction.h>
-#include <klocale.h>
+#include <tdelocale.h>
CommandHistory::CommandHistory( int s )
diff --git a/kommander/editor/connectioneditorimpl.cpp b/kommander/editor/connectioneditorimpl.cpp
index 78560f8f..6ff3ef01 100644
--- a/kommander/editor/connectioneditorimpl.cpp
+++ b/kommander/editor/connectioneditorimpl.cpp
@@ -31,7 +31,7 @@
#include <tdelistview.h>
#include <kpushbutton.h>
#include <kcombobox.h>
-#include <klocale.h>
+#include <tdelocale.h>
static const char *const ignore_slots[] = {
"destroyed()",
diff --git a/kommander/editor/formfile.cpp b/kommander/editor/formfile.cpp
index 97a636ef..1efb1fca 100644
--- a/kommander/editor/formfile.cpp
+++ b/kommander/editor/formfile.cpp
@@ -35,8 +35,8 @@
// KDE includes
#include <kdebug.h>
#include <tdefiledialog.h>
-#include <klocale.h>
-#include <kmessagebox.h>
+#include <tdelocale.h>
+#include <tdemessagebox.h>
#include <kstatusbar.h>
#include <kstdguiitem.h>
diff --git a/kommander/editor/formwindow.cpp b/kommander/editor/formwindow.cpp
index e88dccd0..4e14134c 100644
--- a/kommander/editor/formwindow.cpp
+++ b/kommander/editor/formwindow.cpp
@@ -42,8 +42,8 @@
#include <tqwhatsthis.h>
// KDE includes
-#include <klocale.h>
-#include <kmessagebox.h>
+#include <tdelocale.h>
+#include <tdemessagebox.h>
#include <kstatusbar.h>
// Other includes
diff --git a/kommander/editor/functionsimpl.cpp b/kommander/editor/functionsimpl.cpp
index ab56089a..9bdb03c5 100644
--- a/kommander/editor/functionsimpl.cpp
+++ b/kommander/editor/functionsimpl.cpp
@@ -22,11 +22,11 @@
/* KDE INCLUDES */
#include <kcombobox.h>
-#include <kglobal.h>
+#include <tdeglobal.h>
#include <kiconloader.h>
#include <tdelistbox.h>
#include <klineedit.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kpushbutton.h>
#include <ktextedit.h>
#include <ktextbrowser.h>
diff --git a/kommander/editor/hierarchyview.cpp b/kommander/editor/hierarchyview.cpp
index 89aed9fb..df8beeb5 100644
--- a/kommander/editor/hierarchyview.cpp
+++ b/kommander/editor/hierarchyview.cpp
@@ -43,7 +43,7 @@
#include <tqworkspace.h>
#include <tqaccel.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <stdlib.h>
diff --git a/kommander/editor/iconvieweditorimpl.cpp b/kommander/editor/iconvieweditorimpl.cpp
index 7ca5b989..2fe8eed4 100644
--- a/kommander/editor/iconvieweditorimpl.cpp
+++ b/kommander/editor/iconvieweditorimpl.cpp
@@ -29,7 +29,7 @@
#include <tqpushbutton.h>
#include <tqcheckbox.h>
-#include <klocale.h>
+#include <tdelocale.h>
IconViewEditor::IconViewEditor( TQWidget *parent, TQWidget *editWidget, FormWindow *fw )
: IconViewEditorBase( parent, 0, true ), formwindow( fw )
diff --git a/kommander/editor/listboxeditorimpl.cpp b/kommander/editor/listboxeditorimpl.cpp
index 22c07cea..047bc4f8 100644
--- a/kommander/editor/listboxeditorimpl.cpp
+++ b/kommander/editor/listboxeditorimpl.cpp
@@ -30,7 +30,7 @@
#include <tqpushbutton.h>
#include <tqcheckbox.h>
-#include <klocale.h>
+#include <tdelocale.h>
ListBoxEditor::ListBoxEditor( TQWidget *parent, TQWidget *editWidget, FormWindow *fw )
: ListBoxEditorBase( parent, 0, true ), formwindow( fw )
diff --git a/kommander/editor/listvieweditorimpl.cpp b/kommander/editor/listvieweditorimpl.cpp
index c07e8334..83422997 100644
--- a/kommander/editor/listvieweditorimpl.cpp
+++ b/kommander/editor/listvieweditorimpl.cpp
@@ -35,7 +35,7 @@
#include <tqpushbutton.h>
#include <tqptrstack.h>
-#include <klocale.h>
+#include <tdelocale.h>
ListViewEditor::ListViewEditor( TQWidget *parent, TQListView *lv, FormWindow *fw )
: ListViewEditorBase( parent, 0, true ), listview( lv ), formwindow( fw )
diff --git a/kommander/editor/main.cpp b/kommander/editor/main.cpp
index 62db8930..e5dc2739 100644
--- a/kommander/editor/main.cpp
+++ b/kommander/editor/main.cpp
@@ -19,7 +19,7 @@
#include <tdecmdlineargs.h>
#include <tdeconfig.h>
#include <kiconloader.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <ksplashscreen.h>
// Other includes
diff --git a/kommander/editor/mainwindow.cpp b/kommander/editor/mainwindow.cpp
index 05a0e1c1..de578537 100644
--- a/kommander/editor/mainwindow.cpp
+++ b/kommander/editor/mainwindow.cpp
@@ -76,9 +76,9 @@
#include <tdecmdlineargs.h>
#include <tdeconfig.h>
#include <kinputdialog.h>
-#include <klocale.h>
-#include <kmenubar.h>
-#include <kmessagebox.h>
+#include <tdelocale.h>
+#include <tdemenubar.h>
+#include <tdemessagebox.h>
#include <kommanderversion.h>
#include <kommanderwidget.h>
#include <kprocess.h>
diff --git a/kommander/editor/mainwindowactions.cpp b/kommander/editor/mainwindowactions.cpp
index b7fb6b72..4b5c99cd 100644
--- a/kommander/editor/mainwindowactions.cpp
+++ b/kommander/editor/mainwindowactions.cpp
@@ -61,12 +61,12 @@
#include <tdeaction.h>
#include <tdeapplication.h>
#include <tdefiledialog.h>
-#include <kglobal.h>
+#include <tdeglobal.h>
#include <kiconloader.h>
#include <kkeydialog.h>
-#include <klocale.h>
-#include <kmenubar.h>
-#include <kmessagebox.h>
+#include <tdelocale.h>
+#include <tdemenubar.h>
+#include <tdemessagebox.h>
#include <tdepopupmenu.h>
#include <kprocess.h>
#include <kstandarddirs.h>
diff --git a/kommander/editor/messagelog.cpp b/kommander/editor/messagelog.cpp
index 9c3b3c1b..3163016a 100644
--- a/kommander/editor/messagelog.cpp
+++ b/kommander/editor/messagelog.cpp
@@ -20,7 +20,7 @@
#include <tdefiledialog.h>
#include <kiconloader.h>
#include <tdelistbox.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <tdepopupmenu.h>
#include <kprocess.h>
diff --git a/kommander/editor/messagelog.h b/kommander/editor/messagelog.h
index f0c1edbc..ea1c2aa0 100644
--- a/kommander/editor/messagelog.h
+++ b/kommander/editor/messagelog.h
@@ -19,7 +19,7 @@
#include <tqtabwidget.h>
-#include <klocale.h>
+#include <tdelocale.h>
class TDEListBox;
class TDEProcess;
diff --git a/kommander/editor/multilineeditorimpl.cpp b/kommander/editor/multilineeditorimpl.cpp
index 5a9c4f1b..2dab19a1 100644
--- a/kommander/editor/multilineeditorimpl.cpp
+++ b/kommander/editor/multilineeditorimpl.cpp
@@ -26,7 +26,7 @@
#include <tqmultilineedit.h>
#include <tqpushbutton.h>
-#include <klocale.h>
+#include <tdelocale.h>
MultiLineEditor::MultiLineEditor( TQWidget *parent, TQWidget *editWidget, FormWindow *fw )
: MultiLineEditorBase( parent, 0, true ), formwindow( fw )
diff --git a/kommander/editor/newformimpl.cpp b/kommander/editor/newformimpl.cpp
index 810bdf62..832257f9 100644
--- a/kommander/editor/newformimpl.cpp
+++ b/kommander/editor/newformimpl.cpp
@@ -39,8 +39,8 @@
#include <tqworkspace.h>
#include <tqmessagebox.h>
-#include <klocale.h>
-#include <kglobal.h>
+#include <tdelocale.h>
+#include <tdeglobal.h>
#include <kstandarddirs.h>
#include "dialog.h"
diff --git a/kommander/editor/pixmapchooser.cpp b/kommander/editor/pixmapchooser.cpp
index 04a60857..224bbe72 100644
--- a/kommander/editor/pixmapchooser.cpp
+++ b/kommander/editor/pixmapchooser.cpp
@@ -45,7 +45,7 @@
#include <tqpushbutton.h>
#include <tqiconview.h>
-#include <klocale.h>
+#include <tdelocale.h>
#if defined(DESIGNER)
#include "pics/images.h"
diff --git a/kommander/editor/propertyeditor.cpp b/kommander/editor/propertyeditor.cpp
index 8e4df0ca..6bdbb12e 100644
--- a/kommander/editor/propertyeditor.cpp
+++ b/kommander/editor/propertyeditor.cpp
@@ -88,7 +88,7 @@
#include "pics/hand.xbm"
#include "pics/no.xbm"
-#include <klocale.h>
+#include <tdelocale.h>
static TQFontDatabase *fontDataBase = 0;
TQString assistantPath();
diff --git a/kommander/editor/resource.cpp b/kommander/editor/resource.cpp
index e9e67a08..d9d3fa7d 100644
--- a/kommander/editor/resource.cpp
+++ b/kommander/editor/resource.cpp
@@ -72,7 +72,7 @@
#include <tqtable.h>
#endif
-#include <klocale.h>
+#include <tdelocale.h>
static TQString makeIndent( int indent )
{
diff --git a/kommander/editor/sizehandle.cpp b/kommander/editor/sizehandle.cpp
index 7b0d4a97..8aa6fdc7 100644
--- a/kommander/editor/sizehandle.cpp
+++ b/kommander/editor/sizehandle.cpp
@@ -28,7 +28,7 @@
#include <tqapplication.h>
#include <tqlabel.h>
-#include <klocale.h>
+#include <tdelocale.h>
SizeHandle::SizeHandle( FormWindow *parent, Direction d, WidgetSelection *s )
: TQWidget( parent )
diff --git a/kommander/editor/tableeditorimpl.cpp b/kommander/editor/tableeditorimpl.cpp
index f54094b3..25883793 100644
--- a/kommander/editor/tableeditorimpl.cpp
+++ b/kommander/editor/tableeditorimpl.cpp
@@ -19,7 +19,7 @@
#include "metadatabase.h"
#include "mainwindow.h"
-#include <klocale.h>
+#include <tdelocale.h>
TableEditor::TableEditor( TQWidget* parent, TQWidget *editWidget, FormWindow *fw, const char* name, bool modal, WFlags fl )
: TableEditorBase( parent, name, modal, fl ),
diff --git a/kommander/editor/widgetdatabase.cpp b/kommander/editor/widgetdatabase.cpp
index 7dbe2704..e3ab6de0 100644
--- a/kommander/editor/widgetdatabase.cpp
+++ b/kommander/editor/widgetdatabase.cpp
@@ -40,7 +40,7 @@
#include <stdlib.h>
#include <kommanderfactory.h>
-#include <klocale.h>
+#include <tdelocale.h>
const int dbsize = 300;
const int dbcustom = 200;
diff --git a/kommander/editor/widgetfactory.cpp b/kommander/editor/widgetfactory.cpp
index f5243910..15f9ad1d 100644
--- a/kommander/editor/widgetfactory.cpp
+++ b/kommander/editor/widgetfactory.cpp
@@ -18,7 +18,7 @@
**
**********************************************************************/
-#include <klocale.h>
+#include <tdelocale.h>
#include <kommanderfactory.h>
#include "kmdrmainwindow.h"
diff --git a/kommander/editor/wizardeditorimpl.cpp b/kommander/editor/wizardeditorimpl.cpp
index 129760d1..3dbdec9b 100644
--- a/kommander/editor/wizardeditorimpl.cpp
+++ b/kommander/editor/wizardeditorimpl.cpp
@@ -29,7 +29,7 @@
#include <tqpushbutton.h>
#include <kinputdialog.h>
-#include <klocale.h>
+#include <tdelocale.h>
WizardEditor::WizardEditor( TQWidget *parent, TQWizard *w, FormWindow *fw )
: WizardEditorBase( parent, 0 ), formwindow( fw ), wizard( w )
diff --git a/kommander/editor/workspace.cpp b/kommander/editor/workspace.cpp
index 506b603e..b7e2943a 100644
--- a/kommander/editor/workspace.cpp
+++ b/kommander/editor/workspace.cpp
@@ -46,7 +46,7 @@
#include "qcompletionedit.h"
#include <kurldrag.h>
-#include <klocale.h>
+#include <tdelocale.h>
static const char * const folderxpm[]={
"16 16 6 1",
diff --git a/kommander/examples/old/widgetgenerator.kmdr b/kommander/examples/old/widgetgenerator.kmdr
index ba719405..45f441fa 100644
--- a/kommander/examples/old/widgetgenerator.kmdr
+++ b/kommander/examples/old/widgetgenerator.kmdr
@@ -156,7 +156,7 @@ cppContent="/*******************************************************************
***************************************************************************/
/* KDE INCLUDES */
-#include &lt;klocale.h&gt;
+#include &lt;tdelocale.h&gt;
/* QT INCLUDES */
#include &lt;qstring.h&gt;
diff --git a/kommander/executor/instance.cpp b/kommander/executor/instance.cpp
index fbf275a1..bd3ea25d 100644
--- a/kommander/executor/instance.cpp
+++ b/kommander/executor/instance.cpp
@@ -18,9 +18,9 @@
/* KDE INCLUDES */
#include <tdeapplication.h>
-#include <kglobal.h>
-#include <klocale.h>
-#include <kmessagebox.h>
+#include <tdeglobal.h>
+#include <tdelocale.h>
+#include <tdemessagebox.h>
#include <kstandarddirs.h>
/* QT INCLUDES */
diff --git a/kommander/executor/main.cpp b/kommander/executor/main.cpp
index 12f2ab01..a82479b3 100644
--- a/kommander/executor/main.cpp
+++ b/kommander/executor/main.cpp
@@ -19,10 +19,10 @@
#include <tdeaboutdata.h>
#include <tdeapplication.h>
#include <tdecmdlineargs.h>
-#include <kglobal.h>
-#include <klocale.h>
+#include <tdeglobal.h>
+#include <tdelocale.h>
#include <kurl.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
/* QT INCLUDES */
#include <tqapplication.h>
diff --git a/kommander/executor/register.cpp b/kommander/executor/register.cpp
index 3cacdbd9..b4a8c259 100644
--- a/kommander/executor/register.cpp
+++ b/kommander/executor/register.cpp
@@ -17,7 +17,7 @@
#include <dcopinformation.h>
#include <specialinformation.h>
-#include <klocale.h>
+#include <tdelocale.h>
void Instance::registerDCOP()
{
diff --git a/kommander/factory/kommanderfactory.cpp b/kommander/factory/kommanderfactory.cpp
index 76da35f1..3f7b91c3 100644
--- a/kommander/factory/kommanderfactory.cpp
+++ b/kommander/factory/kommanderfactory.cpp
@@ -96,8 +96,8 @@
#include <tqtoolbox.h>
#include <stdlib.h>
-#include <kglobal.h>
-#include <klocale.h>
+#include <tdeglobal.h>
+#include <tdelocale.h>
#include "kmdrmainwindow.h"
diff --git a/kommander/plugin/specialinformation.cpp b/kommander/plugin/specialinformation.cpp
index 41ea61b4..afa44542 100644
--- a/kommander/plugin/specialinformation.cpp
+++ b/kommander/plugin/specialinformation.cpp
@@ -16,7 +16,7 @@
#include "specials.h"
#include "specialinformation.h"
-#include <klocale.h>
+#include <tdelocale.h>
SpecialFunction::SpecialFunction(const TQString& name, const TQString& description,
int minArgs, int maxArgs)
diff --git a/kommander/pluginmanager/main.cpp b/kommander/pluginmanager/main.cpp
index 439828b9..52a706e6 100644
--- a/kommander/pluginmanager/main.cpp
+++ b/kommander/pluginmanager/main.cpp
@@ -18,7 +18,7 @@
/* KDE INCLUDES */
#include <tdecmdlineargs.h>
#include <tdeaboutdata.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kurl.h>
#include <tqapplication.h>
#include <tqobject.h>
diff --git a/kommander/pluginmanager/mainwindow.cpp b/kommander/pluginmanager/mainwindow.cpp
index bc85f2ff..1f07af77 100644
--- a/kommander/pluginmanager/mainwindow.cpp
+++ b/kommander/pluginmanager/mainwindow.cpp
@@ -23,9 +23,9 @@
#include <tdeconfig.h>
#include <tdefiledialog.h>
#include <klibloader.h>
-#include <klocale.h>
-#include <kmessagebox.h>
-#include <kglobal.h>
+#include <tdelocale.h>
+#include <tdemessagebox.h>
+#include <tdeglobal.h>
#include <kstandarddirs.h>
MainWindow::MainWindow( TQWidget* parent, const char *name, WFlags f )
diff --git a/kommander/widget/expression.cpp b/kommander/widget/expression.cpp
index d29d94e8..6ced8689 100644
--- a/kommander/widget/expression.cpp
+++ b/kommander/widget/expression.cpp
@@ -16,7 +16,7 @@
#include "expression.h"
-#include <klocale.h>
+#include <tdelocale.h>
Expression::Expression() : m_start(0), m_error(false)
{
diff --git a/kommander/widget/functionlib.cpp b/kommander/widget/functionlib.cpp
index 6e8555e1..cd7b6f4c 100644
--- a/kommander/widget/functionlib.cpp
+++ b/kommander/widget/functionlib.cpp
@@ -32,14 +32,14 @@
#include <tqmetaobject.h>
#include <kdebug.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <dcopclient.h>
#include <tdeapplication.h>
#include <kcolordialog.h>
#include <tdefiledialog.h>
-#include <kglobal.h>
+#include <tdeglobal.h>
#include <kinputdialog.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kpassdlg.h>
using namespace Parse;
diff --git a/kommander/widget/kommanderfunctions.cpp b/kommander/widget/kommanderfunctions.cpp
index 4631af85..3d580f88 100644
--- a/kommander/widget/kommanderfunctions.cpp
+++ b/kommander/widget/kommanderfunctions.cpp
@@ -24,8 +24,8 @@
#include <dcopclient.h>
#include <tdeapplication.h>
#include <tdeconfig.h>
-#include <klocale.h>
-#include <kglobal.h>
+#include <tdelocale.h>
+#include <tdeglobal.h>
#include "kommanderwidget.h"
#include "specials.h"
diff --git a/kommander/widget/kommanderwidget.cpp b/kommander/widget/kommanderwidget.cpp
index a3442d73..7d80c8db 100644
--- a/kommander/widget/kommanderwidget.cpp
+++ b/kommander/widget/kommanderwidget.cpp
@@ -20,9 +20,9 @@
#include <dcopclient.h>
#include <tdeapplication.h>
#include <kdebug.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kdialogbase.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <kprocess.h>
/* QT INCLUDES */
diff --git a/kommander/widget/myprocess.cpp b/kommander/widget/myprocess.cpp
index bc5fbdc8..45e64790 100644
--- a/kommander/widget/myprocess.cpp
+++ b/kommander/widget/myprocess.cpp
@@ -14,9 +14,9 @@
* *
***************************************************************************/
/* KDE INCLUDES */
-#include <klocale.h>
+#include <tdelocale.h>
#include <kprocess.h>
-#include <klocale.h>
+#include <tdelocale.h>
/* QT INCLUDES */
#include <tqapplication.h>
diff --git a/kommander/widget/parser.cpp b/kommander/widget/parser.cpp
index 09841908..b5c9d508 100644
--- a/kommander/widget/parser.cpp
+++ b/kommander/widget/parser.cpp
@@ -14,7 +14,7 @@
* *
***************************************************************************/
-#include <klocale.h>
+#include <tdelocale.h>
#include "parser.h"
#include "parserdata.h"
diff --git a/kommander/widgets/aboutdialog.cpp b/kommander/widgets/aboutdialog.cpp
index 7804e439..3d5a1d04 100644
--- a/kommander/widgets/aboutdialog.cpp
+++ b/kommander/widgets/aboutdialog.cpp
@@ -18,7 +18,7 @@
#include <tdeaboutdata.h>
#include <tdeaboutapplication.h>
#include <kiconloader.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kstandarddirs.h>
#include <tqtextstream.h>
diff --git a/kommander/widgets/buttongroup.cpp b/kommander/widgets/buttongroup.cpp
index a110889a..3d17b042 100644
--- a/kommander/widgets/buttongroup.cpp
+++ b/kommander/widgets/buttongroup.cpp
@@ -14,7 +14,7 @@
* *
***************************************************************************/
/* KDE INCLUDES */
-#include <klocale.h>
+#include <tdelocale.h>
/* QT INCLUDES */
#include <tqobject.h>
diff --git a/kommander/widgets/closebutton.cpp b/kommander/widgets/closebutton.cpp
index 4ad1c3c3..21b4edff 100644
--- a/kommander/widgets/closebutton.cpp
+++ b/kommander/widgets/closebutton.cpp
@@ -15,8 +15,8 @@
***************************************************************************/
/* KDE INCLUDES */
-#include <kmessagebox.h>
-#include <klocale.h>
+#include <tdemessagebox.h>
+#include <tdelocale.h>
/* QT INCLUDES */
#include <tqdialog.h>
diff --git a/kommander/widgets/combobox.cpp b/kommander/widgets/combobox.cpp
index 16275a21..278b5141 100644
--- a/kommander/widgets/combobox.cpp
+++ b/kommander/widgets/combobox.cpp
@@ -16,7 +16,7 @@
/* KDE INCLUDES */
#include <kiconloader.h>
-#include <klocale.h>
+#include <tdelocale.h>
/* QT INCLUDES */
#include <tqobject.h>
diff --git a/kommander/widgets/dialog.cpp b/kommander/widgets/dialog.cpp
index 21a3f7c1..4f73cedc 100644
--- a/kommander/widgets/dialog.cpp
+++ b/kommander/widgets/dialog.cpp
@@ -14,7 +14,7 @@
* *
***************************************************************************/
/* KDE INCLUDES */
-#include <klocale.h>
+#include <tdelocale.h>
/* QT INCLUDES */
#include <tqstring.h>
diff --git a/kommander/widgets/execbutton.cpp b/kommander/widgets/execbutton.cpp
index f4b73ccc..0864bedd 100644
--- a/kommander/widgets/execbutton.cpp
+++ b/kommander/widgets/execbutton.cpp
@@ -16,8 +16,8 @@
/* KDE INCLUDES */
#include <tdeapplication.h>
-#include <klocale.h>
-#include <kmessagebox.h>
+#include <tdelocale.h>
+#include <tdemessagebox.h>
/* QT INCLUDES */
#include <tqcursor.h>
diff --git a/kommander/widgets/fontdialog.cpp b/kommander/widgets/fontdialog.cpp
index d03f87d8..d4125840 100644
--- a/kommander/widgets/fontdialog.cpp
+++ b/kommander/widgets/fontdialog.cpp
@@ -16,7 +16,7 @@
#include <tdefontdialog.h>
#include <kiconloader.h>
-#include <klocale.h>
+#include <tdelocale.h>
enum Functions {
FirstFunction = 139,
diff --git a/kommander/widgets/groupbox.cpp b/kommander/widgets/groupbox.cpp
index 7d4f43e8..a90f447e 100644
--- a/kommander/widgets/groupbox.cpp
+++ b/kommander/widgets/groupbox.cpp
@@ -23,7 +23,7 @@
#include <tqevent.h>
#include <tqgroupbox.h>
#include <tqobjectlist.h>
-#include <klocale.h>
+#include <tdelocale.h>
/* OTHER INCLUDES */
#include "kommanderplugin.h"
diff --git a/kommander/widgets/lineedit.cpp b/kommander/widgets/lineedit.cpp
index 884e8b16..1cc6c774 100644
--- a/kommander/widgets/lineedit.cpp
+++ b/kommander/widgets/lineedit.cpp
@@ -21,7 +21,7 @@
/* OTHER INCLUDES */
#include <specials.h>
#include "lineedit.h"
-#include <klocale.h>
+#include <tdelocale.h>
#include <kommanderplugin.h>
enum functions {
diff --git a/kommander/widgets/listbox.cpp b/kommander/widgets/listbox.cpp
index 618e054d..1c5892eb 100644
--- a/kommander/widgets/listbox.cpp
+++ b/kommander/widgets/listbox.cpp
@@ -14,7 +14,7 @@
* *
***************************************************************************/
/* KDE INCLUDES */
-#include <kglobal.h>
+#include <tdeglobal.h>
#include <kiconloader.h>
/* QT INCLUDES */
diff --git a/kommander/widgets/pixmaplabel.cpp b/kommander/widgets/pixmaplabel.cpp
index 7eab9e0d..887b8d6e 100644
--- a/kommander/widgets/pixmaplabel.cpp
+++ b/kommander/widgets/pixmaplabel.cpp
@@ -22,7 +22,7 @@
#include <tqpixmap.h>
/* KDE INCLUDES */
-#include <kglobal.h>
+#include <tdeglobal.h>
#include <kiconloader.h>
/* OTHER INCLUDES */
diff --git a/kommander/widgets/popupmenu.cpp b/kommander/widgets/popupmenu.cpp
index cfeb1e7d..a6f0e503 100644
--- a/kommander/widgets/popupmenu.cpp
+++ b/kommander/widgets/popupmenu.cpp
@@ -14,9 +14,9 @@
#include <tqcursor.h>
-#include <kglobal.h>
+#include <tdeglobal.h>
#include <kiconloader.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <tdepopupmenu.h>
#include <kommanderplugin.h>
diff --git a/kommander/widgets/progressbar.cpp b/kommander/widgets/progressbar.cpp
index 8d2a51e2..ca14d44a 100644
--- a/kommander/widgets/progressbar.cpp
+++ b/kommander/widgets/progressbar.cpp
@@ -14,7 +14,7 @@
***************************************************************************/
/* KDE INCLUDES */
-#include <klocale.h>
+#include <tdelocale.h>
/* QT INCLUDES */
#include <tqobject.h>
diff --git a/kommander/widgets/richtexteditor.cpp b/kommander/widgets/richtexteditor.cpp
index daafcdab..3233ea8f 100644
--- a/kommander/widgets/richtexteditor.cpp
+++ b/kommander/widgets/richtexteditor.cpp
@@ -14,7 +14,7 @@
* *
***************************************************************************/
/* KDE INCLUDES */
-#include <klocale.h>
+#include <tdelocale.h>
/* QT INCLUDES */
#include <tqlayout.h>
diff --git a/kommander/widgets/scriptobject.cpp b/kommander/widgets/scriptobject.cpp
index d1cc6951..c353949c 100644
--- a/kommander/widgets/scriptobject.cpp
+++ b/kommander/widgets/scriptobject.cpp
@@ -18,9 +18,9 @@
#include <tqwidget.h>
/* KDE INCLUDES */
-#include <kglobal.h>
+#include <tdeglobal.h>
#include <kiconloader.h>
-#include <klocale.h>
+#include <tdelocale.h>
/* OTHER INCLUDES */
diff --git a/kommander/widgets/table.cpp b/kommander/widgets/table.cpp
index 862bb17a..64aec692 100644
--- a/kommander/widgets/table.cpp
+++ b/kommander/widgets/table.cpp
@@ -15,9 +15,9 @@
/* KDE INCLUDES */
-#include <klocale.h>
-#include <kglobal.h>
-#include <kmessagebox.h>
+#include <tdelocale.h>
+#include <tdeglobal.h>
+#include <tdemessagebox.h>
/* QT INCLUDES */
#include <tqmetaobject.h>
diff --git a/kommander/widgets/tabwidget.cpp b/kommander/widgets/tabwidget.cpp
index a56c9118..7180a7d0 100644
--- a/kommander/widgets/tabwidget.cpp
+++ b/kommander/widgets/tabwidget.cpp
@@ -14,7 +14,7 @@
* *
***************************************************************************/
/* KDE INCLUDES */
-#include <klocale.h>
+#include <tdelocale.h>
#include <kiconloader.h>
/* QT INCLUDES */
diff --git a/kommander/widgets/textbrowser.cpp b/kommander/widgets/textbrowser.cpp
index 770b853b..18d6d091 100644
--- a/kommander/widgets/textbrowser.cpp
+++ b/kommander/widgets/textbrowser.cpp
@@ -15,7 +15,7 @@
***************************************************************************/
/* KDE INCLUDES */
-#include <klocale.h>
+#include <tdelocale.h>
/* QT INCLUDES */
#include <tqstringlist.h>
diff --git a/kommander/widgets/textedit.cpp b/kommander/widgets/textedit.cpp
index 3279e277..65302ac5 100644
--- a/kommander/widgets/textedit.cpp
+++ b/kommander/widgets/textedit.cpp
@@ -24,7 +24,7 @@
/* OTHER INCLUDES */
#include <specials.h>
#include "textedit.h"
-#include <klocale.h>
+#include <tdelocale.h>
#include <kommanderplugin.h>
enum Functions {
diff --git a/kommander/widgets/timer.cpp b/kommander/widgets/timer.cpp
index 44de93a5..a05c26ba 100644
--- a/kommander/widgets/timer.cpp
+++ b/kommander/widgets/timer.cpp
@@ -18,9 +18,9 @@
#include <tqwidget.h>
/* KDE INCLUDES */
-#include <kglobal.h>
+#include <tdeglobal.h>
#include <kiconloader.h>
-#include <klocale.h>
+#include <tdelocale.h>
/* OTHER INCLUDES */
diff --git a/kommander/widgets/toolbox.cpp b/kommander/widgets/toolbox.cpp
index c2d37ff4..9fca3935 100644
--- a/kommander/widgets/toolbox.cpp
+++ b/kommander/widgets/toolbox.cpp
@@ -14,7 +14,7 @@
#include "specials.h"
-#include <klocale.h>
+#include <tdelocale.h>
#define ADDWIDGET 120
#define CURRENTWIDGET 121
diff --git a/kommander/widgets/treewidget.cpp b/kommander/widgets/treewidget.cpp
index 3e62a26d..0a4b0ad9 100644
--- a/kommander/widgets/treewidget.cpp
+++ b/kommander/widgets/treewidget.cpp
@@ -17,8 +17,8 @@
***************************************************************************/
/* KDE INCLUDES */
-#include <klocale.h>
-#include <kglobal.h>
+#include <tdelocale.h>
+#include <tdeglobal.h>
#include <kiconloader.h>
#include <tdelistview.h>
diff --git a/kommander/working/plugintemplate/plugin.cpp b/kommander/working/plugintemplate/plugin.cpp
index d8b91da0..a0138bde 100644
--- a/kommander/working/plugintemplate/plugin.cpp
+++ b/kommander/working/plugintemplate/plugin.cpp
@@ -2,9 +2,9 @@
#include "%{APPNAMELC}.h"
#include <kommanderplugin.h>
-#include <kglobal.h>
+#include <tdeglobal.h>
#include <kiconloader.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include "%{APPNAMELC}.h"
class %{APPNAME}Plugin : public KommanderPlugin
diff --git a/kommander/working/plugintemplate/widget.cpp b/kommander/working/plugintemplate/widget.cpp
index d6ad8a0b..cda13f92 100644
--- a/kommander/working/plugintemplate/widget.cpp
+++ b/kommander/working/plugintemplate/widget.cpp
@@ -4,9 +4,9 @@
#include <kommanderplugin.h>
#include <specials.h>
-#include <kglobal.h>
+#include <tdeglobal.h>
#include <kiconloader.h>
-#include <klocale.h>
+#include <tdelocale.h>
enum Functions {