summaryrefslogtreecommitdiffstats
path: root/kitchensync/src/configguiirmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'kitchensync/src/configguiirmc.h')
-rw-r--r--kitchensync/src/configguiirmc.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kitchensync/src/configguiirmc.h b/kitchensync/src/configguiirmc.h
index a5005167..20f1197c 100644
--- a/kitchensync/src/configguiirmc.h
+++ b/kitchensync/src/configguiirmc.h
@@ -22,8 +22,8 @@
#ifndef CONFIGGUIIRMC_H
#define CONFIGGUIIRMC_H
-#include <qcheckbox.h>
-#include <qdom.h>
+#include <tqcheckbox.h>
+#include <tqdom.h>
#include "configgui.h"
#include "connectionwidgets.h"
@@ -39,10 +39,10 @@ class ConfigGuiIRMC : public ConfigGui
Q_OBJECT
public:
- ConfigGuiIRMC( const QSync::Member &, QWidget *parent );
+ ConfigGuiIRMC( const QSync::Member &, TQWidget *parent );
- void load( const QString &xml );
- QString save() const;
+ void load( const TQString &xml );
+ TQString save() const;
protected slots:
void connectionTypeChanged( int type );
@@ -51,7 +51,7 @@ class ConfigGuiIRMC : public ConfigGui
void initGUI();
KComboBox *mConnectionType;
- QCheckBox *mDontTellSync;
+ TQCheckBox *mDontTellSync;
BluetoothWidget *mBluetoothWidget;
IRWidget *mIRWidget;