Fix World Clock KDE->TDE branding issues.

pull/1/head
Darrell Anderson 12 years ago
parent 9d0084d75c
commit f9a23cd344

@ -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>

@ -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();

Loading…
Cancel
Save