From 7864df7a5e0a69bb3e525ec3e47256bdcbf2832b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 14:58:21 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- src/focusedwidgets.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/focusedwidgets.cpp') diff --git a/src/focusedwidgets.cpp b/src/focusedwidgets.cpp index d472555..f4e14d9 100644 --- a/src/focusedwidgets.cpp +++ b/src/focusedwidgets.cpp @@ -228,7 +228,7 @@ void FocusedColorCombo::keyPressEvent(TQKeyEvent *event) /** class FocusedFontCombo: */ FocusedFontCombo::FocusedFontCombo(TQWidget *parent, const char *name) - : KFontCombo(parent, name) + : TDEFontCombo(parent, name) { } @@ -243,7 +243,7 @@ void FocusedFontCombo::keyPressEvent(TQKeyEvent *event) else if (event->key() == TQt::Key_Return) emit returnPressed2(); else - KFontCombo::keyPressEvent(event); + TDEFontCombo::keyPressEvent(event); } /** class FocusedComboBox: */ -- cgit v1.2.3