diff options
Diffstat (limited to 'src/pref.cpp')
-rw-r--r-- | src/pref.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pref.cpp b/src/pref.cpp index 600fac1..3ff8956 100644 --- a/src/pref.cpp +++ b/src/pref.cpp @@ -319,8 +319,8 @@ KDE_NO_EXPORT void PrefGeneralPageLooks::fontItemChanged (int f) { KDE_NO_EXPORT void PrefGeneralPageLooks::fontClicked () { if (fontscombo->currentItem () < int (FontSetting::last_target)) { TQFont myfont = fonts [fontscombo->currentItem ()].newfont; - int res = KFontDialog::getFont (myfont, false, this); - if (res == KFontDialog::Accepted) { + int res = TDEFontDialog::getFont (myfont, false, this); + if (res == TDEFontDialog::Accepted) { fonts [fontscombo->currentItem ()].newfont = myfont; fontbutton->setFont (myfont); } |