From 43b45046c6f8dc040b2e86cb33e7d2bbc3fea7e7 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 9 Jan 2014 13:17:15 -0600 Subject: Branding cleanup. --- src/Makefile.am | 2 +- src/Q_generalpreferencesdialog.cpp | 2 +- src/main.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 static const char description[] = - I18N_NOOP("A KDE Ftp Client"); + I18N_NOOP("A TDE FTP Client"); static const char version[] = "0.4.0.2"; -- cgit v1.2.1