summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kworldwatch/about.ui4
-rw-r--r--kworldwatch/main.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/kworldwatch/about.ui b/kworldwatch/about.ui
index 334ea07..bd9cd69 100644
--- a/kworldwatch/about.ui
+++ b/kworldwatch/about.ui
@@ -13,7 +13,7 @@
</rect>
</property>
<property name="caption">
- <string>About KDE World Clock</string>
+ <string>About TDE World Clock</string>
</property>
<property name="icon">
<pixmap>image0</pixmap>
@@ -74,7 +74,7 @@
</sizepolicy>
</property>
<property name="text">
- <string>The KDE World Clock</string>
+ <string>The TDE World Clock</string>
</property>
</widget>
</hbox>
diff --git a/kworldwatch/main.cpp b/kworldwatch/main.cpp
index 346a97b..c301b56 100644
--- a/kworldwatch/main.cpp
+++ b/kworldwatch/main.cpp
@@ -56,7 +56,7 @@ WorldWideWatch::WorldWideWatch(bool restore, TQWidget *parent, const char *name)
TQWidget *w = new TQWidget(this);
setCentralWidget(w);
- setPlainCaption(i18n("KDE World Clock"));
+ setPlainCaption(i18n("TDE World Clock"));
TQVBoxLayout *vbox = new TQVBoxLayout(w, 0,0);
@@ -175,7 +175,7 @@ static KCmdLineOptions options[] =
int main(int argc, char *argv[])
{
- KAboutData about("kworldclock", I18N_NOOP("KDE World Clock"), "1.5");
+ KAboutData about("kworldclock", I18N_NOOP("TDE World Clock"), "1.5");
KCmdLineArgs::init(argc, argv, &about);
KCmdLineArgs::addCmdLineOptions(options);
KUniqueApplication::addCmdLineOptions();