summaryrefslogtreecommitdiffstats
path: root/k9author/k9chapteredit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'k9author/k9chapteredit.cpp')
-rw-r--r--k9author/k9chapteredit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/k9author/k9chapteredit.cpp b/k9author/k9chapteredit.cpp
index ff22b8d..3453cf5 100644
--- a/k9author/k9chapteredit.cpp
+++ b/k9author/k9chapteredit.cpp
@@ -24,8 +24,8 @@
#include <kpushbutton.h>
#include <kiconloader.h>
-k9ChapterEdit::k9ChapterEdit(TQWidget* tqparent, const char* name, WFlags fl)
-: chapterEdit(tqparent,name,fl)
+k9ChapterEdit::k9ChapterEdit(TQWidget* parent, const char* name, WFlags fl)
+: chapterEdit(parent,name,fl)
{
m_wimage=new k9DrawImage(image,0);
TQGridLayout *l=new TQGridLayout(image,1,1);