summaryrefslogtreecommitdiffstats
path: root/src/gui/general/PresetGroup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/general/PresetGroup.cpp')
-rw-r--r--src/gui/general/PresetGroup.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/general/PresetGroup.cpp b/src/gui/general/PresetGroup.cpp
index 2c39256..9eb17ba 100644
--- a/src/gui/general/PresetGroup.cpp
+++ b/src/gui/general/PresetGroup.cpp
@@ -65,9 +65,9 @@ PresetGroup::PresetGroup() :
m_amateur(false),
m_pro(false)
{
- m_presetDirectory = KGlobal::dirs()->findResource("appdata", "presets/");
+ m_presetDirectory = TDEGlobal::dirs()->findResource("appdata", "presets/");
- TQString language = KGlobal::locale()->language();
+ TQString language = TDEGlobal::locale()->language();
TQString presetFileName = TQString("%1/presets-%2.xml")
.arg(m_presetDirectory).arg(language);