summaryrefslogtreecommitdiffstats
path: root/src/kchmindexwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kchmindexwindow.cpp')
-rw-r--r--src/kchmindexwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kchmindexwindow.cpp b/src/kchmindexwindow.cpp
index 04c68cf..01a7a8d 100644
--- a/src/kchmindexwindow.cpp
+++ b/src/kchmindexwindow.cpp
@@ -31,8 +31,8 @@
#include "kchmindexwindow.moc"
-KCHMIndexWindow::KCHMIndexWindow ( TQWidget * tqparent, const char * name, WFlags f )
- : TQWidget (tqparent, name, f)
+KCHMIndexWindow::KCHMIndexWindow ( TQWidget * parent, const char * name, WFlags f )
+ : TQWidget (parent, name, f)
{
TQVBoxLayout * tqlayout = new TQVBoxLayout (this);
tqlayout->setMargin (5);