summaryrefslogtreecommitdiffstats
path: root/src/dolphindetailsviewsettings.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-24 13:18:58 -0600
committerTimothy Pearson <[email protected]>2013-01-24 13:18:58 -0600
commit6d3902bd20c24613b2f13f5c04294ff83f104006 (patch)
tree6cf224cc11b6dfd4ebf884b1045ff7e95de7c8e7 /src/dolphindetailsviewsettings.cpp
parent87346b386fec7055f53b607d9cad63f48fbb8e28 (diff)
downloaddolphin-6d3902bd20c24613b2f13f5c04294ff83f104006.tar.gz
dolphin-6d3902bd20c24613b2f13f5c04294ff83f104006.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/dolphindetailsviewsettings.cpp')
-rw-r--r--src/dolphindetailsviewsettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphindetailsviewsettings.cpp b/src/dolphindetailsviewsettings.cpp
index 5575ebc..eda6043 100644
--- a/src/dolphindetailsviewsettings.cpp
+++ b/src/dolphindetailsviewsettings.cpp
@@ -53,7 +53,7 @@ DolphinDetailsViewSettings::DolphinDetailsViewSettings() :
m_fontSize = config->readNumEntry("Font Size", -1);
m_fontFamily = config->readEntry("Font Family");
- const TQFont font(KGlobalSettings::generalFont());
+ const TQFont font(TDEGlobalSettings::generalFont());
if (m_fontSize < 0) {
m_fontSize = font.pointSize();
}