summaryrefslogtreecommitdiffstats
path: root/kcoloredit/colorselector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcoloredit/colorselector.cpp')
-rw-r--r--kcoloredit/colorselector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcoloredit/colorselector.cpp b/kcoloredit/colorselector.cpp
index af209147..acf1fd06 100644
--- a/kcoloredit/colorselector.cpp
+++ b/kcoloredit/colorselector.cpp
@@ -30,7 +30,7 @@
#include "texteditselection.h"
#include "colorselector.h"
-ColorSelector::ColorSelector(TQWidget *tqparent, const char *name ) : TQWidget(tqparent, name) {
+ColorSelector::ColorSelector(TQWidget *parent, const char *name ) : TQWidget(parent, name) {
fComponentsMode = false;
TQVBoxLayout* topLayout = new TQVBoxLayout(this, 4);
/*