summaryrefslogtreecommitdiffstats
path: root/kbruch/src/resultwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbruch/src/resultwidget.h')
-rw-r--r--kbruch/src/resultwidget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kbruch/src/resultwidget.h b/kbruch/src/resultwidget.h
index 4570df1d..b42c3776 100644
--- a/kbruch/src/resultwidget.h
+++ b/kbruch/src/resultwidget.h
@@ -25,7 +25,7 @@
#include "fractionbasewidget.h"
#include "ratio.h"
-#include <qwidget.h>
+#include <tqwidget.h>
/*! class to paint the result
*
@@ -36,7 +36,7 @@ class ResultWidget : public FractionBaseWidget
public:
/** constructor */
- ResultWidget(QWidget * parent, const char * name, const ratio para_result);
+ ResultWidget(TQWidget * parent, const char * name, const ratio para_result);
/** destructor */
~ResultWidget();
@@ -50,7 +50,7 @@ private:
ratio m_result;
/** overrideing the paint event of FractionBaseWidget */
- void paintEvent(QPaintEvent*);
+ void paintEvent(TQPaintEvent*);
};
#endif