From 359640943bcf155faa9a067dde9e00a123276290 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Feb 2012 17:43:39 -0600 Subject: Automated update from Qt3 --- src/widgets/qwhatsthis.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/widgets/qwhatsthis.cpp') 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 -- cgit v1.2.1