summaryrefslogtreecommitdiffstats
path: root/kjots/kjotsedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kjots/kjotsedit.cpp')
-rw-r--r--kjots/kjotsedit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kjots/kjotsedit.cpp b/kjots/kjotsedit.cpp
index 6fdba79..eff6cba 100644
--- a/kjots/kjotsedit.cpp
+++ b/kjots/kjotsedit.cpp
@@ -36,8 +36,8 @@
//----------------------------------------------------------------------
// MYMULTIEDIT
//----------------------------------------------------------------------
-KJotsEdit::KJotsEdit (TQWidget* tqparent, const char* name)
- : KEdit(tqparent, name),
+KJotsEdit::KJotsEdit (TQWidget* parent, const char* name)
+ : KEdit(parent, name),
m_entry(0)
{
// no rich text until printing and other such issues are worked out