From 522c7294f06d294c77bc1ea7d0dec4b371c43373 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:35:00 -0600 Subject: Remove additional unneeded tq method conversions --- src/kcolorcombo2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kcolorcombo2.cpp') 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*/) -- cgit v1.2.3