summaryrefslogtreecommitdiffstats
path: root/doc/html/qwidgetstack-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qwidgetstack-h.html')
-rw-r--r--doc/html/qwidgetstack-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qwidgetstack-h.html b/doc/html/qwidgetstack-h.html
index 4aa124ca2..d0c2c2ce3 100644
--- a/doc/html/qwidgetstack-h.html
+++ b/doc/html/qwidgetstack-h.html
@@ -91,7 +91,7 @@ class TQWidgetStackPrivate;
class Q_EXPORT TQWidgetStack: public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
TQWidgetStack( TQWidget* parent=0, const char* name=0 );
TQWidgetStack( TQWidget* parent, const char* name, WFlags f);
@@ -137,7 +137,7 @@ private:
TQWidget * invisible;
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQWidgetStack( const TQWidgetStack & );
TQWidgetStack& operator=( const TQWidgetStack & );
#endif