summaryrefslogtreecommitdiffstats
path: root/twin-styles/smooth-blend/client
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:55:15 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:55:15 -0600
commitce1660ccd810825d9e087d0e9bc27dd4aea3e08a (patch)
tree57df8fa20601c7b06117399bd921a485b7476e4a /twin-styles/smooth-blend/client
parent2a66a2cdb1c9c8017e821e34ec93732761b14d47 (diff)
downloadtdeartwork-ce1660ccd810825d9e087d0e9bc27dd4aea3e08a.tar.gz
tdeartwork-ce1660ccd810825d9e087d0e9bc27dd4aea3e08a.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'twin-styles/smooth-blend/client')
-rw-r--r--twin-styles/smooth-blend/client/config/smoothblendconfig.cc4
-rw-r--r--twin-styles/smooth-blend/client/smoothblend.cc6
2 files changed, 5 insertions, 5 deletions
diff --git a/twin-styles/smooth-blend/client/config/smoothblendconfig.cc b/twin-styles/smooth-blend/client/config/smoothblendconfig.cc
index 8ed14166..b4a64428 100644
--- a/twin-styles/smooth-blend/client/config/smoothblendconfig.cc
+++ b/twin-styles/smooth-blend/client/config/smoothblendconfig.cc
@@ -8,8 +8,8 @@
//////////////////////////////////////////////////////////////////////////////
#include <tdeconfig.h>
-#include <klocale.h>
-#include <kglobal.h>
+#include <tdelocale.h>
+#include <tdeglobal.h>
#include <tqbuttongroup.h>
#include <tqgroupbox.h>
#include <tqradiobutton.h>
diff --git a/twin-styles/smooth-blend/client/smoothblend.cc b/twin-styles/smooth-blend/client/smoothblend.cc
index de3af31a..e60b297e 100644
--- a/twin-styles/smooth-blend/client/smoothblend.cc
+++ b/twin-styles/smooth-blend/client/smoothblend.cc
@@ -9,9 +9,9 @@
#include <tdeconfig.h>
#include <tdeversion.h>
-#include <kglobal.h>
-#include <kglobalsettings.h>
-#include <klocale.h>
+#include <tdeglobal.h>
+#include <tdeglobalsettings.h>
+#include <tdelocale.h>
#include <kpixmap.h>
#include <kimageeffect.h>
#include <kpixmapeffect.h>