diff options
Diffstat (limited to 'kmail/accountdialog.h')
-rw-r--r-- | kmail/accountdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/accountdialog.h b/kmail/accountdialog.h index 060b576a0..8a65d418f 100644 --- a/kmail/accountdialog.h +++ b/kmail/accountdialog.h @@ -59,7 +59,7 @@ class AccountDialog : public KDialogBase public: AccountDialog( const TQString & caption, KMAccount *account, - TQWidget *tqparent=0, const char *name=0, bool modal=true ); + TQWidget *parent=0, const char *name=0, bool modal=true ); virtual ~AccountDialog(); private: struct LocalWidgets @@ -306,7 +306,7 @@ class NamespaceLineEdit: public KLineEdit TQ_OBJECT public: - NamespaceLineEdit( TQWidget* tqparent ); + NamespaceLineEdit( TQWidget* parent ); const TQString& lastText() { return mLastText; } @@ -323,7 +323,7 @@ class NamespaceEditDialog: public KDialogBase TQ_OBJECT public: - NamespaceEditDialog( TQWidget* tqparent, ImapAccountBase::imapNamespace type, + NamespaceEditDialog( TQWidget* parent, ImapAccountBase::imapNamespace type, ImapAccountBase::nsDelimMap* map ); protected slots: |