diff options
Diffstat (limited to 'tqtinterface/qt4/tools/assistant/topicchooserimpl.h')
-rw-r--r-- | tqtinterface/qt4/tools/assistant/topicchooserimpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/tools/assistant/topicchooserimpl.h b/tqtinterface/qt4/tools/assistant/topicchooserimpl.h index 1bfd10b..8b3af6d 100644 --- a/tqtinterface/qt4/tools/assistant/topicchooserimpl.h +++ b/tqtinterface/qt4/tools/assistant/topicchooserimpl.h @@ -43,12 +43,12 @@ class TopicChooser : public TopicChooserBase TQ_OBJECT public: - TopicChooser( TQWidget *tqparent, const TQStringList &lnkNames, + TopicChooser( TQWidget *parent, const TQStringList &lnkNames, const TQStringList &lnks, const TQString &title ); TQString link() const; - static TQString getLink( TQWidget *tqparent, const TQStringList &lnkNames, + static TQString getLink( TQWidget *parent, const TQStringList &lnkNames, const TQStringList &lnks, const TQString &title ); private: |