summaryrefslogtreecommitdiffstats
path: root/kdecore
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-21 02:21:58 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-21 02:21:58 +0000
commitb54dffb3d67b9077782b597d592bf073894d9805 (patch)
tree3fe559dadbf78904f2db092a96b7bbf44676bfed /kdecore
parent0369eb65aa64440d34c975eea79da600abc1ee2b (diff)
downloadtdelibs-b54dffb3d67b9077782b597d592bf073894d9805.tar.gz
tdelibs-b54dffb3d67b9077782b597d592bf073894d9805.zip
Minor fixups to clarify system logs
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1177725 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdecore')
-rw-r--r--kdecore/kglobalsettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/kglobalsettings.cpp b/kdecore/kglobalsettings.cpp
index c8884409d..fcaf3c279 100644
--- a/kdecore/kglobalsettings.cpp
+++ b/kdecore/kglobalsettings.cpp
@@ -532,7 +532,7 @@ void KGlobalSettings::initStatic() // should be called initPaths(). Don't put an
#ifdef Q_WS_WIN
*s_documentPath = getWin32ShellFoldersPath("Personal");
#else
- *s_documentPath = QDir::homeDirPath() + "/Documents/";
+ *s_documentPath = TQDir::homeDirPath() + "/Documents/";
#endif
}
*s_documentPath = TQDir::cleanDirPath( *s_documentPath );