diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:57:29 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:57:29 -0600 |
commit | 56e3cbe637f9594d8c12d3410a00b2b11104c64a (patch) | |
tree | 89c642675dec20f4c9631042db8b396376241b01 /src/main.cpp | |
parent | b016a1ebdbc90151f83ce220bfd05460bf71b0a5 (diff) | |
download | kstreamripper-56e3cbe637f9594d8c12d3410a00b2b11104c64a.tar.gz kstreamripper-56e3cbe637f9594d8c12d3410a00b2b11104c64a.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
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", "[email protected]" ); aboutApp.addAuthor( "Michael Goettsche", "Maintainer, Initial version", "[email protected]" ); |