summaryrefslogtreecommitdiffstats
path: root/k9author/k9newtitle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'k9author/k9newtitle.cpp')
-rw-r--r--k9author/k9newtitle.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/k9author/k9newtitle.cpp b/k9author/k9newtitle.cpp
index 81faf3a..a3db200 100644
--- a/k9author/k9newtitle.cpp
+++ b/k9author/k9newtitle.cpp
@@ -23,8 +23,8 @@
#include "kpushbutton.h"
#include <kmessagebox.h>
#include <kcursor.h>
-k9NewTitle::k9NewTitle(TQWidget* tqparent, const char* name, WFlags fl)
- : newTitle(tqparent,name,fl) {
+k9NewTitle::k9NewTitle(TQWidget* parent, const char* name, WFlags fl)
+ : newTitle(parent,name,fl) {
m_fileName="";
}