summaryrefslogtreecommitdiffstats
path: root/konversation/src/rawlog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:24:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:24:28 -0600
commit4d6cade4fdcec31669bcc95f6cbb0dee4d2f09d9 (patch)
treef1ab93c2fc3a6b9b78b27547b5656159d29adc5a /konversation/src/rawlog.cpp
parent3a040438b0e301de770f6bb0eaa178b68d006f15 (diff)
downloadkonversation-4d6cade4fdcec31669bcc95f6cbb0dee4d2f09d9.tar.gz
konversation-4d6cade4fdcec31669bcc95f6cbb0dee4d2f09d9.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'konversation/src/rawlog.cpp')
-rw-r--r--konversation/src/rawlog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/rawlog.cpp b/konversation/src/rawlog.cpp
index bb3d65f..79150b9 100644
--- a/konversation/src/rawlog.cpp
+++ b/konversation/src/rawlog.cpp
@@ -57,7 +57,7 @@ void RawLog::updateAppearance()
if (Preferences::customTextFont())
getTextView()->setFont(Preferences::textFont());
else
- getTextView()->setFont(KGlobalSettings::generalFont());
+ getTextView()->setFont(TDEGlobalSettings::generalFont());
ChatWindow::updateAppearance();
}