summaryrefslogtreecommitdiffstats
path: root/kviewshell/pageView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kviewshell/pageView.cpp')
-rw-r--r--kviewshell/pageView.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kviewshell/pageView.cpp b/kviewshell/pageView.cpp
index 060f2d15..6dad756b 100644
--- a/kviewshell/pageView.cpp
+++ b/kviewshell/pageView.cpp
@@ -30,8 +30,8 @@
#include "pageView.h"
#include "pageNumber.h"
-PageView::PageView( TQWidget* tqparent, const char* name )
- : TQScrollView( tqparent, name, WStaticContents | WNoAutoErase)
+PageView::PageView( TQWidget* parent, const char* name )
+ : TQScrollView( parent, name, WStaticContents | WNoAutoErase)
{
moveTool = true;