summaryrefslogtreecommitdiffstats
path: root/kwin-styles/glow
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:15:45 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:15:45 +0000
commite0723566d780c358a5a4053910e8c49fea3d8b65 (patch)
treede3ed4d1827e524a462a89d9bb988e9c36005f5b /kwin-styles/glow
parentb5d38fd2e94066885d4620b0c35c48a2faa5aa44 (diff)
downloadtdeartwork-e0723566d780c358a5a4053910e8c49fea3d8b65.tar.gz
tdeartwork-e0723566d780c358a5a4053910e8c49fea3d8b65.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeartwork@1158417 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kwin-styles/glow')
-rw-r--r--kwin-styles/glow/config/glowconfigdialog.h10
-rw-r--r--kwin-styles/glow/glowbutton.h8
-rw-r--r--kwin-styles/glow/glowclient.h14
3 files changed, 16 insertions, 16 deletions
diff --git a/kwin-styles/glow/config/glowconfigdialog.h b/kwin-styles/glow/config/glowconfigdialog.h
index 033954b6..e8a1be31 100644
--- a/kwin-styles/glow/config/glowconfigdialog.h
+++ b/kwin-styles/glow/config/glowconfigdialog.h
@@ -21,11 +21,11 @@
#include <tqvaluevector.h>
#include <tqobject.h>
-class QListView;
-class QPushButton;
-class QSignalMapper;
-class QCheckBox;
-class QComboBox;
+class TQListView;
+class TQPushButton;
+class TQSignalMapper;
+class TQCheckBox;
+class TQComboBox;
class KConfig;
class KColorButton;
diff --git a/kwin-styles/glow/glowbutton.h b/kwin-styles/glow/glowbutton.h
index e7cc3605..f263f0ac 100644
--- a/kwin-styles/glow/glowbutton.h
+++ b/kwin-styles/glow/glowbutton.h
@@ -22,10 +22,10 @@
#include <tqmap.h>
#include <tqbutton.h>
-class QPixmap;
-class QBitmap;
-class QTimer;
-class QString;
+class TQPixmap;
+class TQBitmap;
+class TQTimer;
+class TQString;
namespace Glow
{
diff --git a/kwin-styles/glow/glowclient.h b/kwin-styles/glow/glowclient.h
index faa12e62..41305bc6 100644
--- a/kwin-styles/glow/glowclient.h
+++ b/kwin-styles/glow/glowclient.h
@@ -23,13 +23,13 @@
#include <kdecoration.h>
#include <kdecorationfactory.h>
-class QPixmap;
-class QBitmap;
-class QTimer;
-class QBoxLayout;
-class QGridLayout;
-class QVBoxLayout;
-class QSpacerItem;
+class TQPixmap;
+class TQBitmap;
+class TQTimer;
+class TQBoxLayout;
+class TQGridLayout;
+class TQVBoxLayout;
+class TQSpacerItem;
namespace Glow
{