summaryrefslogtreecommitdiffstats
path: root/keduca/keducabuilder/keducabuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'keduca/keducabuilder/keducabuilder.h')
-rw-r--r--keduca/keducabuilder/keducabuilder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/keduca/keducabuilder/keducabuilder.h b/keduca/keducabuilder/keducabuilder.h
index c3a736a7..93d9cce1 100644
--- a/keduca/keducabuilder/keducabuilder.h
+++ b/keduca/keducabuilder/keducabuilder.h
@@ -36,9 +36,10 @@
class KEducaBuilder : public KMainWindow {
Q_OBJECT
+ TQ_OBJECT
public:
- KEducaBuilder(TQWidget* parent=0, const char *name=0, WFlags f = WType_TopLevel | WDestructiveClose);
+ KEducaBuilder(TQWidget* tqparent=0, const char *name=0, WFlags f = WType_TopLevel | WDestructiveClose);
~KEducaBuilder();
/** start a dialog that asks the user what he wants to do to start*/
bool startChooser();