summaryrefslogtreecommitdiffstats
path: root/doc/html/qhgroupbox-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qhgroupbox-h.html')
-rw-r--r--doc/html/qhgroupbox-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qhgroupbox-h.html b/doc/html/qhgroupbox-h.html
index 0f88e13c..0a5c3a91 100644
--- a/doc/html/qhgroupbox-h.html
+++ b/doc/html/qhgroupbox-h.html
@@ -85,14 +85,14 @@ body { background: #ffffff; color: black; }
class Q_EXPORT TQHGroupBox : public TQGroupBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
TQHGroupBox( TQWidget* parent=0, const char* name=0 );
TQHGroupBox( const TQString &title, TQWidget* parent=0, const char* name=0 );
~TQHGroupBox();
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQHGroupBox( const TQHGroupBox & );
TQHGroupBox &operator=( const TQHGroupBox & );
#endif