diff options
| -rw-r--r-- | src/main.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index d43ec75..5de8769 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -38,7 +38,7 @@ int main( int argc, char *argv[] )  	aboutApp.addCredit( "Jakub Stachowski", "bksys migration, crash fix" );  	TDECmdLineArgs::init( argc, argv, &aboutApp ); -	KApplication app; +	TDEApplication app;  	KStreamRipper *mainWidget = new KStreamRipper();  | 
