diff options
Diffstat (limited to 'kaddressbook/ldapsearchdialog.h')
-rw-r--r-- | kaddressbook/ldapsearchdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/ldapsearchdialog.h b/kaddressbook/ldapsearchdialog.h index 0d9727f6e..04757e51f 100644 --- a/kaddressbook/ldapsearchdialog.h +++ b/kaddressbook/ldapsearchdialog.h @@ -53,7 +53,7 @@ class LDAPSearchDialog : public KDialogBase TQ_OBJECT public: - LDAPSearchDialog( KABC::AddressBook *ab, KABCore *core, TQWidget* tqparent, const char* name = 0 ); + LDAPSearchDialog( KABC::AddressBook *ab, KABCore *core, TQWidget* parent, const char* name = 0 ); ~LDAPSearchDialog(); bool isOK() const { return mIsOK; } |