|
|
|
@ -27,7 +27,7 @@
|
|
|
|
|
|
|
|
|
|
int main( int argc, char *argv[] )
|
|
|
|
|
{
|
|
|
|
|
TDEAboutData 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.",
|
|
|
|
|
TDEAboutData::License_GPL, "(C) 2003-2005 Michael Goettsche", 0,
|
|
|
|
|
"http://kstreamripper.tuxipuxi.org", "mail@tuxipuxi.org" );
|
|
|
|
@ -44,7 +44,7 @@ int main( int argc, char *argv[] )
|
|
|
|
|
|
|
|
|
|
app.setMainWidget( mainWidget );
|
|
|
|
|
mainWidget->show();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mainWidget->resize( 700, 600 );
|
|
|
|
|
|
|
|
|
|
return app.exec();
|
|
|
|
|