summaryrefslogtreecommitdiffstats
path: root/krfb
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-03 22:29:33 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-03 22:29:33 -0500
commite42d9ec49f0ed6dd5d24912dd4641bb6489d05c0 (patch)
tree2cbefea66c6f8c3549e324745eccdce51b2d704b /krfb
parent5d3db12611ca010e875c155c58339889f1cd12e9 (diff)
downloadtdenetwork-e42d9ec49f0ed6dd5d24912dd4641bb6489d05c0.tar.gz
tdenetwork-e42d9ec49f0ed6dd5d24912dd4641bb6489d05c0.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'krfb')
-rw-r--r--krfb/krfb/configuration.cc2
-rw-r--r--krfb/krfb/main.cpp4
2 files changed, 3 insertions, 3 deletions
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;
}