diff options
Diffstat (limited to 'src/dialogs/qprogressdialog.cpp')
-rw-r--r-- | src/dialogs/qprogressdialog.cpp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/dialogs/qprogressdialog.cpp b/src/dialogs/qprogressdialog.cpp index a0f63467e..d29b4c581 100644 --- a/src/dialogs/qprogressdialog.cpp +++ b/src/dialogs/qprogressdialog.cpp @@ -38,19 +38,19 @@ ** **********************************************************************/ -#include "qprogressdialog.h" +#include "ntqprogressdialog.h" #ifndef QT_NO_PROGRESSDIALOG -#include "qaccel.h" -#include "qpainter.h" -#include "qdrawutil.h" -#include "qdatetime.h" -#include "qapplication.h" -#include "qstyle.h" -#include "qpushbutton.h" -#include "qcursor.h" -#include "qtimer.h" +#include "ntqaccel.h" +#include "ntqpainter.h" +#include "ntqdrawutil.h" +#include "ntqdatetime.h" +#include "ntqapplication.h" +#include "ntqstyle.h" +#include "ntqpushbutton.h" +#include "ntqcursor.h" +#include "ntqtimer.h" #include <limits.h> // If the operation is expected to take this long (as predicted by @@ -100,7 +100,7 @@ public: /*! - \class TQProgressDialog qprogressdialog.h + \class TQProgressDialog ntqprogressdialog.h \brief The TQProgressDialog class provides feedback on the progress of a slow operation. \ingroup dialogs \mainclass |