From e42d9ec49f0ed6dd5d24912dd4641bb6489d05c0 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 3 Jun 2012 22:29:33 -0500 Subject: Branding cleanup: KDE -> TDE --- krfb/krfb/configuration.cc | 2 +- krfb/krfb/main.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'krfb') diff --git a/krfb/krfb/configuration.cc b/krfb/krfb/configuration.cc index bf0e31a7..289c4cec 100644 --- a/krfb/krfb/configuration.cc +++ b/krfb/krfb/configuration.cc @@ -441,7 +441,7 @@ void Configuration::inviteEmail() { KApplication *app = KApplication::kApplication(); app->invokeMailer(TQString(), TQString(), TQString(), i18n("Desktop Sharing (VNC) invitation"), - i18n("You have been invited to a VNC session. If you have the KDE Remote " + i18n("You have been invited to a VNC session. If you have the TDE Remote " "Desktop Connection installed, just click on the link below.\n\n" "vnc://invitation:%1@%2:%3\n\n" "Otherwise you can use any VNC client with the following parameters:\n\n" diff --git a/krfb/krfb/main.cpp b/krfb/krfb/main.cpp index 0910b9d8..6c68272b 100644 --- a/krfb/krfb/main.cpp +++ b/krfb/krfb/main.cpp @@ -43,7 +43,7 @@ #define VERSION "1.0" static const char description[] = I18N_NOOP("VNC-compatible server to share " - "KDE desktops"); + "TDE desktops"); #define ARG_KINETD "kinetd" @@ -112,7 +112,7 @@ int main(int argc, char *argv[]) if (!kinetdA) { KMessageBox::error(0, i18n("Cannot find KInetD. " - "The KDE daemon (kded) may have crashed or has not been started at all, or the installation failed."), + "The TDE daemon (kded) may have crashed or has not been started at all, or the installation failed."), i18n("Desktop Sharing Error")); return 1; } -- cgit v1.2.1