summaryrefslogtreecommitdiffstats
path: root/kitchensync/src/configguipalm.h
diff options
context:
space:
mode:
Diffstat (limited to 'kitchensync/src/configguipalm.h')
-rw-r--r--kitchensync/src/configguipalm.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kitchensync/src/configguipalm.h b/kitchensync/src/configguipalm.h
index 212ef61a..bfae30a2 100644
--- a/kitchensync/src/configguipalm.h
+++ b/kitchensync/src/configguipalm.h
@@ -33,25 +33,25 @@ class QSpinBox;
class ConfigGuiPalm : public ConfigGui
{
public:
- ConfigGuiPalm( const QSync::Member &, QWidget *parent );
+ ConfigGuiPalm( const QSync::Member &, TQWidget *parent );
- void load( const QString &xml );
- QString save() const;
+ void load( const TQString &xml );
+ TQString save() const;
private:
void initGUI();
KComboBox *mDevice;
KComboBox *mSpeed;
- QSpinBox *mTimeout;
+ TQSpinBox *mTimeout;
KLineEdit *mUserName;
- QRadioButton *mSyncAlways;
- QRadioButton *mSyncAsk;
- QRadioButton *mSyncAbort;
+ TQRadioButton *mSyncAlways;
+ TQRadioButton *mSyncAsk;
+ TQRadioButton *mSyncAbort;
- QCheckBox *mPopup;
+ TQCheckBox *mPopup;
KComboBox *mVerbosity;
KComboBox *mCodePage;
};