summaryrefslogtreecommitdiff
path: root/noncore/multimedia/powerchord/main.cpp
authorzecke <zecke>2004-11-14 22:21:49 (UTC)
committer zecke <zecke>2004-11-14 22:21:49 (UTC)
commit394b5b2ef56342a905e8a022b3f8ef4085f569ef (patch) (unidiff)
treeda0cacb6e04e43bc3a324e702a67af6f8cd87370 /noncore/multimedia/powerchord/main.cpp
parent1d709cf8ce04b49db03d0e0353f3b7a071dce619 (diff)
downloadopie-394b5b2ef56342a905e8a022b3f8ef4085f569ef.zip
opie-394b5b2ef56342a905e8a022b3f8ef4085f569ef.tar.gz
opie-394b5b2ef56342a905e8a022b3f8ef4085f569ef.tar.bz2
Make Powerchord quicklaunchable
Diffstat (limited to 'noncore/multimedia/powerchord/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/multimedia/powerchord/main.cpp12
1 files changed, 2 insertions, 10 deletions
diff --git a/noncore/multimedia/powerchord/main.cpp b/noncore/multimedia/powerchord/main.cpp
index 7fca87c..91afad7 100644
--- a/noncore/multimedia/powerchord/main.cpp
+++ b/noncore/multimedia/powerchord/main.cpp
@@ -1,12 +1,4 @@
1#include "powerchord.h" 1#include "powerchord.h"
2#include <qpe/qpeapplication.h> 2#include <opie2/oapplicationfactory.h>
3 3
4int main( int argc, char ** argv ) 4OPIE_EXPORT_APP( Opie::Core::OApplicationFactory<Powerchord> )
5{
6 QPEApplication a( argc, argv );
7
8 PowerchordBase p;
9 a.showMainWidget( &p );
10
11 return a.exec();
12}