summaryrefslogtreecommitdiffstats
path: root/src/pref.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:00:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:00:48 -0600
commit0308f7944757919f45f8217c4dd92ad751292c85 (patch)
tree57100e03f048bd77469400689da01f5cc1846eb4 /src/pref.cpp
parent9a053bb4167b94ac90dc9f9d46711582dbf0f689 (diff)
downloadkmplayer-0308f7944757919f45f8217c4dd92ad751292c85.tar.gz
kmplayer-0308f7944757919f45f8217c4dd92ad751292c85.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/pref.cpp')
-rw-r--r--src/pref.cpp4
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);
}