summaryrefslogtreecommitdiffstats
path: root/libkdepim/ldapsearchdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdepim/ldapsearchdialog.h')
-rw-r--r--libkdepim/ldapsearchdialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libkdepim/ldapsearchdialog.h b/libkdepim/ldapsearchdialog.h
index 9b19e5246..4b647acae 100644
--- a/libkdepim/ldapsearchdialog.h
+++ b/libkdepim/ldapsearchdialog.h
@@ -38,9 +38,10 @@ namespace KPIM {
class LDAPSearchDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- LDAPSearchDialog( TQWidget* parent, const char* name = 0 );
+ LDAPSearchDialog( TQWidget* tqparent, const char* name = 0 );
~LDAPSearchDialog();
bool isOK() const { return mIsOK; }