diff options
Diffstat (limited to 'kopete/plugins')
-rw-r--r-- | kopete/plugins/cryptography/cryptographyplugin.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/history/converter.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/history/historydialog.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/history/historyplugin.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/netmeeting/netmeetingplugin.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/nowlistening/nowlisteningplugin.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/smpppdcs/detectordcop.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/smpppdcs/detectorsmpppd.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/smpppdcs/smpppdcsprefsimpl.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/smpppdcs/unittest/main.cpp | 8 | ||||
-rw-r--r-- | kopete/plugins/statistics/statisticsdb.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/statistics/statisticsplugin.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/translator/translatorplugin.cpp | 2 |
13 files changed, 16 insertions, 16 deletions
diff --git a/kopete/plugins/cryptography/cryptographyplugin.cpp b/kopete/plugins/cryptography/cryptographyplugin.cpp index e402567c..5e10cec9 100644 --- a/kopete/plugins/cryptography/cryptographyplugin.cpp +++ b/kopete/plugins/cryptography/cryptographyplugin.cpp @@ -24,7 +24,7 @@ #include <tdeconfig.h> #include <kgenericfactory.h> #include <tdeversion.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include "kopetemetacontact.h" #include "kopetecontactlist.h" diff --git a/kopete/plugins/history/converter.cpp b/kopete/plugins/history/converter.cpp index 34d2a426..f3616ee4 100644 --- a/kopete/plugins/history/converter.cpp +++ b/kopete/plugins/history/converter.cpp @@ -26,7 +26,7 @@ #include <kstandarddirs.h> #include <kmessagebox.h> #include <kprogress.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <ksavefile.h> #include <tqdir.h> #include <tqdom.h> diff --git a/kopete/plugins/history/historydialog.cpp b/kopete/plugins/history/historydialog.cpp index b5b65b80..37ddb921 100644 --- a/kopete/plugins/history/historydialog.cpp +++ b/kopete/plugins/history/historydialog.cpp @@ -42,7 +42,7 @@ #include <tqlabel.h> #include <tqclipboard.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kdebug.h> #include <kiconloader.h> #include <klocale.h> diff --git a/kopete/plugins/history/historyplugin.cpp b/kopete/plugins/history/historyplugin.cpp index 83405ee2..bf53fee4 100644 --- a/kopete/plugins/history/historyplugin.cpp +++ b/kopete/plugins/history/historyplugin.cpp @@ -16,7 +16,7 @@ */ #include <kgenericfactory.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <tdeaction.h> #include <kmessagebox.h> //#include <tdeconfig.h> diff --git a/kopete/plugins/netmeeting/netmeetingplugin.cpp b/kopete/plugins/netmeeting/netmeetingplugin.cpp index eaf777dd..17dfcc0b 100644 --- a/kopete/plugins/netmeeting/netmeetingplugin.cpp +++ b/kopete/plugins/netmeeting/netmeetingplugin.cpp @@ -19,7 +19,7 @@ #include <kgenericfactory.h> #include <tdeaction.h> #include <tdeversion.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include "kopetepluginmanager.h" #include "kopetechatsessionmanager.h" diff --git a/kopete/plugins/nowlistening/nowlisteningplugin.cpp b/kopete/plugins/nowlistening/nowlisteningplugin.cpp index 3ab8539b..6fcc21cd 100644 --- a/kopete/plugins/nowlistening/nowlisteningplugin.cpp +++ b/kopete/plugins/nowlistening/nowlisteningplugin.cpp @@ -25,7 +25,7 @@ #include <kdebug.h> #include <kgenericfactory.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <dcopclient.h> #include <tdeaction.h> diff --git a/kopete/plugins/smpppdcs/detectordcop.cpp b/kopete/plugins/smpppdcs/detectordcop.cpp index f5f5f992..931d5e3a 100644 --- a/kopete/plugins/smpppdcs/detectordcop.cpp +++ b/kopete/plugins/smpppdcs/detectordcop.cpp @@ -14,7 +14,7 @@ ************************************************************************* */ -#include <kapplication.h> +#include <tdeapplication.h> #include <dcopclient.h> #include <kdebug.h> diff --git a/kopete/plugins/smpppdcs/detectorsmpppd.cpp b/kopete/plugins/smpppdcs/detectorsmpppd.cpp index b6f6fc30..57ca728d 100644 --- a/kopete/plugins/smpppdcs/detectorsmpppd.cpp +++ b/kopete/plugins/smpppdcs/detectorsmpppd.cpp @@ -17,7 +17,7 @@ #include <kdebug.h> #include <kglobal.h> #include <tdeconfig.h> -#include <kapplication.h> +#include <tdeapplication.h> #include "iconnector.h" #include "detectorsmpppd.h" diff --git a/kopete/plugins/smpppdcs/smpppdcsprefsimpl.cpp b/kopete/plugins/smpppdcs/smpppdcsprefsimpl.cpp index 64d5ffd2..931fbb83 100644 --- a/kopete/plugins/smpppdcs/smpppdcsprefsimpl.cpp +++ b/kopete/plugins/smpppdcs/smpppdcsprefsimpl.cpp @@ -20,7 +20,7 @@ #include <tqradiobutton.h> #include <kstandarddirs.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kpushbutton.h> #include <kresolver.h> #include <knuminput.h> diff --git a/kopete/plugins/smpppdcs/unittest/main.cpp b/kopete/plugins/smpppdcs/unittest/main.cpp index eefcd731..79b0656c 100644 --- a/kopete/plugins/smpppdcs/unittest/main.cpp +++ b/kopete/plugins/smpppdcs/unittest/main.cpp @@ -14,10 +14,10 @@ ************************************************************************* */ -#include <kaboutdata.h> -#include <kapplication.h> -#include <kcmdlineargs.h> -#include <kcmdlineargs.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> +#include <tdecmdlineargs.h> #include <klocale.h> #include <tdeunittest/runnergui.h> diff --git a/kopete/plugins/statistics/statisticsdb.cpp b/kopete/plugins/statistics/statisticsdb.cpp index 6082158c..0feed26c 100644 --- a/kopete/plugins/statistics/statisticsdb.cpp +++ b/kopete/plugins/statistics/statisticsdb.cpp @@ -19,7 +19,7 @@ #include "sqlite3.h" #include <kgenericfactory.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <tdeaction.h> #include <kdebug.h> #include <kmessagebox.h> diff --git a/kopete/plugins/statistics/statisticsplugin.cpp b/kopete/plugins/statistics/statisticsplugin.cpp index c5da24bb..49ddfb18 100644 --- a/kopete/plugins/statistics/statisticsplugin.cpp +++ b/kopete/plugins/statistics/statisticsplugin.cpp @@ -19,7 +19,7 @@ #include <tqtimer.h> #include <kgenericfactory.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <tdeaction.h> #include <kmessagebox.h> #include <kstandarddirs.h> diff --git a/kopete/plugins/translator/translatorplugin.cpp b/kopete/plugins/translator/translatorplugin.cpp index 6b8cb61d..f052af16 100644 --- a/kopete/plugins/translator/translatorplugin.cpp +++ b/kopete/plugins/translator/translatorplugin.cpp @@ -31,7 +31,7 @@ #include <kglobal.h> #include <tdeconfig.h> #include <tdeversion.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include "kopetemetacontact.h" #include "kopetecontactlist.h" |