From e0723566d780c358a5a4053910e8c49fea3d8b65 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:15:45 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeartwork@1158417 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kwin-styles/smooth-blend/client/smoothblend.cc | 2 +- kwin-styles/smooth-blend/client/smoothblend.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kwin-styles/smooth-blend') 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(); diff --git a/kwin-styles/smooth-blend/client/smoothblend.h b/kwin-styles/smooth-blend/client/smoothblend.h index e5a2ec70..a72fe743 100644 --- a/kwin-styles/smooth-blend/client/smoothblend.h +++ b/kwin-styles/smooth-blend/client/smoothblend.h @@ -29,8 +29,8 @@ #include #include -class QSpacerItem; -class QPoint; +class TQSpacerItem; +class TQPoint; namespace smoothblend { -- cgit v1.2.1