summaryrefslogtreecommitdiffstats
path: root/chalk/colorspaces/wet/kis_wet_palette_widget.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/colorspaces/wet/kis_wet_palette_widget.cc')
-rw-r--r--chalk/colorspaces/wet/kis_wet_palette_widget.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/colorspaces/wet/kis_wet_palette_widget.cc b/chalk/colorspaces/wet/kis_wet_palette_widget.cc
index 901f29093..7c1153253 100644
--- a/chalk/colorspaces/wet/kis_wet_palette_widget.cc
+++ b/chalk/colorspaces/wet/kis_wet_palette_widget.cc
@@ -50,7 +50,7 @@ KisWetPaletteWidget::KisWetPaletteWidget(TQWidget *parent, const char *name) : s
{
m_subject = 0;
- TQVBoxLayout * vl = new TQVBoxLayout(this, 0, -1, "main tqlayout");
+ TQVBoxLayout * vl = new TQVBoxLayout(this, 0, -1, "main layout");
TQGridLayout * l = new TQGridLayout(vl, 2, 8, 2, "color wells grid");