summaryrefslogtreecommitdiffstats
path: root/src/gui/kdeext
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-14 17:10:34 -0600
committerTimothy Pearson <[email protected]>2013-02-14 17:10:34 -0600
commit3f02581883759395fcd3935ec1d88ddca4895f32 (patch)
tree430f2ee10201b3709f2aecc8af30ea17467538ee /src/gui/kdeext
parent2b56d6c1c189cc8cf026e32ba78340a727f0aab8 (diff)
downloadrosegarden-3f02581883759395fcd3935ec1d88ddca4895f32.tar.gz
rosegarden-3f02581883759395fcd3935ec1d88ddca4895f32.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/gui/kdeext')
-rw-r--r--src/gui/kdeext/RGLed.cpp2
-rw-r--r--src/gui/kdeext/TDEStartupLogo.cpp2
-rw-r--r--src/gui/kdeext/klearlook.cpp2
-rw-r--r--src/gui/kdeext/klearlook.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/kdeext/RGLed.cpp b/src/gui/kdeext/RGLed.cpp
index 1edcc4f..725fd45 100644
--- a/src/gui/kdeext/RGLed.cpp
+++ b/src/gui/kdeext/RGLed.cpp
@@ -139,7 +139,7 @@
#include <tqpainter.h>
#include <tqimage.h>
#include <tqcolor.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kpixmapeffect.h>
#include "kled.h"
diff --git a/src/gui/kdeext/TDEStartupLogo.cpp b/src/gui/kdeext/TDEStartupLogo.cpp
index 6e57e2f..2b2eda6 100644
--- a/src/gui/kdeext/TDEStartupLogo.cpp
+++ b/src/gui/kdeext/TDEStartupLogo.cpp
@@ -23,7 +23,7 @@
*/
#include <unistd.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tqpainter.h>
#include <tqfontmetrics.h>
diff --git a/src/gui/kdeext/klearlook.cpp b/src/gui/kdeext/klearlook.cpp
index 2c9793e..65d5577 100644
--- a/src/gui/kdeext/klearlook.cpp
+++ b/src/gui/kdeext/klearlook.cpp
@@ -2125,7 +2125,7 @@ void KlearlookStyle::drawTDEStylePrimitive( TDEStylePrimitive kpe, TQPainter *p,
case LV_LINES_NONE:
break;
case LV_LINES_DOTTED:
- // Taken and modified (colour wise) from kstyle.cpp - which in turn comes from
+ // Taken and modified (colour wise) from tdestyle.cpp - which in turn comes from
// qwindowsstyl.cpp
{
static TQBitmap *verticalLine = 0,
diff --git a/src/gui/kdeext/klearlook.h b/src/gui/kdeext/klearlook.h
index 1e74355..232c5a2 100644
--- a/src/gui/kdeext/klearlook.h
+++ b/src/gui/kdeext/klearlook.h
@@ -39,7 +39,7 @@
#define USE_SINGLE_STYLE 1
#include <tdeversion.h>
-#include <kstyle.h>
+#include <tdestyle.h>
#include <tqcolor.h>
#include <tqpoint.h>