summaryrefslogtreecommitdiffstats
path: root/src/widgets/ntqprogressbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/ntqprogressbar.h')
-rw-r--r--src/widgets/ntqprogressbar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/ntqprogressbar.h b/src/widgets/ntqprogressbar.h
index b848235c4..038ddf83c 100644
--- a/src/widgets/ntqprogressbar.h
+++ b/src/widgets/ntqprogressbar.h
@@ -53,7 +53,7 @@ class TQProgressBarPrivate;
class Q_EXPORT TQProgressBar : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
Q_PROPERTY( int totalSteps READ totalSteps WRITE setTotalSteps )
Q_PROPERTY( int progress READ progress WRITE setProgress )
Q_PROPERTY( TQString progressString READ progressString )
@@ -107,7 +107,7 @@ private:
void initFrame();
private: // Disabled copy constructor and operator=
-#if defined(Q_DISABLE_COPY)
+#if defined(TQ_DISABLE_COPY)
TQProgressBar( const TQProgressBar & );
TQProgressBar &operator=( const TQProgressBar & );
#endif