diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:57:11 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:57:11 -0600 |
commit | 3e0cba977ffa6db23d47e3228e16f0ff89598258 (patch) | |
tree | cb8d144370d597c894d90041b93bb7ccccb3bbb5 /kradio3/plugins/gui-quickbar/quickbar.cpp | |
parent | 3b7e8b07927f28283e5f122ad251271c6864a37c (diff) | |
download | tderadio-3e0cba977ffa6db23d47e3228e16f0ff89598258.tar.gz tderadio-3e0cba977ffa6db23d47e3228e16f0ff89598258.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kradio3/plugins/gui-quickbar/quickbar.cpp')
-rw-r--r-- | kradio3/plugins/gui-quickbar/quickbar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kradio3/plugins/gui-quickbar/quickbar.cpp b/kradio3/plugins/gui-quickbar/quickbar.cpp index eee163e..ba5e922 100644 --- a/kradio3/plugins/gui-quickbar/quickbar.cpp +++ b/kradio3/plugins/gui-quickbar/quickbar.cpp @@ -145,11 +145,11 @@ ConfigPageInfo QuickBar::createConfigurationPage() AboutPageInfo QuickBar::createAboutPage() { -/* KAboutData aboutData("kradio", +/* TDEAboutData aboutData("kradio", NULL, NULL, I18N_NOOP("Quickback for KRadio"), - KAboutData::License_GPL, + TDEAboutData::License_GPL, "(c) 2002-2005 Martin Witte, Klas Kalass", 0, "http://sourceforge.net/projects/kradio", |