diff options
Diffstat (limited to 'src/kchmcontentswindow.cpp')
-rw-r--r-- | src/kchmcontentswindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kchmcontentswindow.cpp b/src/kchmcontentswindow.cpp index 5458409..7415df3 100644 --- a/src/kchmcontentswindow.cpp +++ b/src/kchmcontentswindow.cpp @@ -30,8 +30,8 @@ #include "kchmcontentswindow.moc" -KCHMContentsWindow::KCHMContentsWindow(TQWidget *tqparent, const char *name) - : KQListView(tqparent, name) +KCHMContentsWindow::KCHMContentsWindow(TQWidget *parent, const char *name) + : KQListView(parent, name) { m_contextMenu = 0; |