summaryrefslogtreecommitdiffstats
path: root/amarok/src/engine/xine/xine-engine.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-08 17:20:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-08 17:20:17 -0600
commit6fd8dcd450a39343afe010a50dd0956eb4184540 (patch)
tree07f554e6804d9f39c420329bee10497248886c41 /amarok/src/engine/xine/xine-engine.cpp
parenta3d093e9586f7c2a9a9f41a3d4603de117801e22 (diff)
downloadamarok-6fd8dcd450a39343afe010a50dd0956eb4184540.tar.gz
amarok-6fd8dcd450a39343afe010a50dd0956eb4184540.zip
Rename additional KDE strings
Diffstat (limited to 'amarok/src/engine/xine/xine-engine.cpp')
-rw-r--r--amarok/src/engine/xine/xine-engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/engine/xine/xine-engine.cpp b/amarok/src/engine/xine/xine-engine.cpp
index 815f6370..581923be 100644
--- a/amarok/src/engine/xine/xine-engine.cpp
+++ b/amarok/src/engine/xine/xine-engine.cpp
@@ -61,7 +61,7 @@ namespace Log
}
///returns the configuration we will use. there is no KInstance, so using this hacked up method.
-//static inline TQCString configPath() { return TQFile::encodeName(KStandardDirs().localkdedir() + KStandardDirs::kde_default("data") + "amarok/xine-config"); }
+//static inline TQCString configPath() { return TQFile::encodeName(KStandardDirs().localtdedir() + KStandardDirs::kde_default("data") + "amarok/xine-config"); }
static inline TQCString configPath() { return TQFile::encodeName(locate( "data", "amarok/") + "xine-config" ); }
static Fader *s_fader = 0;
static OutFader *s_outfader = 0;