diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:10:53 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:10:53 -0600 |
commit | 14e27ebe31b41b704523704683ed2e55f309a989 (patch) | |
tree | 85f45f2773510df4ca5c670def86c653b0db00d1 /systemsettings/mainwindow.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/mainwindow.cpp')
-rw-r--r-- | systemsettings/mainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systemsettings/mainwindow.cpp b/systemsettings/mainwindow.cpp index fa83b59..05c9291 100644 --- a/systemsettings/mainwindow.cpp +++ b/systemsettings/mainwindow.cpp @@ -35,8 +35,8 @@ #include <tdecmoduleloader.h> #include <kdialogbase.h> #include <kiconviewsearchline.h> -#include <kapplication.h> -#include <kaboutapplication.h> +#include <tdeapplication.h> +#include <tdeaboutapplication.h> #include <kdebug.h> #include <tdecmoduleproxy.h> #include <kbugreport.h> |