summaryrefslogtreecommitdiffstats
path: root/khotkeys/kcontrol/gesture_triggers_tab.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 /khotkeys/kcontrol/gesture_triggers_tab.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 'khotkeys/kcontrol/gesture_triggers_tab.h')
-rw-r--r--khotkeys/kcontrol/gesture_triggers_tab.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/khotkeys/kcontrol/gesture_triggers_tab.h b/khotkeys/kcontrol/gesture_triggers_tab.h
index 1bdaaf694..c11787d03 100644
--- a/khotkeys/kcontrol/gesture_triggers_tab.h
+++ b/khotkeys/kcontrol/gesture_triggers_tab.h
@@ -13,7 +13,7 @@
#include <gesture_triggers_tab_ui.h>
-#include <qstring.h>
+#include <tqstring.h>
#include <kdialogbase.h>
@@ -28,7 +28,7 @@ class Gesture_triggers_tab
{
Q_OBJECT
public:
- Gesture_triggers_tab( QWidget* parent_P = NULL, const char* name_P = NULL );
+ Gesture_triggers_tab( TQWidget* parent_P = NULL, const char* name_P = NULL );
void set_data( const Trigger_list* triggers_P );
Trigger_list* get_data( Action_data* data_P ) const;
protected:
@@ -38,7 +38,7 @@ class Gesture_triggers_tab
public slots:
void clear_data();
private:
- QString gesture1, gesture2, gesture3;
+ TQString gesture1, gesture2, gesture3;
};
class GestureRecordPage;
@@ -48,11 +48,11 @@ class Gesture_edit_dialog
{
Q_OBJECT
public:
- Gesture_edit_dialog( const QString& gesture_P );
- QString edit_gesture();
+ Gesture_edit_dialog( const TQString& gesture_P );
+ TQString edit_gesture();
private:
// CHECKME accept() ?
- QString _gesture;
+ TQString _gesture;
GestureRecordPage *_page;
};