diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:20:35 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:20:35 -0600 |
commit | ee38b2862bfd887e95cf62fdf244edad40ece7b2 (patch) | |
tree | 63264ce0ff5cd7083b47f4d6dc1a5dbde8c2cceb /quanta/src/main.cpp | |
parent | 93654a4f980a527e6f27196e6ce57220fd382733 (diff) | |
download | tdewebdev-ee38b2862bfd887e95cf62fdf244edad40ece7b2.tar.gz tdewebdev-ee38b2862bfd887e95cf62fdf244edad40ece7b2.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'quanta/src/main.cpp')
-rw-r--r-- | quanta/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/src/main.cpp b/quanta/src/main.cpp index 932b6d99..dcc10e57 100644 --- a/quanta/src/main.cpp +++ b/quanta/src/main.cpp @@ -19,11 +19,11 @@ // kde includes #include <klocale.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <kiconloader.h> #include <ksimpleconfig.h> #include <kdebug.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include <dcopclient.h> #include <dcopref.h> |