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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kbruch/src/resultwidget.h b/kbruch/src/resultwidget.h
index b42c3776..c742d1be 100644
--- a/kbruch/src/resultwidget.h
+++ b/kbruch/src/resultwidget.h
@@ -33,10 +33,11 @@
class ResultWidget : public FractionBaseWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
/** constructor */
- ResultWidget(TQWidget * parent, const char * name, const ratio para_result);
+ ResultWidget(TQWidget * tqparent, const char * name, const ratio para_result);
/** destructor */
~ResultWidget();