diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:13:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:13:18 -0600 |
commit | 127600d4f12c1787365edc471904f9732743c771 (patch) | |
tree | 4c777038220b063fd8c3f65600d46e5bd5af9d89 /kttsd/kttsmgr | |
parent | f96a5d2fa5dd584667011b04f59941166e9399d4 (diff) | |
download | tdeaccessibility-127600d4f12c1787365edc471904f9732743c771.tar.gz tdeaccessibility-127600d4f12c1787365edc471904f9732743c771.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'kttsd/kttsmgr')
-rw-r--r-- | kttsd/kttsmgr/kttsmgr.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kttsd/kttsmgr/kttsmgr.cpp b/kttsd/kttsmgr/kttsmgr.cpp index 47e407e..3473968 100644 --- a/kttsd/kttsmgr/kttsmgr.cpp +++ b/kttsd/kttsmgr/kttsmgr.cpp @@ -29,13 +29,13 @@ #include <tdeconfig.h> #include <kuniqueapplication.h> #include <kcmultidialog.h> -#include <kaboutdata.h> -#include <kcmdlineargs.h> +#include <tdeaboutdata.h> +#include <tdecmdlineargs.h> #include <kdebug.h> #include <ksystemtray.h> #include <kiconloader.h> #include <tdepopupmenu.h> -#include <kaboutapplication.h> +#include <tdeaboutapplication.h> #include <dcopclient.h> #include <tdeversion.h> |