diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:04:07 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:04:07 -0600 |
commit | a1e6ce502c334194d31a0b78b11b77e9532da64b (patch) | |
tree | af926bf79ece44ee312952d3d896a1da440daf83 /kradio3/plugins/gui-quickbar | |
parent | b69d61089748af635b869896140531ad906433d8 (diff) | |
download | tderadio-a1e6ce502c334194d31a0b78b11b77e9532da64b.tar.gz tderadio-a1e6ce502c334194d31a0b78b11b77e9532da64b.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kradio3/plugins/gui-quickbar')
-rw-r--r-- | kradio3/plugins/gui-quickbar/quickbar.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kradio3/plugins/gui-quickbar/quickbar.cpp b/kradio3/plugins/gui-quickbar/quickbar.cpp index 847be5f..e5ee743 100644 --- a/kradio3/plugins/gui-quickbar/quickbar.cpp +++ b/kradio3/plugins/gui-quickbar/quickbar.cpp @@ -148,7 +148,7 @@ AboutPageInfo QuickBar::createAboutPage() /* TDEAboutData aboutData("kradio", NULL, NULL, - I18N_NOOP("Quickback for KRadio"), + I18N_NOOP("Quickback for TDERadio"), TDEAboutData::License_GPL, "(c) 2002-2005 Martin Witte, Klas Kalass", 0, @@ -158,7 +158,7 @@ AboutPageInfo QuickBar::createAboutPage() aboutData.addAuthor("Klas Kalass", "", "[email protected]"); return AboutPageInfo( - new KRadioAboutWidget(aboutData, KRadioAboutWidget::AbtTabbed), + new TDERadioAboutWidget(aboutData, TDERadioAboutWidget::AbtTabbed), i18n("Quickbar"), i18n("Quickbar Plugin"), "view_icon" @@ -394,7 +394,7 @@ void QuickBar::resizeEvent (TQResizeEvent *e) void QuickBar::autoSetCaption() { const RadioStation &rs = queryCurrentStation(); - setCaption((queryIsPowerOn() && rs.isValid()) ? rs.longName() : TQString("KRadio")); + setCaption((queryIsPowerOn() && rs.isValid()) ? rs.longName() : TQString("TDERadio")); } void QuickBar::dragEnterEvent(TQDragEnterEvent* event) |