summaryrefslogtreecommitdiffstats
path: root/kwin/options.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/options.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/options.h')
-rw-r--r--kwin/options.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/kwin/options.h b/kwin/options.h
index 034c9759b..82dc6cdc1 100644
--- a/kwin/options.h
+++ b/kwin/options.h
@@ -12,10 +12,10 @@ License. See the file "COPYING" for the exact licensing terms.
#ifndef KWIN_OPTIONS_H
#define KWIN_OPTIONS_H
-#include <qobject.h>
-#include <qfont.h>
-#include <qpalette.h>
-#include <qstringlist.h>
+#include <tqobject.h>
+#include <tqfont.h>
+#include <tqpalette.h>
+#include <tqstringlist.h>
#include <kdecoration_p.h>
#include "placement.h"
@@ -150,7 +150,7 @@ class Options : public KDecorationOptions
MoveResizeMode resizeMode;
MoveResizeMode moveMode;
- static MoveResizeMode stringToMoveResizeMode( const QString& s );
+ static MoveResizeMode stringToMoveResizeMode( const TQString& s );
static const char* moveResizeModeToString( MoveResizeMode mode );
Placement::Policy placement;
@@ -204,7 +204,7 @@ class Options : public KDecorationOptions
/**
* List of window classes to ignore PPosition size hint
*/
- QStringList ignorePositionClasses;
+ TQStringList ignorePositionClasses;
bool checkIgnoreFocusStealing( const Client* c );
@@ -258,9 +258,9 @@ class Options : public KDecorationOptions
uint keyCmdAllModKey() { return CmdAllModKey; }
- static WindowOperation windowOperation(const QString &name, bool restricted );
- static MouseCommand mouseCommand(const QString &name, bool restricted );
- static MouseWheelCommand mouseWheelCommand(const QString &name);
+ static WindowOperation windowOperation(const TQString &name, bool restricted );
+ static MouseCommand mouseCommand(const TQString &name, bool restricted );
+ static MouseWheelCommand mouseWheelCommand(const TQString &name);
/**
* @returns true if the Geometry Tip should be shown during a window move/resize.
@@ -337,7 +337,7 @@ class Options : public KDecorationOptions
bool topmenus;
bool desktop_topmenu;
// List of window classes for which not to use focus stealing prevention
- QStringList ignoreFocusStealingClasses;
+ TQStringList ignoreFocusStealingClasses;
MouseCommand wheelToMouseCommand( MouseWheelCommand com, int delta );
};