summaryrefslogtreecommitdiffstats
path: root/kappfinder
diff options
context:
space:
mode:
Diffstat (limited to 'kappfinder')
-rw-r--r--kappfinder/Makefile.am2
-rw-r--r--kappfinder/README.apps4
-rw-r--r--kappfinder/toplevel.cpp8
3 files changed, 7 insertions, 7 deletions
diff --git a/kappfinder/Makefile.am b/kappfinder/Makefile.am
index 50d1ea628..819754681 100644
--- a/kappfinder/Makefile.am
+++ b/kappfinder/Makefile.am
@@ -16,7 +16,7 @@ METASOURCES = AUTO
install-data-local: runkappfinder_$(RUN_KAPPFINDER)
runkappfinder_yes:
- echo "Installing non-KDE applications"
+ echo "Installing non-TDE applications"
pwd=`pwd`; \
(cd $(srcdir) && $$pwd/kappfinder_install "$(DESTDIR)$(kde_appsdir)")
diff --git a/kappfinder/README.apps b/kappfinder/README.apps
index bd5f78e3f..520295f91 100644
--- a/kappfinder/README.apps
+++ b/kappfinder/README.apps
@@ -1,8 +1,8 @@
-The apps directory contains .desktop files for commonly used non-KDE
+The apps directory contains .desktop files for commonly used non-TDE
programs which kappfinder installs into the applnk directory of KDE.
kappfinder used to install .directory files as well because in the past the
-non-KDE applications were installed in their own directory seperated from
+non-TDE applications were installed in their own directory seperated from
the main KDE applications. This is no longer the case, all .directory files
are maintained in tdebase/applnk.
diff --git a/kappfinder/toplevel.cpp b/kappfinder/toplevel.cpp
index 415cdbb65..9f67b6ede 100644
--- a/kappfinder/toplevel.cpp
+++ b/kappfinder/toplevel.cpp
@@ -50,9 +50,9 @@ TopLevel::TopLevel( const TQString &destDir, TQWidget *parent, const char *name
setCaption( i18n( "KAppfinder" ) );
TQVBoxLayout *layout = new TQVBoxLayout( this, marginHint() );
- TQLabel *label = new TQLabel( i18n( "The application finder looks for non-KDE "
+ TQLabel *label = new TQLabel( i18n( "The application finder looks for non-TDE "
"applications on your system and adds "
- "them to the KDE menu system. "
+ "them to the TDE menu system. "
"Click 'Scan' to begin, select the desired applications and then click 'Apply'."), this);
label->setAlignment( AlignAuto | WordBreak );
layout->addWidget( label );
@@ -284,8 +284,8 @@ void TopLevel::slotCreate()
KService::rebuildKSycoca(this);
- TQString message( i18n( "%n application was added to the KDE menu system.",
- "%n applications were added to the KDE menu system.", mAdded ) );
+ TQString message( i18n( "%n application was added to the TDE menu system.",
+ "%n applications were added to the TDE menu system.", mAdded ) );
KMessageBox::information( this, message, TQString::null, "ShowInformation" );
}