summaryrefslogtreecommitdiffstats
path: root/kitchensync/src/configguildap.h
diff options
context:
space:
mode:
Diffstat (limited to 'kitchensync/src/configguildap.h')
-rw-r--r--kitchensync/src/configguildap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kitchensync/src/configguildap.h b/kitchensync/src/configguildap.h
index a73eae5b3..1db94357f 100644
--- a/kitchensync/src/configguildap.h
+++ b/kitchensync/src/configguildap.h
@@ -36,9 +36,10 @@ class KLineEdit;
class ConfigGuiLdap : public ConfigGui
{
Q_OBJECT
+ TQ_OBJECT
public:
- ConfigGuiLdap( const QSync::Member &, TQWidget *parent );
+ ConfigGuiLdap( const QSync::Member &, TQWidget *tqparent );
void load( const TQString &xml );
TQString save() const;