diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
commit | 7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch) | |
tree | 8474f9b444b2756228600050f07a7ff25de532b2 /kitchensync/src/configguignokii.h | |
parent | f587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff) | |
download | tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.tar.gz tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kitchensync/src/configguignokii.h')
-rw-r--r-- | kitchensync/src/configguignokii.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kitchensync/src/configguignokii.h b/kitchensync/src/configguignokii.h index 6f413a4c1..939e46730 100644 --- a/kitchensync/src/configguignokii.h +++ b/kitchensync/src/configguignokii.h @@ -24,8 +24,8 @@ #include "configgui.h" #include "connectionwidgets.h" -#include <qvaluelist.h> -#include <qpair.h> +#include <tqvaluelist.h> +#include <tqpair.h> class QLabel; class QLineEdit; @@ -36,21 +36,21 @@ class ConfigGuiGnokii : public ConfigGui Q_OBJECT public: - ConfigGuiGnokii( const QSync::Member &, QWidget *parent ); + ConfigGuiGnokii( const QSync::Member &, TQWidget *parent ); - void load( const QString &xml ); - QString save() const; + void load( const TQString &xml ); + TQString save() const; private: - QComboBox *mConnection; + TQComboBox *mConnection; KComboBox *mPort; - QLabel *mPortLabel; + TQLabel *mPortLabel; KComboBox *mModel; BluetoothWidget *mBluetooth; - typedef QPair<QString, QString> ConnectionType; - typedef QValueList<ConnectionType> ConnectionTypeList; + typedef QPair<TQString, TQString> ConnectionType; + typedef TQValueList<ConnectionType> ConnectionTypeList; ConnectionTypeList mConnectionTypes; protected slots: |