diff options
Diffstat (limited to 'tqtinterface/qt4/tools/assistant/helpdialogimpl.cpp')
-rw-r--r-- | tqtinterface/qt4/tools/assistant/helpdialogimpl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tqtinterface/qt4/tools/assistant/helpdialogimpl.cpp b/tqtinterface/qt4/tools/assistant/helpdialogimpl.cpp index 8c2e0df..db7b0af 100644 --- a/tqtinterface/qt4/tools/assistant/helpdialogimpl.cpp +++ b/tqtinterface/qt4/tools/assistant/helpdialogimpl.cpp @@ -172,8 +172,8 @@ TQString HelpNavigationContentsItem::link() const -HelpDialog::HelpDialog( TQWidget *tqparent, MainWindow *h ) - : HelpDialogBase( tqparent, 0, FALSE ), lwClosed( FALSE ), help( h ) +HelpDialog::HelpDialog( TQWidget *parent, MainWindow *h ) + : HelpDialogBase( parent, 0, FALSE ), lwClosed( FALSE ), help( h ) { } |