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/options.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'kwin/options.h') 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 -#include -#include -#include +#include +#include +#include +#include #include #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 ); }; -- cgit v1.2.1