summaryrefslogtreecommitdiffstats
path: root/kommander/editor
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/editor')
-rw-r--r--kommander/editor/assoctexteditorimpl.cpp4
-rw-r--r--kommander/editor/choosewidget.ui2
-rw-r--r--kommander/editor/choosewidgetimpl.cpp2
-rw-r--r--kommander/editor/connectioneditor.ui6
-rw-r--r--kommander/editor/connectioneditorimpl.cpp4
-rw-r--r--kommander/editor/functions.ui2
-rw-r--r--kommander/editor/functionsimpl.cpp2
-rw-r--r--kommander/editor/mainwindow.cpp4
-rw-r--r--kommander/editor/mainwindowactions.cpp4
-rw-r--r--kommander/editor/messagelog.cpp4
-rw-r--r--kommander/editor/pics/Makefile.am2
11 files changed, 18 insertions, 18 deletions
diff --git a/kommander/editor/assoctexteditorimpl.cpp b/kommander/editor/assoctexteditorimpl.cpp
index f02b779c..4ee27476 100644
--- a/kommander/editor/assoctexteditorimpl.cpp
+++ b/kommander/editor/assoctexteditorimpl.cpp
@@ -24,8 +24,8 @@
#include <kpushbutton.h>
#include <ktextedit.h>
#include <kdebug.h>
-#include <kpopupmenu.h>
-#include <kactioncollection.h>
+#include <tdepopupmenu.h>
+#include <tdeactioncollection.h>
#include <kdebug.h>
#include <tdetexteditor/view.h>
diff --git a/kommander/editor/choosewidget.ui b/kommander/editor/choosewidget.ui
index 782a2b22..60b4ff69 100644
--- a/kommander/editor/choosewidget.ui
+++ b/kommander/editor/choosewidget.ui
@@ -145,6 +145,6 @@
</connections>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
- <includehint>klistview.h</includehint>
+ <includehint>tdelistview.h</includehint>
</includehints>
</UI>
diff --git a/kommander/editor/choosewidgetimpl.cpp b/kommander/editor/choosewidgetimpl.cpp
index c5b1bbb7..3debb9ba 100644
--- a/kommander/editor/choosewidgetimpl.cpp
+++ b/kommander/editor/choosewidgetimpl.cpp
@@ -15,7 +15,7 @@
***************************************************************************/
/** KDE INCLUDES */
-#include <klistview.h>
+#include <tdelistview.h>
#include <klocale.h>
/** QT INCLUDES */
diff --git a/kommander/editor/connectioneditor.ui b/kommander/editor/connectioneditor.ui
index 29a33a56..90824b2d 100644
--- a/kommander/editor/connectioneditor.ui
+++ b/kommander/editor/connectioneditor.ui
@@ -405,9 +405,9 @@
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
- <includehint>klistview.h</includehint>
- <includehint>klistbox.h</includehint>
- <includehint>klistbox.h</includehint>
+ <includehint>tdelistview.h</includehint>
+ <includehint>tdelistbox.h</includehint>
+ <includehint>tdelistbox.h</includehint>
<includehint>kcombobox.h</includehint>
<includehint>kcombobox.h</includehint>
<includehint>kpushbutton.h</includehint>
diff --git a/kommander/editor/connectioneditorimpl.cpp b/kommander/editor/connectioneditorimpl.cpp
index 7dc7978d..78560f8f 100644
--- a/kommander/editor/connectioneditorimpl.cpp
+++ b/kommander/editor/connectioneditorimpl.cpp
@@ -27,8 +27,8 @@
#include <tqlabel.h>
#include <tqregexp.h>
-#include <klistbox.h>
-#include <klistview.h>
+#include <tdelistbox.h>
+#include <tdelistview.h>
#include <kpushbutton.h>
#include <kcombobox.h>
#include <klocale.h>
diff --git a/kommander/editor/functions.ui b/kommander/editor/functions.ui
index 5e9686ff..005d2261 100644
--- a/kommander/editor/functions.ui
+++ b/kommander/editor/functions.ui
@@ -699,7 +699,7 @@
<includehints>
<includehint>ktextbrowser.h</includehint>
<includehint>kcombobox.h</includehint>
- <includehint>klistbox.h</includehint>
+ <includehint>tdelistbox.h</includehint>
<includehint>kpushbutton.h</includehint>
<includehint>kcombobox.h</includehint>
<includehint>klineedit.h</includehint>
diff --git a/kommander/editor/functionsimpl.cpp b/kommander/editor/functionsimpl.cpp
index f4dc7f38..c37116c5 100644
--- a/kommander/editor/functionsimpl.cpp
+++ b/kommander/editor/functionsimpl.cpp
@@ -24,7 +24,7 @@
#include <kcombobox.h>
#include <kglobal.h>
#include <kiconloader.h>
-#include <klistbox.h>
+#include <tdelistbox.h>
#include <klineedit.h>
#include <klocale.h>
#include <kpushbutton.h>
diff --git a/kommander/editor/mainwindow.cpp b/kommander/editor/mainwindow.cpp
index dcd1b393..fe9be401 100644
--- a/kommander/editor/mainwindow.cpp
+++ b/kommander/editor/mainwindow.cpp
@@ -71,7 +71,7 @@
#include "assistproc.h"
#include <kdebug.h>
-#include <kaction.h>
+#include <tdeaction.h>
#include <kapplication.h>
#include <kcmdlineargs.h>
#include <tdeconfig.h>
@@ -83,7 +83,7 @@
#include <kommanderwidget.h>
#include <kprocess.h>
#include <kstatusbar.h>
-#include <ktoolbar.h>
+#include <tdetoolbar.h>
#include <kurl.h>
#include <tdeparts/partmanager.h>
#include <tdeio/netaccess.h>
diff --git a/kommander/editor/mainwindowactions.cpp b/kommander/editor/mainwindowactions.cpp
index 9f4a0ca8..be1d1590 100644
--- a/kommander/editor/mainwindowactions.cpp
+++ b/kommander/editor/mainwindowactions.cpp
@@ -58,7 +58,7 @@
#include "command.h"
-#include <kaction.h>
+#include <tdeaction.h>
#include <kapplication.h>
#include <tdefiledialog.h>
#include <kglobal.h>
@@ -67,7 +67,7 @@
#include <klocale.h>
#include <kmenubar.h>
#include <kmessagebox.h>
-#include <kpopupmenu.h>
+#include <tdepopupmenu.h>
#include <kprocess.h>
#include <kstandarddirs.h>
#include <kstatusbar.h>
diff --git a/kommander/editor/messagelog.cpp b/kommander/editor/messagelog.cpp
index e89e04f3..c180c61c 100644
--- a/kommander/editor/messagelog.cpp
+++ b/kommander/editor/messagelog.cpp
@@ -19,9 +19,9 @@
#include <kapplication.h>
#include <tdefiledialog.h>
#include <kiconloader.h>
-#include <klistbox.h>
+#include <tdelistbox.h>
#include <kmessagebox.h>
-#include <kpopupmenu.h>
+#include <tdepopupmenu.h>
#include <kprocess.h>
#include <tqclipboard.h>
diff --git a/kommander/editor/pics/Makefile.am b/kommander/editor/pics/Makefile.am
index 2306b047..463e1f05 100644
--- a/kommander/editor/pics/Makefile.am
+++ b/kommander/editor/pics/Makefile.am
@@ -1,5 +1,5 @@
kmdr_editordir = ${kde_datadir}/kommander/pics
-kmdr_editor_DATA = kommandersplash.png toolbox.png kfontcombo.png
+kmdr_editor_DATA = kommandersplash.png toolbox.png tdefontcombo.png