21#ifndef CONFIGGUIGNOKII_H
22#define CONFIGGUIGNOKII_H
25#include "connectionwidgets.h"
27#include <tqvaluelist.h>
34class ConfigGuiGnokii : public ConfigGui
40 ConfigGuiGnokii( const QSync::Member &, TQWidget *parent );
42 void load( const TQString &xml );
43 TQString save() const;
46 TQComboBox *mConnection;
51 BluetoothWidget *mBluetooth;
53 typedef TQPair<TQString, TQString> ConnectionType;
54 typedef TQValueList<ConnectionType> ConnectionTypeList;
55 ConnectionTypeList mConnectionTypes;
58 void slotConnectionChanged( int nth );
59 void slotModelChanged();
|