From 189e536f1a74ecc2d9dcf35b9f5b3d54a2d1901e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:10:12 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- ksysv/ksvlookandfeel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ksysv/ksvlookandfeel.cpp') diff --git a/ksysv/ksvlookandfeel.cpp b/ksysv/ksvlookandfeel.cpp index 9c68cfb..3284107 100644 --- a/ksysv/ksvlookandfeel.cpp +++ b/ksysv/ksvlookandfeel.cpp @@ -55,7 +55,7 @@ KSVLookAndFeel::~KSVLookAndFeel() */ void KSVLookAndFeel::chooseNumberFont() { - KFontDialog::getFont (mNumberFont, false, this); + TDEFontDialog::getFont (mNumberFont, false, this); setNumberFont (mNumberFont); emit configChanged(); } @@ -65,7 +65,7 @@ void KSVLookAndFeel::chooseNumberFont() */ void KSVLookAndFeel::chooseServiceFont() { - KFontDialog::getFont (mServiceFont, false, this); + TDEFontDialog::getFont (mServiceFont, false, this); setServiceFont (mServiceFont); emit configChanged(); } -- cgit v1.2.1