summaryrefslogtreecommitdiffstats
path: root/kcoloredit/textselection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcoloredit/textselection.cpp')
-rw-r--r--kcoloredit/textselection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcoloredit/textselection.cpp b/kcoloredit/textselection.cpp
index ae15650d..f916d48f 100644
--- a/kcoloredit/textselection.cpp
+++ b/kcoloredit/textselection.cpp
@@ -17,7 +17,7 @@
#include "textselection.h"
-TextSelection::TextSelection(TQWidget *tqparent, const char *name ) : TQWidget(tqparent,name) {
+TextSelection::TextSelection(TQWidget *parent, const char *name ) : TQWidget(parent,name) {
}
TextSelection::~TextSelection(){