summaryrefslogtreecommitdiffstats
path: root/doc/html/qdial-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qdial-h.html')
-rw-r--r--doc/html/qdial-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qdial-h.html b/doc/html/qdial-h.html
index aa70dbf6..72b15867 100644
--- a/doc/html/qdial-h.html
+++ b/doc/html/qdial-h.html
@@ -89,7 +89,7 @@ class TQDialPrivate;
class Q_EXPORT TQDial: public TQWidget, public TQRangeControl
{
- Q_OBJECT
+ TQ_OBJECT
Q_PROPERTY( bool tracking READ tracking WRITE setTracking )
Q_PROPERTY( bool wrapping READ wrapping WRITE setWrapping )
Q_PROPERTY( int notchSize READ notchSize )
@@ -177,7 +177,7 @@ private:
void calcLines();
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQDial( const TQDial & );
TQDial &operator=( const TQDial & );
#endif