diff options
Diffstat (limited to 'kmail/identitylistview.h')
-rw-r--r-- | kmail/identitylistview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/identitylistview.h b/kmail/identitylistview.h index abe12127..eabd63d7 100644 --- a/kmail/identitylistview.h +++ b/kmail/identitylistview.h @@ -1,4 +1,4 @@ -/* -*- c++ -*- +/* identitylistview.h This file is part of KMail, the KDE mail client. @@ -67,7 +67,7 @@ namespace KMail { @author Marc Mutz <mutz@kde.org> **/ class IdentityListView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: IdentityListView( TQWidget * parent=0, const char * name=0 ); |