diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/dialogs/qprogressdialog.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
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 |