summaryrefslogtreecommitdiffstats
path: root/lib/kopalette
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kopalette')
-rw-r--r--lib/kopalette/kopalette.cc4
-rw-r--r--lib/kopalette/kopalettemanager.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/kopalette/kopalette.cc b/lib/kopalette/kopalette.cc
index 04774369..dd247877 100644
--- a/lib/kopalette/kopalette.cc
+++ b/lib/kopalette/kopalette.cc
@@ -54,8 +54,8 @@ KoPalette::KoPalette(TQWidget * parent, const char * name)
setHorizontallyStretchable(false);
setNewLine(true);
- tqlayout() -> setSpacing(0);
- tqlayout() -> setMargin(0);
+ layout() -> setSpacing(0);
+ layout() -> setMargin(0);
resetFont();
}
diff --git a/lib/kopalette/kopalettemanager.h b/lib/kopalette/kopalettemanager.h
index be9e7126..dd8f1686 100644
--- a/lib/kopalette/kopalettemanager.h
+++ b/lib/kopalette/kopalettemanager.h
@@ -172,7 +172,7 @@ public slots:
void showAllPalettes(bool shown);
/**
- * Restores the palette configuration to the default tqlayout, i.e, the tqlayout
+ * Restores the palette configuration to the default layout, i.e, the layout
* preferred by each docker.
*/
virtual void slotReset();