summaryrefslogtreecommitdiffstats
path: root/kopete/kopete
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete')
-rw-r--r--kopete/kopete/addcontactwizard/addcontactwizard.cpp2
-rw-r--r--kopete/kopete/chatwindow/chatmessagepart.cpp2
-rw-r--r--kopete/kopete/chatwindow/kopetechatwindow.cpp2
-rw-r--r--kopete/kopete/chatwindow/kopeteemailwindow.cpp2
-rw-r--r--kopete/kopete/chatwindow/kopeteemoticonaction.cpp2
-rw-r--r--kopete/kopete/chatwindow/tests/chatwindowstylerendering_test.cpp2
-rw-r--r--kopete/kopete/config/appearance/appearanceconfig.cpp2
-rw-r--r--kopete/kopete/contactlist/kopetecontactlistview.cpp2
-rw-r--r--kopete/kopete/contactlist/kopetegroupviewitem.cpp2
-rw-r--r--kopete/kopete/contactlist/kopetemetacontactlvi.cpp2
-rw-r--r--kopete/kopete/kimifaceimpl.cpp2
-rw-r--r--kopete/kopete/kopeteapplication.cpp2
-rw-r--r--kopete/kopete/kopeteballoon.cpp2
-rw-r--r--kopete/kopete/main.cpp4
-rw-r--r--kopete/kopete/systemtray.cpp4
15 files changed, 17 insertions, 17 deletions
diff --git a/kopete/kopete/addcontactwizard/addcontactwizard.cpp b/kopete/kopete/addcontactwizard/addcontactwizard.cpp
index 97907246..7f43c5c8 100644
--- a/kopete/kopete/addcontactwizard/addcontactwizard.cpp
+++ b/kopete/kopete/addcontactwizard/addcontactwizard.cpp
@@ -45,7 +45,7 @@
#include <tqcheckbox.h>
#include <tqlayout.h>
#include <tqvbox.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include <klocale.h>
#include <kiconloader.h>
diff --git a/kopete/kopete/chatwindow/chatmessagepart.cpp b/kopete/kopete/chatwindow/chatmessagepart.cpp
index 0e95021f..d5215c40 100644
--- a/kopete/kopete/chatwindow/chatmessagepart.cpp
+++ b/kopete/kopete/chatwindow/chatmessagepart.cpp
@@ -47,7 +47,7 @@
// KDE includes
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <tdeversion.h>
#include <tdefiledialog.h>
diff --git a/kopete/kopete/chatwindow/kopetechatwindow.cpp b/kopete/kopete/chatwindow/kopetechatwindow.cpp
index 5e056d5e..28a58abf 100644
--- a/kopete/kopete/chatwindow/kopetechatwindow.cpp
+++ b/kopete/kopete/chatwindow/kopetechatwindow.cpp
@@ -26,7 +26,7 @@
#include <tqtooltip.h>
#include <tqfileinfo.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kcursor.h>
#include <klocale.h>
#include <kmenubar.h>
diff --git a/kopete/kopete/chatwindow/kopeteemailwindow.cpp b/kopete/kopete/chatwindow/kopeteemailwindow.cpp
index 48d9381a..3981b9bf 100644
--- a/kopete/kopete/chatwindow/kopeteemailwindow.cpp
+++ b/kopete/kopete/chatwindow/kopeteemailwindow.cpp
@@ -32,7 +32,7 @@
#include "kopeteviewmanager.h"
#include <tdeaction.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kcolordialog.h>
#include <tdeconfig.h>
#include <kcursor.h>
diff --git a/kopete/kopete/chatwindow/kopeteemoticonaction.cpp b/kopete/kopete/chatwindow/kopeteemoticonaction.cpp
index 747cb1ee..6cf32161 100644
--- a/kopete/kopete/chatwindow/kopeteemoticonaction.cpp
+++ b/kopete/kopete/chatwindow/kopeteemoticonaction.cpp
@@ -24,7 +24,7 @@
#include <tqwhatsthis.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <klocale.h>
#include <kmenubar.h>
diff --git a/kopete/kopete/chatwindow/tests/chatwindowstylerendering_test.cpp b/kopete/kopete/chatwindow/tests/chatwindowstylerendering_test.cpp
index 27d54264..21cf6988 100644
--- a/kopete/kopete/chatwindow/tests/chatwindowstylerendering_test.cpp
+++ b/kopete/kopete/chatwindow/tests/chatwindowstylerendering_test.cpp
@@ -27,7 +27,7 @@
#include <tqtextstream.h>
// KDE includes
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeunittest/module.h>
#include <kinstance.h>
#include <kdebug.h>
diff --git a/kopete/kopete/config/appearance/appearanceconfig.cpp b/kopete/kopete/config/appearance/appearanceconfig.cpp
index 89f7655e..d308c57c 100644
--- a/kopete/kopete/config/appearance/appearanceconfig.cpp
+++ b/kopete/kopete/config/appearance/appearanceconfig.cpp
@@ -40,7 +40,7 @@
#include <tdeversion.h>
#include <kinputdialog.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kcolorcombo.h>
#include <kcolorbutton.h>
#include <tdeconfig.h> // for KNewStuff emoticon fetching
diff --git a/kopete/kopete/contactlist/kopetecontactlistview.cpp b/kopete/kopete/contactlist/kopetecontactlistview.cpp
index bafc62c5..c161eeff 100644
--- a/kopete/kopete/contactlist/kopetecontactlistview.cpp
+++ b/kopete/kopete/contactlist/kopetecontactlistview.cpp
@@ -34,7 +34,7 @@
#include <tqguardedptr.h>
#include <tdeaction.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <kiconloader.h>
#include <klocale.h>
diff --git a/kopete/kopete/contactlist/kopetegroupviewitem.cpp b/kopete/kopete/contactlist/kopetegroupviewitem.cpp
index 988ef1d8..67fc9b79 100644
--- a/kopete/kopete/contactlist/kopetegroupviewitem.cpp
+++ b/kopete/kopete/contactlist/kopetegroupviewitem.cpp
@@ -21,7 +21,7 @@
#include <klocale.h>
#include <kiconloader.h>
#include <kdebug.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include "kopetecontactlistview.h"
#include "kopetegroupviewitem.h"
diff --git a/kopete/kopete/contactlist/kopetemetacontactlvi.cpp b/kopete/kopete/contactlist/kopetemetacontactlvi.cpp
index b791dc5b..8b583856 100644
--- a/kopete/kopete/contactlist/kopetemetacontactlvi.cpp
+++ b/kopete/kopete/contactlist/kopetemetacontactlvi.cpp
@@ -35,7 +35,7 @@
#include <tdepopupmenu.h>
#include <kglobal.h>
#include <tdeconfig.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kabc/addressbook.h>
#include <kabc/addressee.h>
diff --git a/kopete/kopete/kimifaceimpl.cpp b/kopete/kopete/kimifaceimpl.cpp
index 27aa0ecc..fd7bc38d 100644
--- a/kopete/kopete/kimifaceimpl.cpp
+++ b/kopete/kopete/kimifaceimpl.cpp
@@ -18,7 +18,7 @@
#include <tqstringlist.h>
#include <dcopclient.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kiconloader.h>
#include <klocale.h>
#include <kmessagebox.h>
diff --git a/kopete/kopete/kopeteapplication.cpp b/kopete/kopete/kopeteapplication.cpp
index 5b07089f..c3b94e06 100644
--- a/kopete/kopete/kopeteapplication.cpp
+++ b/kopete/kopete/kopeteapplication.cpp
@@ -26,7 +26,7 @@
#include <tdeconfig.h>
#include <kdebug.h>
#include <klocale.h>
-#include <kcmdlineargs.h>
+#include <tdecmdlineargs.h>
#include <kmessagebox.h>
#include "addaccountwizard.h"
diff --git a/kopete/kopete/kopeteballoon.cpp b/kopete/kopete/kopeteballoon.cpp
index c961a91a..88e68645 100644
--- a/kopete/kopete/kopeteballoon.cpp
+++ b/kopete/kopete/kopeteballoon.cpp
@@ -27,7 +27,7 @@
#include <tdeversion.h>
#include <kglobalsettings.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdialog.h>
#include <klocale.h>
#include <kstandarddirs.h>
diff --git a/kopete/kopete/main.cpp b/kopete/kopete/main.cpp
index 27870226..4008dfe5 100644
--- a/kopete/kopete/main.cpp
+++ b/kopete/kopete/main.cpp
@@ -17,8 +17,8 @@
*************************************************************************
*/
-#include <kcmdlineargs.h>
-#include <kaboutdata.h>
+#include <tdecmdlineargs.h>
+#include <tdeaboutdata.h>
#include "kopeteapplication.h"
#include <dcopclient.h>
diff --git a/kopete/kopete/systemtray.cpp b/kopete/kopete/systemtray.cpp
index eda74da0..6d7bcf75 100644
--- a/kopete/kopete/systemtray.cpp
+++ b/kopete/kopete/systemtray.cpp
@@ -24,9 +24,9 @@
#include <tqregexp.h>
#include <twin.h>
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include <tdeactioncollection.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <kiconloader.h>
#include "kopeteuiglobal.h"