summaryrefslogtreecommitdiff
path: root/core/apps/helpbrowser/main.cpp
Unidiff
Diffstat (limited to 'core/apps/helpbrowser/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/helpbrowser/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/apps/helpbrowser/main.cpp b/core/apps/helpbrowser/main.cpp
index dc82e93..c726cd3 100644
--- a/core/apps/helpbrowser/main.cpp
+++ b/core/apps/helpbrowser/main.cpp
@@ -17,10 +17,9 @@
17** not clear to you. 17** not clear to you.
18** 18**
19**********************************************************************/ 19**********************************************************************/
20 20
21#include "helpbrowser.h" 21#include "helpbrowser.h"
22 22
23#include <qtopia/qpeapplication.h> 23#include <opie2/oapplicationfactory.h>
24#include <opie/oapplicationfactory.h>
25 24
26OPIE_EXPORT_APP( OApplicationFactory<HelpBrowser> ) 25OPIE_EXPORT_APP( OApplicationFactory<HelpBrowser> )