From d388324e7b91bdd95553c3849d77cddd5bd0bfc4 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Tue, 20 Jan 2004 13:07:31 +0000 Subject: initial import of powerchord courtesy Camilo Mesias modified some bits to be compatible with the opie build system packaging not complete yet i hope camilo will maintain this here... --- (limited to 'noncore/multimedia/powerchord/main.cpp') diff --git a/noncore/multimedia/powerchord/main.cpp b/noncore/multimedia/powerchord/main.cpp new file mode 100644 index 0000000..7fca87c --- a/dev/null +++ b/noncore/multimedia/powerchord/main.cpp @@ -0,0 +1,12 @@ +#include "powerchord.h" +#include + +int main( int argc, char ** argv ) +{ + QPEApplication a( argc, argv ); + + PowerchordBase p; + a.showMainWidget( &p ); + + return a.exec(); +} -- cgit v0.9.0.2