summaryrefslogtreecommitdiff
path: root/noncore/tools/formatter/main.cpp
Unidiff
Diffstat (limited to 'noncore/tools/formatter/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/formatter/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/noncore/tools/formatter/main.cpp b/noncore/tools/formatter/main.cpp
index 6228e55..bdd4a2c 100644
--- a/noncore/tools/formatter/main.cpp
+++ b/noncore/tools/formatter/main.cpp
@@ -10,10 +10,9 @@
10 * the Free Software Foundation; either version 2 of the License, or * 10 * the Free Software Foundation; either version 2 of the License, or *
11 * (at your option) any later version. * 11 * (at your option) any later version. *
12 ***************************************************************************/ 12 ***************************************************************************/
13#include <qpe/qpeapplication.h>
14 13
15#include "formatter.h" 14#include "formatter.h"
16 15
17#include <opie/oapplicationfactory.h> 16#include <opie2/oapplicationfactory.h>
18 17
19OPIE_EXPORT_APP( OApplicationFactory<FormatterApp> ) 18OPIE_EXPORT_APP( OApplicationFactory<FormatterApp> )