diff options
Diffstat (limited to 'src/widgets/qwhatsthis.cpp')
-rw-r--r-- | src/widgets/qwhatsthis.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/qwhatsthis.cpp b/src/widgets/qwhatsthis.cpp index 55d653e92..f1c4fe6a5 100644 --- a/src/widgets/qwhatsthis.cpp +++ b/src/widgets/qwhatsthis.cpp @@ -131,7 +131,7 @@ // a special button class TQWhatsThisButton: public TQToolButton { - Q_OBJECT + TQ_OBJECT public: TQWhatsThisButton( TQWidget * parent, const char * name ); @@ -145,7 +145,7 @@ public slots: class TQWhatsThat : public TQWidget { - Q_OBJECT + TQ_OBJECT public: TQWhatsThat( TQWidget* w, const TQString& txt, TQWidget* parent, const char* name ); ~TQWhatsThat() ; @@ -174,7 +174,7 @@ private: class TQWhatsThisPrivate: public TQObject { - Q_OBJECT + TQ_OBJECT public: // an item for storing texts |