summaryrefslogtreecommitdiffstats
path: root/chalk/ui/kis_pattern_chooser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/ui/kis_pattern_chooser.cc')
-rw-r--r--chalk/ui/kis_pattern_chooser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/ui/kis_pattern_chooser.cc b/chalk/ui/kis_pattern_chooser.cc
index 9dd99023..b05f62a0 100644
--- a/chalk/ui/kis_pattern_chooser.cc
+++ b/chalk/ui/kis_pattern_chooser.cc
@@ -30,7 +30,7 @@ KisPatternChooser::KisPatternChooser(TQWidget *parent, const char *name) : super
{
m_lbName = new TQLabel(this);
- TQVBoxLayout *mainLayout = new TQVBoxLayout(this, 2, -1, "main tqlayout");
+ TQVBoxLayout *mainLayout = new TQVBoxLayout(this, 2, -1, "main layout");
mainLayout->addWidget(m_lbName);
mainLayout->addWidget(chooserWidget(), 10);