summaryrefslogtreecommitdiffstats
path: root/kmail/localsubscriptiondialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/localsubscriptiondialog.cpp')
-rw-r--r--kmail/localsubscriptiondialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/localsubscriptiondialog.cpp b/kmail/localsubscriptiondialog.cpp
index f3ef1f1e..ca5f2cc9 100644
--- a/kmail/localsubscriptiondialog.cpp
+++ b/kmail/localsubscriptiondialog.cpp
@@ -46,9 +46,9 @@
namespace KMail {
-LocalSubscriptionDialog::LocalSubscriptionDialog( TQWidget *tqparent, const TQString &caption,
+LocalSubscriptionDialog::LocalSubscriptionDialog( TQWidget *parent, const TQString &caption,
ImapAccountBase *acct, TQString startPath )
- : SubscriptionDialog( tqparent, caption, acct, startPath ),
+ : SubscriptionDialog( parent, caption, acct, startPath ),
mAccount( acct )
{
}