summaryrefslogtreecommitdiffstats
path: root/doc/html/qtoolbutton-h.html
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-13 17:43:39 -0600
committerTimothy Pearson <[email protected]>2012-02-13 17:43:39 -0600
commit359640943bcf155faa9a067dde9e00a123276290 (patch)
treefb3d55ea5e18949042fb0064123fb73d2b1eb932 /doc/html/qtoolbutton-h.html
parenta829bcdc533e154000803d517200d32fe762e85c (diff)
downloadtqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz
tqt3-359640943bcf155faa9a067dde9e00a123276290.zip
Automated update from Qt3
Diffstat (limited to 'doc/html/qtoolbutton-h.html')
-rw-r--r--doc/html/qtoolbutton-h.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qtoolbutton-h.html b/doc/html/qtoolbutton-h.html
index 09bc3ea49..34034bb5d 100644
--- a/doc/html/qtoolbutton-h.html
+++ b/doc/html/qtoolbutton-h.html
@@ -92,7 +92,7 @@ class TQPopupMenu;
class Q_EXPORT TQToolButton : public TQButton
{
- Q_OBJECT
+ TQ_OBJECT
Q_ENUMS( TextPosition )
Q_PROPERTY( TQIconSet iconSet READ iconSet WRITE setIconSet )
@@ -185,7 +185,7 @@ protected:
// ### Make virtual in 4.0, maybe act like TQPushButton with
// regards to setFlat() instead? Andy
bool uses3D() const;
-#if (QT_VERSION &gt;= 0x040000)
+#if (TQT_VERSION &gt;= 0x040000)
#error "Some functions need to be changed to virtual for TQt 4.0"
#endif
@@ -217,7 +217,7 @@ private:
uint hasArrow : 1;
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQToolButton( const TQToolButton &amp; );
TQToolButton&amp; operator=( const TQToolButton &amp; );
#endif