summaryrefslogtreecommitdiff
path: root/noncore/settings/backup/main.cpp
blob: 6246fd51655d8c6fb3f6675a2e52045aa38a186c (plain)
1
2
3
4
5
6
7
8
9
#include "backuprestore.h"
#include "qnetworkprotocol.h"
#include <qpe/qpeapplication.h>
#include <opie2/oapplicationfactory.h>


using namespace Opie::Core;
OPIE_EXPORT_APP( Opie::Core::OApplicationFactory<BackupAndRestore> )