diff options
Diffstat (limited to 'kitchensync/src/configguigpe.h')
-rw-r--r-- | kitchensync/src/configguigpe.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kitchensync/src/configguigpe.h b/kitchensync/src/configguigpe.h index 48f66674e..141f084e3 100644 --- a/kitchensync/src/configguigpe.h +++ b/kitchensync/src/configguigpe.h @@ -32,10 +32,10 @@ class KLineEdit; class ConfigGuiGpe : public ConfigGui { public: - ConfigGuiGpe( const QSync::Member &, QWidget *parent ); + ConfigGuiGpe( const QSync::Member &, TQWidget *parent ); - void load( const QString &xml ); - QString save() const; + void load( const TQString &xml ); + TQString save() const; private: void initGUI(); @@ -43,7 +43,7 @@ class ConfigGuiGpe : public ConfigGui KComboBox *mConnectionMode; KLineEdit *mIP; - QSpinBox *mPort; + TQSpinBox *mPort; KLineEdit *mUser; }; |