From 7716a5e605907a009e19f429cec4e6b5f346bd71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:36 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- cervisia/settingsdlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cervisia/settingsdlg.cpp') diff --git a/cervisia/settingsdlg.cpp b/cervisia/settingsdlg.cpp index dca2730c..e645d553 100644 --- a/cervisia/settingsdlg.cpp +++ b/cervisia/settingsdlg.cpp @@ -69,7 +69,7 @@ void FontButton::chooseFont() { TQFont newFont(font()); - if (KFontDialog::getFont(newFont, false, this) == TQDialog::Rejected) + if (TDEFontDialog::getFont(newFont, false, this) == TQDialog::Rejected) return; setFont(newFont); -- cgit v1.2.1