summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 5de8769..55a8d68 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -27,9 +27,9 @@
int main( int argc, char *argv[] )
{
- KAboutData aboutApp( "KStreamRipper", I18N_NOOP( "KStreamRipper" ), "0.3.4",
+ TDEAboutData aboutApp( "KStreamRipper", I18N_NOOP( "KStreamRipper" ), "0.3.4",
"KStreamRipper is a Frontend to Streamripper. Visit Homepage for more Info.",
- KAboutData::License_GPL, "(C) 2003-2005 Michael Goettsche", 0,
+ TDEAboutData::License_GPL, "(C) 2003-2005 Michael Goettsche", 0,
"http://kstreamripper.tuxipuxi.org", "mail@tuxipuxi.org" );
aboutApp.addAuthor( "Michael Goettsche", "Maintainer, Initial version", "mail@tuxipuxi.org" );