diff options
Diffstat (limited to 'kmail/globalsettings.h')
-rw-r--r-- | kmail/globalsettings.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kmail/globalsettings.h b/kmail/globalsettings.h index eedac97a0..6b3df4062 100644 --- a/kmail/globalsettings.h +++ b/kmail/globalsettings.h @@ -17,8 +17,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #ifndef KMAIL_GLOBALSETTINGS_H @@ -31,6 +31,7 @@ class TQTimer; class GlobalSettings : public TQObject, public GlobalSettingsBase { Q_OBJECT + TQ_OBJECT public: virtual ~GlobalSettings(); |