diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:19:17 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:19:17 -0600 |
commit | a002e0879f1ee9759db789bde6d9f1cf9b99ea44 (patch) | |
tree | 57fd8d56705f71999a85cf0d9f236c0b113cdc10 /amor/amoranim.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/amoranim.cpp')
-rw-r--r-- | amor/amoranim.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amor/amoranim.cpp b/amor/amoranim.cpp index a87bdf1..3dcfef5 100644 --- a/amor/amoranim.cpp +++ b/amor/amoranim.cpp @@ -25,7 +25,7 @@ ** Bug reports and questions can be sent to kde-devel@kde.org */ #include <stdlib.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kstandarddirs.h> #include "amoranim.h" #include "amorpm.h" |