summaryrefslogtreecommitdiffstats
path: root/kmplot/kmplot/kmplotprogress.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmplot/kmplot/kmplotprogress.h')
-rw-r--r--kmplot/kmplot/kmplotprogress.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmplot/kmplot/kmplotprogress.h b/kmplot/kmplot/kmplotprogress.h
index dc7bb166..c4a039f9 100644
--- a/kmplot/kmplot/kmplotprogress.h
+++ b/kmplot/kmplot/kmplotprogress.h
@@ -27,14 +27,14 @@
#include <kprogress.h>
#include <kpushbutton.h>
-#include <qwidget.h>
+#include <tqwidget.h>
/// The progress-widget in the statusbar which appears when drawing integrals
class KmPlotProgress: public QWidget
{
Q_OBJECT
public:
- KmPlotProgress( QWidget* parent = 0, const char* name = 0 );
+ KmPlotProgress( TQWidget* parent = 0, const char* name = 0 );
~KmPlotProgress();
void increase();