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/recording/recording-monitor.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/recording/recording-monitor.cpp')
-rw-r--r-- | kradio3/plugins/recording/recording-monitor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kradio3/plugins/recording/recording-monitor.cpp b/kradio3/plugins/recording/recording-monitor.cpp index b33e8bd..a249579 100644 --- a/kradio3/plugins/recording/recording-monitor.cpp +++ b/kradio3/plugins/recording/recording-monitor.cpp @@ -156,11 +156,11 @@ ConfigPageInfo RecordingMonitor::createConfigurationPage() AboutPageInfo RecordingMonitor::createAboutPage() { -/* KAboutData aboutData("kradio", +/* TDEAboutData aboutData("kradio", NULL, NULL, I18N_NOOP("Recording Monitor Plugin for KRadio"), - KAboutData::License_GPL, + TDEAboutData::License_GPL, "(c) 2002-2005 Martin Witte", 0, "http://sourceforge.net/projects/kradio", |