summaryrefslogtreecommitdiffstats
path: root/keduca/keduca/keduca.h
diff options
context:
space:
mode:
Diffstat (limited to 'keduca/keduca/keduca.h')
-rw-r--r--keduca/keduca/keduca.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/keduca/keduca/keduca.h b/keduca/keduca/keduca.h
index a997d36e..ad2d8f58 100644
--- a/keduca/keduca/keduca.h
+++ b/keduca/keduca/keduca.h
@@ -34,10 +34,11 @@
class Keduca : public KParts::MainWindow
{
Q_OBJECT
+ TQ_OBJECT
public:
/** construtor */
- Keduca(TQWidget* parent=0, const char *name=0, WFlags f = WType_TopLevel | WDestructiveClose);
+ Keduca(TQWidget* tqparent=0, const char *name=0, WFlags f = WType_TopLevel | WDestructiveClose);
/** destructor */
~Keduca();
/** Open gallery window */