summaryrefslogtreecommitdiffstats
path: root/kwin/utils.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
commitc663b6440964f6ac48027143ac9e63298991f9d0 (patch)
tree6d8b0c5a5f9db1ee16acf98b1397cea9126b281d /kwin/utils.h
parenta061f7191beebb0e4a3b0c0a7c534ec5f22f2dc7 (diff)
downloadtdebase-c663b6440964f6ac48027143ac9e63298991f9d0.tar.gz
tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kwin/utils.h')
-rw-r--r--kwin/utils.h18
1 files changed, 9 insertions, 9 deletions
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 <qvaluelist.h>
-#include <qwidget.h>
+#include <tqvaluelist.h>
+#include <tqwidget.h>
#include <kmanagerselection.h>
#include <netwm_def.h>
#include <kshortcutdialog.h>
@@ -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();