diff options
Diffstat (limited to 'kmail/accountcombobox.h')
-rw-r--r-- | kmail/accountcombobox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/accountcombobox.h b/kmail/accountcombobox.h index c2e85cf6..b0d0df6d 100644 --- a/kmail/accountcombobox.h +++ b/kmail/accountcombobox.h @@ -1,4 +1,4 @@ -/* -*- mode: C++ -*- +/* * Copyright (c) 2004 David Faure <faure@kde.org> * * This program is free software; you can redistribute it and/or modify @@ -41,7 +41,7 @@ namespace KMail { */ class AccountComboBox : public TQComboBox { - Q_OBJECT + TQ_OBJECT public: |