diff options
Diffstat (limited to 'kcontrol/style')
-rw-r--r-- | kcontrol/style/kcmstyle.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/style/kcmstyle.cpp b/kcontrol/style/kcmstyle.cpp index 549e4f57c..1b2477398 100644 --- a/kcontrol/style/kcmstyle.cpp +++ b/kcontrol/style/kcmstyle.cpp @@ -42,17 +42,17 @@ #include <tqpushbutton.h> #include <dcopclient.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kglobalsettings.h> #include <kdebug.h> #include <kipc.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <kdialog.h> #include <klibloader.h> #include <tdelistview.h> #include <kmessagebox.h> #include <ksimpleconfig.h> -#include <kstyle.h> +#include <tdestyle.h> #include <kstandarddirs.h> #include "../krdb/krdb.h" |