diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:18:22 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:18:22 -0600 |
commit | 5497356b6c12e5854b297bfa0d9c2a9f20cb4ca0 (patch) | |
tree | cac6b9814cc96ab1755111ea14e40057700ce066 /kopete/plugins/history | |
parent | de2f2bebe2d2d09320470b4fdfb8efeaf334638f (diff) | |
download | tdenetwork-5497356b6c12e5854b297bfa0d9c2a9f20cb4ca0.tar.gz tdenetwork-5497356b6c12e5854b297bfa0d9c2a9f20cb4ca0.zip |
Rename common header files for consistency with class renaming
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> |