summaryrefslogtreecommitdiffstats
path: root/src/kcolorcombo2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kcolorcombo2.cpp')
-rw-r--r--src/kcolorcombo2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kcolorcombo2.cpp b/src/kcolorcombo2.cpp
index eb0bbed..cd57f25 100644
--- a/src/kcolorcombo2.cpp
+++ b/src/kcolorcombo2.cpp
@@ -758,7 +758,7 @@ void KColorCombo2::fontChange(const TQFont &oldFont)
{
// Since the color-rectangle is the same height of the text, we should resize it if the font change:
updateComboBox();
- TQComboBox::fontChange(oldFont); // To update tqgeometry.
+ TQComboBox::fontChange(oldFont); // To update geometry.
}
void KColorCombo2::virtual_hook(int /*id*/, void */*data*/)