--- kdelibs-4.0.0/kdeui/kernel/kglobalsettings.cpp~ 2008-02-01 17:25:37 +0300 +++ kdelibs-4.0.0/kdeui/kernel/kglobalsettings.cpp 2008-02-04 15:37:54 +0300 @@ -542,7 +542,7 @@ void KGlobalSettings::Private::initPaths #ifdef Q_WS_WIN getWin32ShellFoldersPath("Personal") #else - QDir::homePath() + QDir::homePath() + "/Documents/" #endif ); *s_documentPath = QDir::cleanPath( *s_documentPath );