summaryrefslogtreecommitdiffstats
path: root/kwin-styles/cde/cdeclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kwin-styles/cde/cdeclient.cpp')
-rw-r--r--kwin-styles/cde/cdeclient.cpp2
1 files changed, 1 insertions, 1 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();