summaryrefslogtreecommitdiffstats
path: root/tdecore/ksavefile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/ksavefile.cpp')
-rw-r--r--tdecore/ksavefile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/ksavefile.cpp b/tdecore/ksavefile.cpp
index cddf44bc5..fdf47daf9 100644
--- a/tdecore/ksavefile.cpp
+++ b/tdecore/ksavefile.cpp
@@ -44,7 +44,7 @@ KSaveFile::KSaveFile(const TQString &filename, int mode)
: mTempFile(true)
{
// follow symbolic link, if any
- TQString real_filename = KStandardDirs::realFilePath(filename);
+ TQString real_filename = TDEStandardDirs::realFilePath(filename);
// we only check here if the directory can be written to
// the actual filename isn't written to, but replaced later