From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kwin/utils.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'kwin/utils.h') diff --git a/kwin/utils.h b/kwin/utils.h index eb762c0c3..b1b2b2e2c 100644 --- a/kwin/utils.h +++ b/kwin/utils.h @@ -12,8 +12,8 @@ License. See the file "COPYING" for the exact licensing terms. #ifndef KWIN_UTILS_H #define KWIN_UTILS_H -#include -#include +#include +#include #include #include #include @@ -36,17 +36,17 @@ const long ClientWinMask = KeyPressMask | KeyReleaseMask | StructureNotifyMask | SubstructureRedirectMask; -const QPoint invalidPoint( INT_MIN, INT_MIN ); +const TQPoint invalidPoint( INT_MIN, INT_MIN ); class Client; class Group; class Options; -typedef QValueList< Client* > ClientList; -typedef QValueList< const Client* > ConstClientList; +typedef TQValueList< Client* > ClientList; +typedef TQValueList< const Client* > ConstClientList; -typedef QValueList< Group* > GroupList; -typedef QValueList< const Group* > ConstGroupList; +typedef TQValueList< Group* > GroupList; +typedef TQValueList< const Group* > ConstGroupList; extern Options* options; @@ -189,7 +189,7 @@ class TemporaryAssign T orig; }; -QCString getStringProperty(WId w, Atom prop, char separator=0); +TQCString getStringProperty(WId w, Atom prop, char separator=0); void updateXTime(); void grabXServer(); void ungrabXServer(); @@ -247,7 +247,7 @@ Time timestampDiff( Time time1, Time time2 ) // returns time2 - time1 return NET::timestampDiff( time1, time2 ); } -bool isLocalMachine( const QCString& host ); +bool isLocalMachine( const TQCString& host ); void checkNonExistentClients(); -- cgit v1.2.3