summaryrefslogtreecommitdiffstats
path: root/doc/html/qspinbox-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qspinbox-h.html')
-rw-r--r--doc/html/qspinbox-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qspinbox-h.html b/doc/html/qspinbox-h.html
index b329d71a..27dff493 100644
--- a/doc/html/qspinbox-h.html
+++ b/doc/html/qspinbox-h.html
@@ -90,7 +90,7 @@ class TQSpinBoxPrivate;
class Q_EXPORT TQSpinBox: public TQWidget, public TQRangeControl
{
- Q_OBJECT
+ TQ_OBJECT
Q_ENUMS( ButtonSymbols )
Q_PROPERTY( TQString text READ text )
Q_PROPERTY( TQString prefix READ prefix WRITE setPrefix )
@@ -196,7 +196,7 @@ private:
void arrangeWidgets();
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQSpinBox( const TQSpinBox& );
TQSpinBox& operator=( const TQSpinBox& );
#endif