diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:19:17 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:19:17 -0600 |
commit | a002e0879f1ee9759db789bde6d9f1cf9b99ea44 (patch) | |
tree | 57fd8d56705f71999a85cf0d9f236c0b113cdc10 /amor/main.cpp | |
parent | 8a9def19a71ed5550f846496345166261910f102 (diff) | |
download | tdetoys-a002e0879f1ee9759db789bde6d9f1cf9b99ea44.tar.gz tdetoys-a002e0879f1ee9759db789bde6d9f1cf9b99ea44.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'amor/main.cpp')
-rw-r--r-- | amor/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/amor/main.cpp b/amor/main.cpp index 4fc7600..4be2da7 100644 --- a/amor/main.cpp +++ b/amor/main.cpp @@ -32,8 +32,8 @@ #include <kuniqueapplication.h> #include <klocale.h> -#include <kcmdlineargs.h> -#include <kaboutdata.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> #include <dcopclient.h> #include "version.h" |