summaryrefslogtreecommitdiffstats
path: root/tderadio3/src/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-01 23:14:26 -0600
committerTimothy Pearson <[email protected]>2013-02-01 23:14:26 -0600
commitdd0cfce2e915f718a45dc9f772ce3bff42c0f7ca (patch)
tree03af58be7ebea0d920f89576cef55fa207886ec9 /tderadio3/src/main.cpp
parent48906a623383ab5222541ae048e99dd039b62a9a (diff)
downloadtderadio-dd0cfce2e915f718a45dc9f772ce3bff42c0f7ca.tar.gz
tderadio-dd0cfce2e915f718a45dc9f772ce3bff42c0f7ca.zip
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'tderadio3/src/main.cpp')
-rw-r--r--tderadio3/src/main.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/tderadio3/src/main.cpp b/tderadio3/src/main.cpp
index 345fcba..e3286e2 100644
--- a/tderadio3/src/main.cpp
+++ b/tderadio3/src/main.cpp
@@ -19,8 +19,8 @@
#include <kaboutdata.h>
#include <klocale.h>
-#include "include/kradioversion.h"
-#include "include/kradioapp.h"
+#include "include/tderadioversion.h"
+#include "include/tderadioapp.h"
#include "include/debug-profiler.h"
@@ -33,11 +33,11 @@ int main(int argc, char *argv[])
{
BlockProfiler profiler_about("main::aboutdata");
- TDEAboutData aboutData("kradio", I18N_NOOP("TDERadio"),
+ TDEAboutData aboutData("tderadio", I18N_NOOP("TDERadio"),
KRADIO_VERSION, "TDERadio", TDEAboutData::License_GPL,
"(c) 2002-2005 Martin Witte, Klas Kalass, Frank Schwanz",
0,
- "http://sourceforge.net/projects/kradio",
+ "http://sourceforge.net/projects/tderadio",
0);
aboutData.addAuthor("Martin Witte", I18N_NOOP("rewrite for 0.3.0, recording, lirc support, alarms, misc"), "[email protected]");
aboutData.addAuthor("Marcus Camen", I18N_NOOP("Buildsystem, Standards Conformance, Cleanups"), "[email protected]");
@@ -49,11 +49,11 @@ int main(int argc, char *argv[])
profiler_about.stop();
- BlockProfiler profiler_kradioapp("main::TDERadioApp");
+ BlockProfiler profiler_tderadioapp("main::TDERadioApp");
TDERadioApp a;
- profiler_kradioapp.stop();
+ profiler_tderadioapp.stop();
BlockProfiler profiler_restore("main::restore");
a.restoreState(TDEGlobal::config());