summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:57:29 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:57:29 -0600
commit56e3cbe637f9594d8c12d3410a00b2b11104c64a (patch)
tree89c642675dec20f4c9631042db8b396376241b01 /src
parentb016a1ebdbc90151f83ce220bfd05460bf71b0a5 (diff)
downloadkstreamripper-56e3cbe637f9594d8c12d3410a00b2b11104c64a.tar.gz
kstreamripper-56e3cbe637f9594d8c12d3410a00b2b11104c64a.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src')
-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" );