summaryrefslogtreecommitdiffstats
path: root/kbruch/src/taskwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbruch/src/taskwidget.h')
-rw-r--r--kbruch/src/taskwidget.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/kbruch/src/taskwidget.h b/kbruch/src/taskwidget.h
index 117acff3..1644ca87 100644
--- a/kbruch/src/taskwidget.h
+++ b/kbruch/src/taskwidget.h
@@ -27,10 +27,6 @@
#include <tqwidget.h>
-/** important for add_sub and mul_div */
-#define YES 1
-#define NO 0
-
/** important for op_vector */
#define ADD 0
#define SUB 1
@@ -42,7 +38,7 @@
* \author Sebastian Stein */
class TaskWidget : public FractionBaseWidget
{
- Q_OBJECT
+ TQ_OBJECT
public: