summaryrefslogtreecommitdiffstats
path: root/kmail/subscriptiondialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/subscriptiondialog.h')
-rw-r--r--kmail/subscriptiondialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/subscriptiondialog.h b/kmail/subscriptiondialog.h
index 30a06d9f..dd84faec 100644
--- a/kmail/subscriptiondialog.h
+++ b/kmail/subscriptiondialog.h
@@ -1,4 +1,4 @@
-/* -*- c++ -*-
+/*
subscriptiondialog.h
This file is part of KMail, the KDE mail client.
@@ -46,7 +46,7 @@ namespace KMail {
// (More Effective C++, Item 33)
class SubscriptionDialogBase : public KSubscription
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -127,7 +127,7 @@ namespace KMail {
class SubscriptionDialog : public SubscriptionDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public: