summaryrefslogtreecommitdiffstats
path: root/kitchensync/src/configguignokii.h
diff options
context:
space:
mode:
Diffstat (limited to 'kitchensync/src/configguignokii.h')
-rw-r--r--kitchensync/src/configguignokii.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/kitchensync/src/configguignokii.h b/kitchensync/src/configguignokii.h
index 6f413a4c..939e4673 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: