summaryrefslogtreecommitdiffstats
path: root/kwin-styles/smooth-blend/client/smoothblend.cc
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/smooth-blend/client/smoothblend.cc
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/smooth-blend/client/smoothblend.cc')
-rw-r--r--kwin-styles/smooth-blend/client/smoothblend.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kwin-styles/smooth-blend/client/smoothblend.cc b/kwin-styles/smooth-blend/client/smoothblend.cc
index 67d2fa48..9146c6eb 100644
--- a/kwin-styles/smooth-blend/client/smoothblend.cc
+++ b/kwin-styles/smooth-blend/client/smoothblend.cc
@@ -1365,7 +1365,7 @@ void smoothblendClient::menuButtonPressed() {
static TQTime* t = NULL;
static smoothblendClient* lastClient = NULL;
if (t == NULL)
- t = new QTime;
+ t = new TQTime;
bool dbl = (lastClient==this && t->elapsed() <= TQApplication::doubleClickInterval());
lastClient = this;
t->start();