From 9c9412b30c54468adc9e506cc76c5d113fbf5056 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:03 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kdict/options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kdict/options.cpp') diff --git a/kdict/options.cpp b/kdict/options.cpp index aeff39a9..05b9e0fd 100644 --- a/kdict/options.cpp +++ b/kdict/options.cpp @@ -901,9 +901,9 @@ void OptionsDialog::slotFontItemSelected(TQListBoxItem *it) if (it) { FontListItem *fontItem = static_cast(it); TQFont font = fontItem->font(); - int result = KFontDialog::getFont(font,false,this); + int result = TDEFontDialog::getFont(font,false,this); - if (result == KFontDialog::Accepted) { + if (result == TDEFontDialog::Accepted) { fontItem->setFont(font); f_List->triggerUpdate(false); slotChanged(); -- cgit v1.2.1