summaryrefslogtreecommitdiffstats
path: root/doc/html/qvbox-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qvbox-h.html')
-rw-r--r--doc/html/qvbox-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qvbox-h.html b/doc/html/qvbox-h.html
index 63f5552d9..6a1652f28 100644
--- a/doc/html/qvbox-h.html
+++ b/doc/html/qvbox-h.html
@@ -85,12 +85,12 @@ body { background: #ffffff; color: black; }
class Q_EXPORT TQVBox : public TQHBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
TQVBox( TQWidget* parent=0, const char* name=0, WFlags f=0 );
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQVBox( const TQVBox & );
TQVBox& operator=( const TQVBox & );
#endif