diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-13 17:43:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-13 17:43:39 -0600 |
commit | 359640943bcf155faa9a067dde9e00a123276290 (patch) | |
tree | fb3d55ea5e18949042fb0064123fb73d2b1eb932 /src/widgets/qwhatsthis.cpp | |
parent | a829bcdc533e154000803d517200d32fe762e85c (diff) | |
download | tqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz tqt3-359640943bcf155faa9a067dde9e00a123276290.zip |
Automated update from Qt3
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 |