summaryrefslogtreecommitdiffstats
path: root/kstyles/keramik
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:23:47 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:23:47 +0000
commit8f14fb0418241694e61cb35dda95fea6d9b7830d (patch)
tree73afdda59a8126db123133d64bab78a3503657dc /kstyles/keramik
parentffe8a83e053396df448e9413828527613ca3bd46 (diff)
downloadtdelibs-8f14fb0418241694e61cb35dda95fea6d9b7830d.tar.gz
tdelibs-8f14fb0418241694e61cb35dda95fea6d9b7830d.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1158447 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kstyles/keramik')
-rw-r--r--kstyles/keramik/colorutil.h2
-rw-r--r--kstyles/keramik/gradients.h2
-rw-r--r--kstyles/keramik/keramik.h2
-rw-r--r--kstyles/keramik/pixmaploader.h4
4 files changed, 5 insertions, 5 deletions
diff --git a/kstyles/keramik/colorutil.h b/kstyles/keramik/colorutil.h
index 62b2a14b2..7bffe75f1 100644
--- a/kstyles/keramik/colorutil.h
+++ b/kstyles/keramik/colorutil.h
@@ -22,7 +22,7 @@
#ifndef KERAMIK_COLORUTIL_H
#define KERAMIK_COLORUTIL_H
-class QPainter;
+class TQPainter;
namespace Keramik
diff --git a/kstyles/keramik/gradients.h b/kstyles/keramik/gradients.h
index 8ee0a281b..8a9a17425 100644
--- a/kstyles/keramik/gradients.h
+++ b/kstyles/keramik/gradients.h
@@ -22,7 +22,7 @@
#ifndef KERAMIK_GRADIENTS_H
#define KERAMIK_GRADIENTS_H
-class QPainter;
+class TQPainter;
namespace Keramik
diff --git a/kstyles/keramik/keramik.h b/kstyles/keramik/keramik.h
index 76d099a5e..03d97ee3a 100644
--- a/kstyles/keramik/keramik.h
+++ b/kstyles/keramik/keramik.h
@@ -37,7 +37,7 @@
#include "pixmaploader.h"
-class QProgressBar;
+class TQProgressBar;
class KeramikStyle : public KStyle
{
diff --git a/kstyles/keramik/pixmaploader.h b/kstyles/keramik/pixmaploader.h
index 3ee17b2f0..ab0bb4223 100644
--- a/kstyles/keramik/pixmaploader.h
+++ b/kstyles/keramik/pixmaploader.h
@@ -26,8 +26,8 @@
#include <tqdict.h>
#include <tqimage.h>
-class QPixmap;
-class QImage;
+class TQPixmap;
+class TQImage;
#include "keramikrc.h"