From 1d709cf8ce04b49db03d0e0353f3b7a071dce619 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 14 Nov 2004 22:18:09 +0000 Subject: Make the utlity quicklaunchable even if it is not under the control of the buildsystem --- (limited to 'development/performance/main.cpp') diff --git a/development/performance/main.cpp b/development/performance/main.cpp index 8802777..41db9e9 100644 --- a/development/performance/main.cpp +++ b/development/performance/main.cpp @@ -20,14 +20,6 @@ #include "performancetest.h" -#include +#include -int main( int argc, char ** argv ) -{ - QPEApplication a( argc, argv ); - - PerformanceTest mw; - a.showMainWidget( &mw ); - - return a.exec(); -} +OPIE_EXPORT_APP( Opie::Core::OApplicationFactory ) -- cgit v0.9.0.2