summaryrefslogtreecommitdiffstats
path: root/parts/documentation/selecttopic.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/documentation/selecttopic.h')
-rw-r--r--parts/documentation/selecttopic.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/parts/documentation/selecttopic.h b/parts/documentation/selecttopic.h
index fdddbf4c..e90f893c 100644
--- a/parts/documentation/selecttopic.h
+++ b/parts/documentation/selecttopic.h
@@ -26,8 +26,9 @@
class SelectTopic: public SelectTopicBase{
Q_OBJECT
+ TQ_OBJECT
public:
- SelectTopic(IndexItem::List &urls, TQWidget *parent = 0, const char *name = 0);
+ SelectTopic(IndexItem::List &urls, TQWidget *tqparent = 0, const char *name = 0);
KURL selectedURL();
public slots: