summaryrefslogtreecommitdiffstats
path: root/quanta/parts/kafka/htmldocumentproperties.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/parts/kafka/htmldocumentproperties.h')
-rw-r--r--quanta/parts/kafka/htmldocumentproperties.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/quanta/parts/kafka/htmldocumentproperties.h b/quanta/parts/kafka/htmldocumentproperties.h
index 3bcfdcb1..bc0c9423 100644
--- a/quanta/parts/kafka/htmldocumentproperties.h
+++ b/quanta/parts/kafka/htmldocumentproperties.h
@@ -45,12 +45,13 @@ public:
class htmlDocumentProperties : public htmlDocumentPropertiesui
{
Q_OBJECT
+ TQ_OBJECT
public:
/**
* @param forceInsertionOfBasicNodes Force the insertion of the basic Nodes (HTML, BODY, HEAD, ...) if pressing OK
* without having made any changes.
*/
- htmlDocumentProperties( TQWidget* parent = 0, bool forceInsertionOfBasicNodes = false,
+ htmlDocumentProperties( TQWidget* tqparent = 0, bool forceInsertionOfBasicNodes = false,
const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
~htmlDocumentProperties();