diff options
Diffstat (limited to 'kmail/templatesinsertcommand.h')
-rw-r--r-- | kmail/templatesinsertcommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/templatesinsertcommand.h b/kmail/templatesinsertcommand.h index 437ad8bd..257064b8 100644 --- a/kmail/templatesinsertcommand.h +++ b/kmail/templatesinsertcommand.h @@ -1,4 +1,4 @@ -/* -*- mode: C++; c-file-style: "gnu" -*- +/* * kmail: KDE mail client * This file: Copyright (C) 2006 Dmitry Morozhnikov <dmiceman@mail.ru> * @@ -29,7 +29,7 @@ class TDEActionMenu; class TemplatesInsertCommand : public TQPushButton { - Q_OBJECT + TQ_OBJECT public: |