diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:10:53 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:10:53 -0600 |
commit | 14e27ebe31b41b704523704683ed2e55f309a989 (patch) | |
tree | 85f45f2773510df4ca5c670def86c653b0db00d1 /systemsettings/modulesview.cpp | |
parent | d01320f468032c403891112aa302cce5f42ee1d6 (diff) | |
download | tde-systemsettings-14e27ebe31b41b704523704683ed2e55f309a989.tar.gz tde-systemsettings-14e27ebe31b41b704523704683ed2e55f309a989.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'systemsettings/modulesview.cpp')
-rw-r--r-- | systemsettings/modulesview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systemsettings/modulesview.cpp b/systemsettings/modulesview.cpp index a0b2f39..0de5d33 100644 --- a/systemsettings/modulesview.cpp +++ b/systemsettings/modulesview.cpp @@ -28,8 +28,8 @@ #include <kcmultidialog.h> #include <kdialogbase.h> #include <kiconviewsearchline.h> -#include <kapplication.h> -#include <kaboutapplication.h> +#include <tdeapplication.h> +#include <tdeaboutapplication.h> #include <kdebug.h> #include <tqiconview.h> |