From 56e3cbe637f9594d8c12d3410a00b2b11104c64a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:57:29 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/main.cpp | 4 ++-- 1 file 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" ); -- cgit v1.2.1