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/kthememanager | |
parent | 05f7409313fb8f09f539ae65791c830d2eaf91a6 (diff) | |
download | tdebase-9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0.tar.gz tdebase-9286b9ebcc5c6b73a1061763cf5e3d9dd8eea3c0.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'kcontrol/kthememanager')
-rw-r--r-- | kcontrol/kthememanager/ktheme.cpp | 4 | ||||
-rw-r--r-- | kcontrol/kthememanager/kthememanager.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kcontrol/kthememanager/ktheme.cpp b/kcontrol/kthememanager/ktheme.cpp index 94d9bf7bd..87d17806c 100644 --- a/kcontrol/kthememanager/ktheme.cpp +++ b/kcontrol/kthememanager/ktheme.cpp @@ -27,7 +27,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA #include <tqdir.h> #include <dcopclient.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <kdatastream.h> #include <kdebug.h> @@ -41,7 +41,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA #include <ksimpleconfig.h> #include <kstandarddirs.h> #include <ktar.h> -#include <kstyle.h> +#include <tdestyle.h> KTheme::KTheme( TQWidget *parent, const TQString & xmlFile ) : m_parent(parent) diff --git a/kcontrol/kthememanager/kthememanager.cpp b/kcontrol/kthememanager/kthememanager.cpp index 23a89ca01..bcd73f186 100644 --- a/kcontrol/kthememanager/kthememanager.cpp +++ b/kcontrol/kthememanager/kthememanager.cpp @@ -23,8 +23,8 @@ #include <tqtoolbutton.h> #include <tqtooltip.h> -#include <kaboutdata.h> -#include <kapplication.h> +#include <tdeaboutdata.h> +#include <tdeapplication.h> #include <kdebug.h> #include <kdialog.h> #include <kemailsettings.h> |