diff options
Diffstat (limited to 'doc/html/qprogressdialog-h.html')
-rw-r--r-- | doc/html/qprogressdialog-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qprogressdialog-h.html b/doc/html/qprogressdialog-h.html index bfeac1d94..3b6946ebb 100644 --- a/doc/html/qprogressdialog-h.html +++ b/doc/html/qprogressdialog-h.html @@ -91,7 +91,7 @@ class TQProgressDialogData; class Q_EXPORT TQProgressDialog : public TQDialog { - Q_OBJECT + TQ_OBJECT Q_PROPERTY( bool wasCancelled READ wasCancelled DESIGNABLE false STORED false ) // ### remove in 4.0 Q_PROPERTY( bool wasCanceled READ wasCanceled ) Q_PROPERTY( int totalSteps READ totalSteps WRITE setTotalSteps ) @@ -166,7 +166,7 @@ private: TQTimer *forceTimer; private: // Disabled copy constructor and operator= -#if defined(Q_DISABLE_COPY) +#if defined(TQ_DISABLE_COPY) TQProgressDialog( const TQProgressDialog & ); TQProgressDialog &operator=( const TQProgressDialog & ); #endif |