summaryrefslogtreecommitdiff
path: root/noncore/settings/sound/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/settings/sound/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sound/main.cpp10
1 files changed, 3 insertions, 7 deletions
diff --git a/noncore/settings/sound/main.cpp b/noncore/settings/sound/main.cpp
index 33b0523..d919ce4 100644
--- a/noncore/settings/sound/main.cpp
+++ b/noncore/settings/sound/main.cpp
@@ -12,22 +12,18 @@
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
** See http://www.trolltech.com/gpl/ for GPL licensing information.
**
** Contact info@trolltech.com if any conditions of this licensing are
** not clear to you.
**
**********************************************************************/
#include "soundsettings.h"
#include <qpe/qpeapplication.h>
+#include <opie/oapplicationfactory.h>
+
+OPIE_EXPORT_APP( OApplicationFactory<SoundSettings> )
-int main(int argc, char** argv)
-{
- QPEApplication a(argc,argv);
- SoundSettings dlg;
- a.showMainWidget(&dlg);
- return a.exec();
-}