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/components | |
parent | 93654a4f980a527e6f27196e6ce57220fd382733 (diff) | |
download | tdewebdev-ee38b2862bfd887e95cf62fdf244edad40ece7b2.tar.gz tdewebdev-ee38b2862bfd887e95cf62fdf244edad40ece7b2.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'quanta/components')
-rw-r--r-- | quanta/components/csseditor/csseditor.cpp | 2 | ||||
-rw-r--r-- | quanta/components/cvsservice/cvsservice.cpp | 2 | ||||
-rw-r--r-- | quanta/components/tableeditor/tableeditor.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/quanta/components/csseditor/csseditor.cpp b/quanta/components/csseditor/csseditor.cpp index b684030d..9b84bd6a 100644 --- a/quanta/components/csseditor/csseditor.cpp +++ b/quanta/components/csseditor/csseditor.cpp @@ -24,7 +24,7 @@ #include <tqtextstream.h> #include <tqfileinfo.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <klocale.h> #include <tdehtml_part.h> #include <tdehtmlview.h> diff --git a/quanta/components/cvsservice/cvsservice.cpp b/quanta/components/cvsservice/cvsservice.cpp index 6681d390..df0e916b 100644 --- a/quanta/components/cvsservice/cvsservice.cpp +++ b/quanta/components/cvsservice/cvsservice.cpp @@ -23,7 +23,7 @@ //kde includes #include <tdeaction.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kcombobox.h> #include <tdeversion.h> #include <kiconloader.h> diff --git a/quanta/components/tableeditor/tableeditor.cpp b/quanta/components/tableeditor/tableeditor.cpp index 9d97c7eb..fe1d201f 100644 --- a/quanta/components/tableeditor/tableeditor.cpp +++ b/quanta/components/tableeditor/tableeditor.cpp @@ -13,7 +13,7 @@ ***************************************************************************/ //kde includes -#include <kapplication.h> +#include <tdeapplication.h> #include <kdebug.h> #include <kiconloader.h> #include <klocale.h> |