22 #ifndef CONFIGGUIIRMC_H
23 #define CONFIGGUIIRMC_H
25 #include <tqcheckbox.h>
28 #include "configgui.h"
29 #include "connectionwidgets.h"
37 class ConfigGuiIRMC : public ConfigGui
43 ConfigGuiIRMC( const QSync::Member &, TQWidget *parent );
45 void load( const TQString &xml );
46 TQString save() const;
49 void connectionTypeChanged( int type );
54 KComboBox *mConnectionType;
55 TQCheckBox *mDontTellSync;
57 BluetoothWidget *mBluetoothWidget;
59 CableWidget *mCableWidget;
|