diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:20:35 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:20:35 -0600 |
commit | ee38b2862bfd887e95cf62fdf244edad40ece7b2 (patch) | |
tree | 63264ce0ff5cd7083b47f4d6dc1a5dbde8c2cceb /quanta/src/quanta_init.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/quanta_init.cpp')
-rw-r--r-- | quanta/src/quanta_init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/src/quanta_init.cpp b/quanta/src/quanta_init.cpp index 17d5d15c..fa09db96 100644 --- a/quanta/src/quanta_init.cpp +++ b/quanta/src/quanta_init.cpp @@ -36,7 +36,7 @@ // include files for KDE #include <dcopclient.h> #include <tdeaccel.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kdebug.h> #include <kiconloader.h> #include <kmessagebox.h> |