summaryrefslogtreecommitdiffstats
path: root/korganizer/plugins/exchange/exchangedialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/plugins/exchange/exchangedialog.h')
-rw-r--r--korganizer/plugins/exchange/exchangedialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/korganizer/plugins/exchange/exchangedialog.h b/korganizer/plugins/exchange/exchangedialog.h
index b2635f7a..1aa17c38 100644
--- a/korganizer/plugins/exchange/exchangedialog.h
+++ b/korganizer/plugins/exchange/exchangedialog.h
@@ -27,8 +27,9 @@ class TQComboBox;
class ExchangeDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- ExchangeDialog( const TQDate &start, const TQDate &end, TQWidget *parent=0);
+ ExchangeDialog( const TQDate &start, const TQDate &end, TQWidget *tqparent=0);
virtual ~ExchangeDialog();
protected slots: