summaryrefslogtreecommitdiffstats
path: root/kbruch/src/taskview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbruch/src/taskview.h')
-rw-r--r--kbruch/src/taskview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kbruch/src/taskview.h b/kbruch/src/taskview.h
index 961adce2..91e650b2 100644
--- a/kbruch/src/taskview.h
+++ b/kbruch/src/taskview.h
@@ -51,10 +51,11 @@ class TQFrame;
class TaskView : public ExerciseBase
{
Q_OBJECT
+ TQ_OBJECT
public:
/** constructor */
- TaskView(TQWidget * parent = 0, const char * name = 0,
+ TaskView(TQWidget * tqparent = 0, const char * name = 0,
bool padd_sub = true, bool pmul_div = false,
unsigned int pnr_ratios = 2, unsigned int pmax_md = 10);