diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:15:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:15:13 -0600 |
commit | 9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0 (patch) | |
tree | 9ab57608e370cc0051bebd305a72c79b5fe15076 /kcontrol/konsole | |
parent | 05f7409313fb8f09f539ae65791c830d2eaf91a6 (diff) | |
download | tdebase-9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0.tar.gz tdebase-9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'kcontrol/konsole')
-rw-r--r-- | kcontrol/konsole/kcmkonsole.cpp | 2 | ||||
-rw-r--r-- | kcontrol/konsole/schemaeditor.h | 2 | ||||
-rw-r--r-- | kcontrol/konsole/sessioneditor.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/konsole/kcmkonsole.cpp b/kcontrol/konsole/kcmkonsole.cpp index 56c093226..97eeb6d42 100644 --- a/kcontrol/konsole/kcmkonsole.cpp +++ b/kcontrol/konsole/kcmkonsole.cpp @@ -22,7 +22,7 @@ #include <dcopclient.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <tdeconfig.h> #include <kdebug.h> #include <tdefontdialog.h> diff --git a/kcontrol/konsole/schemaeditor.h b/kcontrol/konsole/schemaeditor.h index d34e7be85..903cc1436 100644 --- a/kcontrol/konsole/schemaeditor.h +++ b/kcontrol/konsole/schemaeditor.h @@ -22,7 +22,7 @@ #include <config.h> #endif -#include <kapplication.h> +#include <tdeapplication.h> #include <tqwidget.h> class TQPixmap; class TDESharedPixmap; diff --git a/kcontrol/konsole/sessioneditor.h b/kcontrol/konsole/sessioneditor.h index 638b6b0e6..be85f8505 100644 --- a/kcontrol/konsole/sessioneditor.h +++ b/kcontrol/konsole/sessioneditor.h @@ -24,7 +24,7 @@ #include <tqptrlist.h> #include <tqstringlist.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tqwidget.h> #include "sessiondialog.h" |