summaryrefslogtreecommitdiff
path: root/core/settings/security/main.cpp
Unidiff
Diffstat (limited to 'core/settings/security/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/security/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/settings/security/main.cpp b/core/settings/security/main.cpp
index 3141fb8..aed8ab2 100644
--- a/core/settings/security/main.cpp
+++ b/core/settings/security/main.cpp
@@ -9,24 +9,21 @@
9** packaging of this file. 9** packaging of this file.
10** 10**
11** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 11** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
12** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 12** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
13** 13**
14** See http://www.trolltech.com/gpl/ for GPL licensing information. 14** See http://www.trolltech.com/gpl/ for GPL licensing information.
15** 15**
16** Contact info@trolltech.com if any conditions of this licensing are 16** Contact info@trolltech.com if any conditions of this licensing are
17** not clear to you. 17** not clear to you.
18** 18**
19**********************************************************************/ 19**********************************************************************/
20 20
21#include <qpe/qpeapplication.h>
22#include <qpe/qcopenvelope_qws.h>
23#include <qpe/global.h>
24 21
25#include "security.h" 22#include "security.h"
26 23
27#include <opie/oapplicationfactory.h> 24#include <opie/oapplicationfactory.h>
28 25
29OPIE_EXPORT_APP( OApplicationFactory<Security> ) 26OPIE_EXPORT_APP( OApplicationFactory<Security> )
30 27
31 28
32 29