diff options
-rw-r--r-- | certmanager/lib/tests/test_verify.cpp | 2 | ||||
-rw-r--r-- | doc/kaddressbook/index.docbook | 2 | ||||
-rw-r--r-- | doc/kmail/faq.docbook | 6 | ||||
-rw-r--r-- | doc/kpilot/configuration.docbook | 6 | ||||
-rw-r--r-- | doc/kpilot/sync.docbook | 4 | ||||
-rw-r--r-- | karm/taskview.cpp | 4 | ||||
-rw-r--r-- | karm/test/locking.cpp | 2 | ||||
-rw-r--r-- | kmailcvt/filter_kmail_maildir.cxx | 2 | ||||
-rwxr-xr-x | konsolekalendar/examples/tcm2kcal.pl | 4 | ||||
-rw-r--r-- | libkcal/tests/testresource.cpp | 2 | ||||
-rw-r--r-- | libkholidays/holidays/holiday_nl | 2 | ||||
-rw-r--r-- | libtdepim/tests/testdistrlist.cpp | 2 |
12 files changed, 19 insertions, 19 deletions
diff --git a/certmanager/lib/tests/test_verify.cpp b/certmanager/lib/tests/test_verify.cpp index 72ce9b2f8..4edd8c7f2 100644 --- a/certmanager/lib/tests/test_verify.cpp +++ b/certmanager/lib/tests/test_verify.cpp @@ -51,7 +51,7 @@ int main( int argc, char **argv ) { setenv("GNUPGHOME", TDESRCDIR "/gnupg_home", 1 ); setenv("LC_ALL", "C", 1); - setenv("TDEHOME", TQFile::encodeName( TQDir::homeDirPath() + "/.kde-unit-test" ), 1); + setenv("TDEHOME", TQFile::encodeName( TQDir::homeDirPath() + "/.tde-unit-test" ), 1); KAboutData aboutData( "test_verify", "verify job test", "0.1" ); KCmdLineArgs::init( argc, argv, &aboutData ); diff --git a/doc/kaddressbook/index.docbook b/doc/kaddressbook/index.docbook index 3b79e4d0d..c684dbe7a 100644 --- a/doc/kaddressbook/index.docbook +++ b/doc/kaddressbook/index.docbook @@ -111,7 +111,7 @@ will be displayed:</para> <para>&kaddressbook; can use multiple resources for loading and storing its contacts. After starting &kaddressbook; for the first time you will have a default resource installed that saves all contacts in a vCard file -under $HOME/.kde/share/apps/kabc/std.vcf; you can add more resources +under $HOME/.trinity/share/apps/kabc/std.vcf; you can add more resources by using the Resource Configuration dialog, which is available in <application>kcontrol</application> under <guilabel>TDE Components</guilabel>-><guilabel>TDE Resources Configuration</guilabel>:</para> diff --git a/doc/kmail/faq.docbook b/doc/kmail/faq.docbook index 6bf45e60a..3055a3f03 100644 --- a/doc/kmail/faq.docbook +++ b/doc/kmail/faq.docbook @@ -104,7 +104,7 @@ ultimate ownertrust: it is no longer implicitly done for you.</para> mail?</para></question> <answer> <para>Most &kmail; settings are stored in <filename>$<envar>TDEHOME</envar>/share/config/kmailrc</filename>, where $<envar>TDEHOME</envar> is typically <filename -class="directory">~/.kde</filename>; the identities are stored in +class="directory">~/.trinity</filename>; the identities are stored in <filename>$<envar>TDEHOME</envar>/share/config/emailidentities</filename> and your mail is saved in <filename class="directory">$<envar>TDEHOME</envar>/share/apps/kmail</filename> (or @@ -234,12 +234,12 @@ select <menuchoice><guimenu>Help</guimenu><guimenuitem>&kmail; Introduction</gui <qandaentry> <question><para>Can I configure the location of my mail folder?</para></question> <answer> -<para>Exit &kmail;, make a backup of <filename>~/.kde/share/config/kmailrc</filename>, +<para>Exit &kmail;, make a backup of <filename>~/.trinity/share/config/kmailrc</filename>, then open it with an editor and add ⪚ <userinput>folders=/home/username/.mail</userinput> to the <quote>[General]</quote> section. Then move all your existing folders (including the hidden index files) to the new location. The next time you start &kmail; will use <filename class="directory">/home/username/.mail</filename> instead of -<filename class="directory">/home/username/.kde/share/apps/kmail</filename>. Note that &kmail; +<filename class="directory">/home/username/.trinity/share/apps/kmail</filename>. Note that &kmail; will lose its filters if you change the mail folder's location but forget to move your existing folders.</para> </answer> diff --git a/doc/kpilot/configuration.docbook b/doc/kpilot/configuration.docbook index 4f383a8f8..1644d67b3 100644 --- a/doc/kpilot/configuration.docbook +++ b/doc/kpilot/configuration.docbook @@ -299,7 +299,7 @@ stores the information from the &PalmPilot;. This folder is created in the <filename class="directory">$TDEHOME/share/apps/kpilot/DBBackup/</filename> folder, where the <filename class="directory">$TDEHOME</filename> environment variable -(typically <filename class="directory">/home/Login Name/.kde/</filename>) +(typically <filename class="directory">/home/Login Name/.trinity/</filename>) points to the folder that contains your configuration and data for the &kde; applications. </para> @@ -1052,7 +1052,7 @@ need the filename of the calendar file (this will usually be a file that ends in standard &korganizer; iCalendar file, it will be under the <filename class="directory">$TDEHOME/share/apps/korganizer/</filename> folder, where the <filename class="directory">$TDEHOME</filename> environment variable (typically -<filename class="directory">/home/user/.kde/</filename>) points to the folder +<filename class="directory">/home/user/.trinity/</filename>) points to the folder that contains your configuration and data for the &kde; applications. </para> @@ -1404,7 +1404,7 @@ role="extension">.vcf</literal>) to sync with, of if it uses the standard &kde; address book file, it will be under the <filename class="directory">$TDEHOME/share/apps/kabc/</filename> folder, where the <filename class="directory">$TDEHOME</filename> environment -variable (typically <filename class="directory">/home/Login Name/.kde/</filename>) +variable (typically <filename class="directory">/home/Login Name/.trinity/</filename>) points to the folder that contains your configuration and data for the &kde; applications. </para> diff --git a/doc/kpilot/sync.docbook b/doc/kpilot/sync.docbook index b3b357041..4df681ab3 100644 --- a/doc/kpilot/sync.docbook +++ b/doc/kpilot/sync.docbook @@ -136,7 +136,7 @@ On every backup, &kpilot; stores a copy of all your &handheld; data under the <filename class="directory">$TDEHOME/share/apps/kpilot/DBBackup/User Name/</filename> folder, allowing you to restore that copy later, if needed. The <filename class="directory">$TDEHOME</filename> environment variable -(typically <filename class="directory">/home/Login Name/.kde/</filename>) +(typically <filename class="directory">/home/Login Name/.trinity/</filename>) points to the folder that contains your configuration and data for the &kde; applications.</para> @@ -174,7 +174,7 @@ data entered on the &handheld; since the last backup. <para> The data saved on the last backup is located on the <filename class="directory">$TDEHOME/share/apps/kpilot/DBBackup/User Name/</filename> folder. The <filename class="directory">$TDEHOME</filename> environment variable -(typically <filename class="directory">/home/Login Name/.kde/</filename>) +(typically <filename class="directory">/home/Login Name/.trinity/</filename>) points to the folder that contains your configuration and data for the &kde; applications.</para> diff --git a/karm/taskview.cpp b/karm/taskview.cpp index 929541ace..3852fda9d 100644 --- a/karm/taskview.cpp +++ b/karm/taskview.cpp @@ -402,7 +402,7 @@ void TaskView::startTimerFor(Task* task, TQDateTime startTime ) } } } - else KMessageBox::error(0,i18n("Saving is impossible, so timing is useless. \nSaving problems may result from a full harddisk, a directory name instead of a file name, or stale locks. Check that your harddisk has enough space, that your calendar file exists and is a file and remove stale locks, typically from ~/.kde/share/apps/kabc/lock.")); + else KMessageBox::error(0,i18n("Saving is impossible, so timing is useless. \nSaving problems may result from a full harddisk, a directory name instead of a file name, or stale locks. Check that your harddisk has enough space, that your calendar file exists and is a file and remove stale locks, typically from ~/.trinity/share/apps/kabc/lock.")); } void TaskView::clearActiveTasks() @@ -518,7 +518,7 @@ void TaskView::newTask(TQString caption, Task *parent) if ( uid.isNull() ) { KMessageBox::error( 0, i18n( - "Error storing new task. Your changes were not saved. Make sure you can edit your iCalendar file. Also quit all applications using this file and remove any lock file related to its name from ~/.kde/share/apps/kabc/lock/ " ) ); + "Error storing new task. Your changes were not saved. Make sure you can edit your iCalendar file. Also quit all applications using this file and remove any lock file related to its name from ~/.trinity/share/apps/kabc/lock/ " ) ); } delete dialog; diff --git a/karm/test/locking.cpp b/karm/test/locking.cpp index 6bf9f03e9..7a1d6ad53 100644 --- a/karm/test/locking.cpp +++ b/karm/test/locking.cpp @@ -130,7 +130,7 @@ int main( int argc, char *argv[] ) // Use another directory than the real one, just to keep things clean // TDEHOME needs to be writable though, for a ksycoca database // FIXME: Delete this directory when done with test. - setenv( "TDEHOME", TQFile::encodeName( TQDir::homeDirPath() + "/.kde-testresource" ), true ); + setenv( "TDEHOME", TQFile::encodeName( TQDir::homeDirPath() + "/.tde-testresource" ), true ); // Copied from Till's test in libkcal. Not sure what this is for. setenv( "TDE_FORK_SLAVES", "yes", true ); // simpler, for the final cleanup diff --git a/kmailcvt/filter_kmail_maildir.cxx b/kmailcvt/filter_kmail_maildir.cxx index cc2c1d3bb..594313ae9 100644 --- a/kmailcvt/filter_kmail_maildir.cxx +++ b/kmailcvt/filter_kmail_maildir.cxx @@ -28,7 +28,7 @@ FilterKMail_maildir::FilterKMail_maildir( void ) : i18n( "<p><b>KMail import filter</b></p>" "<p>Select the base directory of the KMail mailfolder you want to import.</p>" "<p><b>Note:</b> Never select your current local KMail maildir (usually " - "~/Mail or ~/.kde/share/apps/kmail/mail ): in this case, KMailCVT may become stuck " + "~/Mail or ~/.trinity/share/apps/kmail/mail ): in this case, KMailCVT may become stuck " "in a continuous loop. </p>" "<p>This filter does not import KMail mailfolders with mbox files.</p>" "<p>Since it is possible to recreate the folder structure, the folders " diff --git a/konsolekalendar/examples/tcm2kcal.pl b/konsolekalendar/examples/tcm2kcal.pl index 1fb3be311..15949a79d 100755 --- a/konsolekalendar/examples/tcm2kcal.pl +++ b/konsolekalendar/examples/tcm2kcal.pl @@ -27,7 +27,7 @@ # -y <year>, where year is an integer YYYY # default is current year # -f <file>, where file is location of output KDE calendar -# default is $HOME/.kde/share/apps/korganizer/tcm.ics +# default is $HOME/.trinity/share/apps/korganizer/tcm.ics # -w <konsolekalendar> where konsolekalendar is located use strict; @@ -42,7 +42,7 @@ use Date::Calc qw(Today Month_to_Text my($konkal)="/usr/bin/konsolekalendar"; #location of new TCM KDE calendar -my($cal)="$HOME/.kde/share/apps/korganizer/tcm.ics"; +my($cal)="$HOME/.trinity/share/apps/korganizer/tcm.ics"; #default program execution mode my($mode)="--add"; diff --git a/libkcal/tests/testresource.cpp b/libkcal/tests/testresource.cpp index 63dd27fc1..bab2cf017 100644 --- a/libkcal/tests/testresource.cpp +++ b/libkcal/tests/testresource.cpp @@ -56,7 +56,7 @@ int main(int argc, char *argv[]) { // Use another directory than the real one, just to keep things clean // TDEHOME needs to be writable though, for a ksycoca database - setenv( "TDEHOME", TQFile::encodeName( TQDir::homeDirPath() + "/.kde-testresource" ), true ); + setenv( "TDEHOME", TQFile::encodeName( TQDir::homeDirPath() + "/.tde-testresource" ), true ); setenv( "TDE_FORK_SLAVES", "yes", true ); // simpler, for the final cleanup KApplication::disableAutoDcopRegistration(); diff --git a/libkholidays/holidays/holiday_nl b/libkholidays/holidays/holiday_nl index 23df998e7..cc1e6f6f5 100644 --- a/libkholidays/holidays/holiday_nl +++ b/libkholidays/holidays/holiday_nl @@ -47,7 +47,7 @@ blue "Wintertijd" on last sunday in october : Author: Wilbert Berendsen <wbsoft@xs4all.nl> : : Kopieer dit bestand eventueel onder een andere naam, maar beginnend -: met 'holiday_' naar ~/.kde/share/apps/korganizer/ en haal op de +: met 'holiday_' naar ~/.trinity/share/apps/korganizer/ en haal op de : volgende regels de dubbelepunten weg. :small "Eerste advent" on sunday before 3.12 :small "Tweede advent" on sunday before 10.12 diff --git a/libtdepim/tests/testdistrlist.cpp b/libtdepim/tests/testdistrlist.cpp index 3ee85283c..99edc235c 100644 --- a/libtdepim/tests/testdistrlist.cpp +++ b/libtdepim/tests/testdistrlist.cpp @@ -43,7 +43,7 @@ int main(int argc, char *argv[]) { // Use another directory than the real one, just to keep things clean // TDEHOME needs to be writable though, for a ksycoca database - setenv( "TDEHOME", TQFile::encodeName( TQDir::homeDirPath() + "/.kde-testdistrlist" ), true ); + setenv( "TDEHOME", TQFile::encodeName( TQDir::homeDirPath() + "/.tde-testdistrlist" ), true ); setenv( "TDE_FORK_SLAVES", "yes", true ); // simpler, for the final cleanup KApplication::disableAutoDcopRegistration(); |