summaryrefslogtreecommitdiffstats
path: root/kvoctrain/kvoctrain/common-dialogs/thresholdoptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'kvoctrain/kvoctrain/common-dialogs/thresholdoptions.h')
-rw-r--r--kvoctrain/kvoctrain/common-dialogs/thresholdoptions.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kvoctrain/kvoctrain/common-dialogs/thresholdoptions.h b/kvoctrain/kvoctrain/common-dialogs/thresholdoptions.h
index e3d5b9da..c34beed0 100644
--- a/kvoctrain/kvoctrain/common-dialogs/thresholdoptions.h
+++ b/kvoctrain/kvoctrain/common-dialogs/thresholdoptions.h
@@ -34,9 +34,10 @@ class KComboBox;
class ThresholdOptions : public ThresholdOptionsBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- ThresholdOptions(KComboBox * lessons, QueryManager * m, TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ ThresholdOptions(KComboBox * lessons, QueryManager * m, TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 );
void updateWidgets();
bool hasChanged();