summaryrefslogtreecommitdiffstats
path: root/ksysguard/gui/SensorDisplayLib/LogFile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ksysguard/gui/SensorDisplayLib/LogFile.cc')
-rw-r--r--ksysguard/gui/SensorDisplayLib/LogFile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysguard/gui/SensorDisplayLib/LogFile.cc b/ksysguard/gui/SensorDisplayLib/LogFile.cc
index bb29af7a9..bae2d0e7c 100644
--- a/ksysguard/gui/SensorDisplayLib/LogFile.cc
+++ b/ksysguard/gui/SensorDisplayLib/LogFile.cc
@@ -115,7 +115,7 @@ void LogFile::settingsFontSelection()
{
TQFont tmpFont = lfs->fontButton->font();
- if (KFontDialog::getFont(tmpFont) == KFontDialog::Accepted) {
+ if (TDEFontDialog::getFont(tmpFont) == TDEFontDialog::Accepted) {
lfs->fontButton->setFont(tmpFont);
}
}