diff options
Diffstat (limited to 'kmail/kmaccount.h')
-rw-r--r-- | kmail/kmaccount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/kmaccount.h b/kmail/kmaccount.h index 86e2f6956..43f3aca3a 100644 --- a/kmail/kmaccount.h +++ b/kmail/kmaccount.h @@ -55,7 +55,7 @@ class KMPrecommand : public TQObject TQ_OBJECT public: - KMPrecommand(const TQString &precommand, TQObject *tqparent = 0); + KMPrecommand(const TQString &precommand, TQObject *parent = 0); virtual ~KMPrecommand(); bool start(); |