diff options
Diffstat (limited to 'kaddressbook/kcmconfigs/addhostdialog.h')
-rw-r--r-- | kaddressbook/kcmconfigs/addhostdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/kcmconfigs/addhostdialog.h b/kaddressbook/kcmconfigs/addhostdialog.h index 956892d9f..6a57861a1 100644 --- a/kaddressbook/kcmconfigs/addhostdialog.h +++ b/kaddressbook/kcmconfigs/addhostdialog.h @@ -38,7 +38,7 @@ class AddHostDialog : public KDialogBase TQ_OBJECT public: - AddHostDialog( KPIM::LdapServer* server, TQWidget* tqparent = 0, const char* name = 0 ); + AddHostDialog( KPIM::LdapServer* server, TQWidget* parent = 0, const char* name = 0 ); ~AddHostDialog(); signals: |