summaryrefslogtreecommitdiff
path: root/noncore/settings/appearance2/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/appearance2/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/appearance2/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/appearance2/main.cpp14
1 files changed, 3 insertions, 11 deletions
diff --git a/noncore/settings/appearance2/main.cpp b/noncore/settings/appearance2/main.cpp
index ad24cf3..5595429 100644
--- a/noncore/settings/appearance2/main.cpp
+++ b/noncore/settings/appearance2/main.cpp
@@ -15,7 +15,7 @@
    =_        +     =;=|` MERCHANTABILITY or FITNESS FOR A
  _.=:.       :    :=>`: PARTICULAR PURPOSE. See the GNU General
..}^=.=       =       ; Public License for more details.
-++=   -.     .`     .:
+++=   -.     .`     .:
 :     =  ...= . :.=- You should have received a copy of the GNU
 -.   .:....=;==+<; General Public License along with this file;
  -_. . .   )=.  = see the file COPYING. If not, write to the
@@ -28,15 +28,7 @@
#include "appearance.h"
#include <qpe/qpeapplication.h>
+#include <opie/oapplicationfactory.h>
-int main ( int argc, char **argv )
-{
- QPEApplication app ( argc, argv );
-
- Appearance m;
- app. showMainDocumentWidget ( &m );
-
- return app. exec ( );
-}
-
+OPIE_EXPORT_APP( OApplicationFactory<Appearance> )