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/src/main.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/src/main.cpp')
-rw-r--r-- | kradio3/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kradio3/src/main.cpp b/kradio3/src/main.cpp index df83842..5378495 100644 --- a/kradio3/src/main.cpp +++ b/kradio3/src/main.cpp @@ -33,8 +33,8 @@ int main(int argc, char *argv[]) { BlockProfiler profiler_about("main::aboutdata"); - KAboutData aboutData("kradio", I18N_NOOP("KRadio"), - KRADIO_VERSION, "KRadio", KAboutData::License_GPL, + TDEAboutData aboutData("kradio", I18N_NOOP("KRadio"), + KRADIO_VERSION, "KRadio", TDEAboutData::License_GPL, "(c) 2002-2005 Martin Witte, Klas Kalass, Frank Schwanz", 0, "http://sourceforge.net/projects/kradio", |