summaryrefslogtreecommitdiffstats
path: root/parts/documentation/indexview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parts/documentation/indexview.cpp')
-rw-r--r--parts/documentation/indexview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/documentation/indexview.cpp b/parts/documentation/indexview.cpp
index a9e240be..3f323fc5 100644
--- a/parts/documentation/indexview.cpp
+++ b/parts/documentation/indexview.cpp
@@ -38,8 +38,8 @@
#include "documentation_part.h"
#include "documentation_widget.h"
-IndexView::IndexView(DocumentationWidget *tqparent, const char *name)
- :TQWidget(tqparent, name), m_widget(tqparent)
+IndexView::IndexView(DocumentationWidget *parent, const char *name)
+ :TQWidget(parent, name), m_widget(parent)
{
TQVBoxLayout *l = new TQVBoxLayout(this, 0, 0);