summaryrefslogtreecommitdiffstats
path: root/kwin-styles/cde
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/cde
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/cde')
-rw-r--r--kwin-styles/cde/cdeclient.cpp2
-rw-r--r--kwin-styles/cde/cdeclient.h8
-rw-r--r--kwin-styles/cde/config/config.h10
3 files changed, 10 insertions, 10 deletions
diff --git a/kwin-styles/cde/cdeclient.cpp b/kwin-styles/cde/cdeclient.cpp
index 6e2dd152..722f3a6f 100644
--- a/kwin-styles/cde/cdeclient.cpp
+++ b/kwin-styles/cde/cdeclient.cpp
@@ -443,7 +443,7 @@ void CdeClient::menuButtonPressed()
static TQTime* t = NULL;
static CdeClient* lastClient = NULL;
if( t == NULL )
- t = new QTime;
+ t = new TQTime;
bool dbl = ( lastClient == this && t->elapsed() <= TQApplication::doubleClickInterval());
lastClient = this;
t->start();
diff --git a/kwin-styles/cde/cdeclient.h b/kwin-styles/cde/cdeclient.h
index 071c41ff..265c6c64 100644
--- a/kwin-styles/cde/cdeclient.h
+++ b/kwin-styles/cde/cdeclient.h
@@ -24,10 +24,10 @@
#include <kdecoration.h>
#include <kdecorationfactory.h>
-class QLabel;
-class QBoxLayout;
-class QVBoxLayout;
-class QSpacerItem;
+class TQLabel;
+class TQBoxLayout;
+class TQVBoxLayout;
+class TQSpacerItem;
namespace CDE {
diff --git a/kwin-styles/cde/config/config.h b/kwin-styles/cde/config/config.h
index c9a6c528..366cec54 100644
--- a/kwin-styles/cde/config/config.h
+++ b/kwin-styles/cde/config/config.h
@@ -9,11 +9,11 @@
#include <tqhbox.h>
#include <kconfig.h>
-class QCheckBox;
-class QGroupBox;
-class QVBox;
-class QLabel;
-class QRadioButton;
+class TQCheckBox;
+class TQGroupBox;
+class TQVBox;
+class TQLabel;
+class TQRadioButton;
class CdeConfig: public QObject
{