summaryrefslogtreecommitdiffstats
path: root/src/global.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-04 00:42:24 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-11-04 00:42:24 -0500
commit6ecfcb2f4e6d4f6be585676099ec1e7f49b31de6 (patch)
treed681b70d17147fd69574cd4f7da339b4bab2de8d /src/global.h
parent6fda3a412e1b365798bb96898e93f164d8ef0f52 (diff)
downloadbasket-6ecfcb2f4e6d4f6be585676099ec1e7f49b31de6.tar.gz
basket-6ecfcb2f4e6d4f6be585676099ec1e7f49b31de6.zip
Fix references to user profile directory.
Diffstat (limited to 'src/global.h')
-rw-r--r--src/global.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/global.h b/src/global.h
index 805836b..dcfc93e 100644
--- a/src/global.h
+++ b/src/global.h
@@ -55,11 +55,11 @@ class Global
// Application Folders:
static void setCustomSavesFolder(const TQString &folder);
- static TQString savesFolder(); /// << @return e.g. "/home/username/.kde/share/apps/basket/".
- static TQString basketsFolder(); /// << @return e.g. "/home/username/.kde/share/apps/basket/baskets/".
- static TQString backgroundsFolder(); /// << @return e.g. "/home/username/.kde/share/apps/basket/backgrounds/".
- static TQString templatesFolder(); /// << @return e.g. "/home/username/.kde/share/apps/basket/templates/".
- static TQString tempCutFolder(); /// << @return e.g. "/home/username/.kde/share/apps/basket/temp-cut/". (was ".tmp/")
+ static TQString savesFolder(); /// << @return e.g. "/home/username/.trinity/share/apps/basket/".
+ static TQString basketsFolder(); /// << @return e.g. "/home/username/.trinity/share/apps/basket/baskets/".
+ static TQString backgroundsFolder(); /// << @return e.g. "/home/username/.trinity/share/apps/basket/backgrounds/".
+ static TQString templatesFolder(); /// << @return e.g. "/home/username/.trinity/share/apps/basket/templates/".
+ static TQString tempCutFolder(); /// << @return e.g. "/home/username/.trinity/share/apps/basket/temp-cut/". (was ".tmp/")
// Various Things:
static TQString openNoteIcon(); /// << @return the icon used for the "Open" action on notes.