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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchensync/src/configguisyncmlhttp.h b/kitchensync/src/configguisyncmlhttp.h
index de71586d..accff70e 100644
--- a/kitchensync/src/configguisyncmlhttp.h
+++ b/kitchensync/src/configguisyncmlhttp.h
@@ -39,7 +39,7 @@ class ConfigGuiSyncmlHttp : public ConfigGui
TQ_OBJECT
public:
- ConfigGuiSyncmlHttp( const QSync::Member &, TQWidget *tqparent );
+ ConfigGuiSyncmlHttp( const QSync::Member &, TQWidget *parent );
void load( const TQString &xml );
TQString save() const;
@@ -62,7 +62,7 @@ class ConfigGuiSyncmlHttp : public ConfigGui
KComboBox *mNoteDb;
protected slots:
- void addLineEdit( TQWidget *tqparent, const TQString &text, KComboBox **edit, int row );
+ void addLineEdit( TQWidget *parent, const TQString &text, KComboBox **edit, int row );
};
#endif