summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-04 00:47:27 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-12-29 16:48:19 +0100
commit5286b9497374b400641b255777904a0a1a008032 (patch)
treecf20b1e8d8e79ff861e2d1751764a48a0f1c7763
parent52c5fff5ab04e0ad006404b09eefb04bbd5d861e (diff)
downloadk3b-5286b9497374b400641b255777904a0a1a008032.tar.gz
k3b-5286b9497374b400641b255777904a0a1a008032.zip
Fix references to user profile directory.
(cherry picked from commit 521d01750b0062d8543d7d6353afd5f84d778883)
-rw-r--r--src/k3b.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/k3b.cpp b/src/k3b.cpp
index 528c103..ac2360f 100644
--- a/src/k3b.cpp
+++ b/src/k3b.cpp
@@ -616,7 +616,7 @@ void K3bMainWindow::readOptions()
void K3bMainWindow::saveProperties( KConfig* c )
{
// 1. put saved projects in the config
- // 2. save every modified project in "~/.kde/share/apps/k3b/sessions/" + KApp->sessionId()
+ // 2. save every modified project in "~/.trinity/share/apps/k3b/sessions/" + KApp->sessionId()
// 3. save the url of the project (might be something like "AudioCD1") in the config
// 4. save the status of every project (modified/saved)
@@ -673,7 +673,7 @@ void K3bMainWindow::readProperties( KConfig* c )
// 1. read all projects from the config
// 2. simply open all of themg
// 3. reset the saved urls and the modified state
- // 4. delete "~/.kde/share/apps/k3b/sessions/" + KApp->sessionId()
+ // 4. delete "~/.trinity/share/apps/k3b/sessions/" + KApp->sessionId()
TQString saveDir = KGlobal::dirs()->saveLocation( "appdata", "sessions/" + tqApp->sessionId() + "/", true );