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/cde/cdeclient.cpp | 2 +- kwin-styles/cde/cdeclient.h | 8 ++++---- kwin-styles/cde/config/config.h | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'kwin-styles/cde') 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 #include -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 #include -class QCheckBox; -class QGroupBox; -class QVBox; -class QLabel; -class QRadioButton; +class TQCheckBox; +class TQGroupBox; +class TQVBox; +class TQLabel; +class TQRadioButton; class CdeConfig: public QObject { -- cgit v1.2.1