summaryrefslogtreecommitdiff
path: root/noncore/settings/sound/main.cpp
authormickeyl <mickeyl>2003-10-29 17:22:08 (UTC)
committer mickeyl <mickeyl>2003-10-29 17:22:08 (UTC)
commit35615947e11575a61456c8483e7f6d67fe59d5ed (patch) (side-by-side diff)
tree89f834a50b5070767ca0f9c8a90d044f075a9131 /noncore/settings/sound/main.cpp
parent80fc44ae81d88c4cee5ea160818881acb2422a62 (diff)
downloadopie-35615947e11575a61456c8483e7f6d67fe59d5ed.zip
opie-35615947e11575a61456c8483e7f6d67fe59d5ed.tar.gz
opie-35615947e11575a61456c8483e7f6d67fe59d5ed.tar.bz2
merge noncore/settings/* except networksettings for which tille volunteered (thanks)
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
@@ -21,13 +21,9 @@
#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();
-}