summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-01-09 13:17:15 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-01-09 13:17:15 -0600
commit43b45046c6f8dc040b2e86cb33e7d2bbc3fea7e7 (patch)
treed3a4826d0f7e04d40c28bf1edc943f204d877e87 /src
parent2d5a5f03b507c016f61ac78ee1b55478803f0796 (diff)
downloadkasablanca-43b45046c6f8dc040b2e86cb33e7d2bbc3fea7e7.tar.gz
kasablanca-43b45046c6f8dc040b2e86cb33e7d2bbc3fea7e7.zip
Branding cleanup.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/Q_generalpreferencesdialog.cpp2
-rw-r--r--src/main.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d402de4..0b6b597 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-# set the include path for X, qt and KDE
+# set the include path for X, qt and TDE
INCLUDES = $(all_includes)
# these are the headers for your project
diff --git a/src/Q_generalpreferencesdialog.cpp b/src/Q_generalpreferencesdialog.cpp
index 560df47..4e97d05 100644
--- a/src/Q_generalpreferencesdialog.cpp
+++ b/src/Q_generalpreferencesdialog.cpp
@@ -154,7 +154,7 @@ void KasablancaGeneralPreferencesDialog::languageChange()
textLabel1_2->setText( tr2i18n( "On queue finished:" ) );
textLabel1_2_2->setText( tr2i18n( "On file exist:" ) );
TQWhatsThis::add( kcfg_Skiplist, tr2i18n( "Here you can enter a Regular Expression. Transfer items which match this Regular Expression are skipped. For example a value of \"^\\.\" excludes every entry beginning with \".\" from transfer." ) );
- TQWhatsThis::add( kcfg_OnQueueFinished, tr2i18n( "This field can hold an executable and its arguments which will be run, when last item of in queue has finished transferring. For Example, on KDE desktops the entry \"dcop ksmserver ksmserver logout 0 0 0\" would shutdown the computer automatically." ) );
+ TQWhatsThis::add( kcfg_OnQueueFinished, tr2i18n( "This field can hold an executable and its arguments which will be run, when last item of in queue has finished transferring. For Example, on TDE desktops the entry \"dcop ksmserver ksmserver logout 0 0 0\" would shutdown the computer automatically." ) );
buttonGroup1->setTitle( TQString::null );
kcfg_OnFileExistsResume->setText( tr2i18n( "Resume (if possible)" ) );
TQWhatsThis::add( kcfg_OnFileExistsResume, tr2i18n( "These Radio Buttons indicate how the application should proceed if a file to be transfered already exists on the destination. Usually the user is asked by the application how to proceed if this occurs, in case you aren't present during the transfer you can enable this feature." ) );
diff --git a/src/main.cpp b/src/main.cpp
index 86b0837..54c3323 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -10,7 +10,7 @@
#include <tdelocale.h>
static const char description[] =
- I18N_NOOP("A KDE Ftp Client");
+ I18N_NOOP("A TDE FTP Client");
static const char version[] = "0.4.0.2";