summaryrefslogtreecommitdiffstats
path: root/kcontrol/keys/keyconfig.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 /kcontrol/keys/keyconfig.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 'kcontrol/keys/keyconfig.h')
-rw-r--r--kcontrol/keys/keyconfig.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/kcontrol/keys/keyconfig.h b/kcontrol/keys/keyconfig.h
index cba853e4d..f38efe8b0 100644
--- a/kcontrol/keys/keyconfig.h
+++ b/kcontrol/keys/keyconfig.h
@@ -8,13 +8,13 @@
#ifndef __KEYCONFIG_H__
#define __KEYCONFIG_H__
-#include <qpushbutton.h>
-#include <qlistbox.h>
+#include <tqpushbutton.h>
+#include <tqlistbox.h>
#include <kaccel.h>
#include <kkeydialog.h>
//#include <kcmodule.h>
-#include <qdict.h>
+#include <tqdict.h>
class QCheckBox;
@@ -28,8 +28,8 @@ public:
//KAccelActions dict;
KeyChooserSpec *kc;
- KKeyModule( QWidget *parent, bool isGlobal, bool bSeriesOnly, bool bSeriesNone, const char *name = 0 );
- KKeyModule( QWidget *parent, bool isGlobal, const char *name = 0 );
+ KKeyModule( TQWidget *parent, bool isGlobal, bool bSeriesOnly, bool bSeriesNone, const char *name = 0 );
+ KKeyModule( TQWidget *parent, bool isGlobal, const char *name = 0 );
~KKeyModule ();
protected:
@@ -41,8 +41,8 @@ public:
virtual void defaults();
static void init();
- bool writeSettings( const QString& sGroup, KConfig* pConfig );
- bool writeSettingsGlobal( const QString& sGroup );
+ bool writeSettings( const TQString& sGroup, KConfig* pConfig );
+ bool writeSettingsGlobal( const TQString& sGroup );
public slots:
//void slotPreviewScheme( int );
@@ -59,19 +59,19 @@ signals:
//void keysChanged( const KAccelActions* map_P );
protected:
- QListBox *sList;
- QStringList *sFileList;
- QPushButton *addBt;
- QPushButton *removeBt;
- QCheckBox *preferMetaBt;
+ TQListBox *sList;
+ TQStringList *sFileList;
+ TQPushButton *addBt;
+ TQPushButton *removeBt;
+ TQCheckBox *preferMetaBt;
int nSysSchemes;
bool bSeriesOnly;
void readScheme( int index=0 );
- QString KeyType;
- QString KeyScheme;
- QString KeySet;
+ TQString KeyType;
+ TQString KeyScheme;
+ TQString KeySet;
};
@@ -79,7 +79,7 @@ class KeyChooserSpec : public KKeyChooser
{
Q_OBJECT
public:
- KeyChooserSpec( KAccelActions& actions, QWidget* parent,
+ KeyChooserSpec( KAccelActions& actions, TQWidget* parent,
bool bGlobal );
//void updateKeys( const KAccelActions* map_P );
protected: