summaryrefslogtreecommitdiffstats
path: root/kitchensync/src/configguisyncmlhttp.h
diff options
context:
space:
mode:
Diffstat (limited to 'kitchensync/src/configguisyncmlhttp.h')
-rw-r--r--kitchensync/src/configguisyncmlhttp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kitchensync/src/configguisyncmlhttp.h b/kitchensync/src/configguisyncmlhttp.h
index 784a7fe0..de71586d 100644
--- a/kitchensync/src/configguisyncmlhttp.h
+++ b/kitchensync/src/configguisyncmlhttp.h
@@ -36,9 +36,10 @@ class ConfigGuiSyncmlHttp : public ConfigGui
{
Q_OBJECT
+ TQ_OBJECT
public:
- ConfigGuiSyncmlHttp( const QSync::Member &, TQWidget *parent );
+ ConfigGuiSyncmlHttp( const QSync::Member &, TQWidget *tqparent );
void load( const TQString &xml );
TQString save() const;
@@ -61,7 +62,7 @@ class ConfigGuiSyncmlHttp : public ConfigGui
KComboBox *mNoteDb;
protected slots:
- void addLineEdit( TQWidget *parent, const TQString &text, KComboBox **edit, int row );
+ void addLineEdit( TQWidget *tqparent, const TQString &text, KComboBox **edit, int row );
};
#endif