diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:08:33 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:08:33 -0600 |
commit | b7fc57b750ab7e1ed9e0c156af3157cc31dfe12d (patch) | |
tree | e58581b59b1c9f977c58ff02b0992a0ff55ccd19 /src | |
parent | 3bbe1881aa956a9120f0c23b6b8dc809c8db571f (diff) | |
download | kopete-otr-b7fc57b750ab7e1ed9e0c156af3157cc31dfe12d.tar.gz kopete-otr-b7fc57b750ab7e1ed9e0c156af3157cc31dfe12d.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src')
-rw-r--r-- | src/otrplugin.cpp | 2 | ||||
-rw-r--r-- | src/otrpreferences.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/otrplugin.cpp b/src/otrplugin.cpp index 7aaf9f4..ff0a404 100644 --- a/src/otrplugin.cpp +++ b/src/otrplugin.cpp @@ -31,7 +31,7 @@ #include <tdeconfig.h> #include <kgenericfactory.h> #include <tdeversion.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <kstandarddirs.h> #include <kmessagebox.h> diff --git a/src/otrpreferences.cpp b/src/otrpreferences.cpp index b72ed4c..90cfa6e 100644 --- a/src/otrpreferences.cpp +++ b/src/otrpreferences.cpp @@ -34,7 +34,7 @@ #include <kurlrequester.h> #include <kmessagebox.h> #include <tdeconfig.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kanimwidget.h> #include <kpassivepopup.h> #include <kiconloader.h> |