summaryrefslogtreecommitdiff
path: root/noncore/games/bounce/main.cpp
Unidiff
Diffstat (limited to 'noncore/games/bounce/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/bounce/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/games/bounce/main.cpp b/noncore/games/bounce/main.cpp
index a070c4b..eb8d561 100644
--- a/noncore/games/bounce/main.cpp
+++ b/noncore/games/bounce/main.cpp
@@ -17,7 +17,8 @@
17 */ 17 */
18 18
19#include "kbounce.h" 19#include "kbounce.h"
20#include <opie/oapplicationfactory.h> 20
21#include <opie2/oapplicationfactory.h>
21 22
22OPIE_EXPORT_APP( OApplicationFactory<KJezzball> ) 23OPIE_EXPORT_APP( OApplicationFactory<KJezzball> )
23 24