diff options
Diffstat (limited to 'kopete/plugins/history')
-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 |
3 files changed, 3 insertions, 3 deletions
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> |