summaryrefslogtreecommitdiffstats
path: root/parts/documentation/addcatalogdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/documentation/addcatalogdlg.h')
-rw-r--r--parts/documentation/addcatalogdlg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/parts/documentation/addcatalogdlg.h b/parts/documentation/addcatalogdlg.h
index 0a437294..ec5654fa 100644
--- a/parts/documentation/addcatalogdlg.h
+++ b/parts/documentation/addcatalogdlg.h
@@ -29,8 +29,9 @@ class DocumentationPlugin;
class AddCatalogDlg: public AddCatalogDlgBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- AddCatalogDlg( TQValueList<DocumentationPlugin*> const & plugins, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0);
+ AddCatalogDlg( TQValueList<DocumentationPlugin*> const & plugins, TQWidget* tqparent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0);
~AddCatalogDlg();
TQString title() const;