summaryrefslogtreecommitdiffstats
path: root/kkbswitch/kbconfigdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kkbswitch/kbconfigdlg.h')
-rw-r--r--kkbswitch/kbconfigdlg.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/kkbswitch/kbconfigdlg.h b/kkbswitch/kbconfigdlg.h
index f708a65..bead1ad 100644
--- a/kkbswitch/kbconfigdlg.h
+++ b/kkbswitch/kbconfigdlg.h
@@ -21,11 +21,11 @@
#include <kdialogbase.h>
#include "kbconfig.h"
-class QWidget;
-class QCheckBox;
-class QPushButton;
-class QComboBox;
-class QStringList;
+class TQWidget;
+class TQCheckBox;
+class TQPushButton;
+class TQComboBox;
+class TQStringList;
class KKeyChooser;
@@ -36,23 +36,23 @@ class KKeyChooser;
class KBConfigDlg : public KDialogBase {
Q_OBJECT
public:
- KBConfigDlg(KBConfig *kbconf, QWidget *parent=0, const char *name=0);
+ KBConfigDlg(KBConfig *kbconf, TQWidget *parent=0, const char *name=0);
~KBConfigDlg();
private: // Private attributes
/** */
KListBox *lbGroups;
/** */
- QCheckBox *chkToggleMode;
- //QCheckBox *chkPerwindowGroup;
- QCheckBox *chkAutostart;
- QPushButton *btnChangeIcon;
- QPushButton *btnSetDefaultIcon;
- QPushButton *btnSetDefaultGroup;
- QComboBox *cbxIconType;
- QComboBox *cbxGroupScope;
+ TQCheckBox *chkToggleMode;
+ //TQCheckBox *chkPerwindowGroup;
+ TQCheckBox *chkAutostart;
+ TQPushButton *btnChangeIcon;
+ TQPushButton *btnSetDefaultIcon;
+ TQPushButton *btnSetDefaultGroup;
+ TQComboBox *cbxIconType;
+ TQComboBox *cbxGroupScope;
KKeyChooser *keyChooser;
- QCheckBox *chkUseShortcuts;
- QStringList m_iconpaths;
+ TQCheckBox *chkUseShortcuts;
+ TQStringList m_iconpaths;
int m_default_groupno;
KBConfig *m_kbconf;
/** Display the current KBSwitch configuration in the dialog */
@@ -69,7 +69,7 @@ private slots: // Private slots
/** No descriptions */
void slotLayoutSelected();
/** No descriptions */
- void slotListBoxExecuted(QListBoxItem *item);
+ void slotListBoxExecuted(TQListBoxItem *item);
void slotIconTypeSelected(int index);
void slotUseShortcutsToggled(bool on);
void slotSetDefaultIcon();