diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:14:36 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:14:36 -0600 |
commit | 7716a5e605907a009e19f429cec4e6b5f346bd71 (patch) | |
tree | 16cf4a5d7a24db774f988022d514adefc75015c0 /cervisia/settingsdlg.cpp | |
parent | 0117fbed932653a04aeef16b2ed7edee858959ac (diff) | |
download | tdesdk-7716a5e605907a009e19f429cec4e6b5f346bd71.tar.gz tdesdk-7716a5e605907a009e19f429cec4e6b5f346bd71.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'cervisia/settingsdlg.cpp')
-rw-r--r-- | cervisia/settingsdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |