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/main.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/main.cpp')
-rw-r--r-- | systemsettings/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/systemsettings/main.cpp b/systemsettings/main.cpp index c2c77cc..f2b96b9 100644 --- a/systemsettings/main.cpp +++ b/systemsettings/main.cpp @@ -19,9 +19,9 @@ * Boston, MA 02110-1301, USA. */ -#include <kapplication.h> -#include <kcmdlineargs.h> -#include <kaboutdata.h> +#include <tdeapplication.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> #include "mainwindow.h" #include "version.h" |