diff options
Diffstat (limited to 'kitchensync/src/configguignokii.h')
-rw-r--r-- | kitchensync/src/configguignokii.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kitchensync/src/configguignokii.h b/kitchensync/src/configguignokii.h index fcb5eaad1..673dce0a0 100644 --- a/kitchensync/src/configguignokii.h +++ b/kitchensync/src/configguignokii.h @@ -34,9 +34,10 @@ class TQComboBox; class ConfigGuiGnokii : public ConfigGui { Q_OBJECT + TQ_OBJECT public: - ConfigGuiGnokii( const QSync::Member &, TQWidget *parent ); + ConfigGuiGnokii( const QSync::Member &, TQWidget *tqparent ); void load( const TQString &xml ); TQString save() const; @@ -49,7 +50,7 @@ class ConfigGuiGnokii : public ConfigGui BluetoothWidget *mBluetooth; - typedef QPair<TQString, TQString> ConnectionType; + typedef TQPair<TQString, TQString> ConnectionType; typedef TQValueList<ConnectionType> ConnectionTypeList; ConnectionTypeList mConnectionTypes; |