summaryrefslogtreecommitdiffstats
path: root/kworldwatch
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-09 03:34:30 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-09 03:34:30 -0600
commitf9a23cd344da06102f32ba0b45e5b796566747a2 (patch)
treeb8f249b4219094e692f9a81887f2283912025bb8 /kworldwatch
parent9d0084d75c7b68af11420120fef4ba12023e5997 (diff)
downloadtdetoys-f9a23cd344da06102f32ba0b45e5b796566747a2.tar.gz
tdetoys-f9a23cd344da06102f32ba0b45e5b796566747a2.zip
Fix World Clock KDE->TDE branding issues.
Diffstat (limited to 'kworldwatch')
-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();