summaryrefslogtreecommitdiff
path: root/noncore/games/bounce/main.cpp
authordrw <drw>2004-03-02 22:48:49 (UTC)
committer drw <drw>2004-03-02 22:48:49 (UTC)
commit13348f11ba1cfa4787b973d65bfba8fc08299867 (patch) (unidiff)
treec05f82ae145584a82a0211c37e413bec2c24872a /noncore/games/bounce/main.cpp
parent5282a6fa5c826f36b71a065c6ef48c4b1394ce73 (diff)
downloadopie-13348f11ba1cfa4787b973d65bfba8fc08299867.zip
opie-13348f11ba1cfa4787b973d65bfba8fc08299867.tar.gz
opie-13348f11ba1cfa4787b973d65bfba8fc08299867.tar.bz2
Bounce: libopie -> libopie2
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
@@ -14,10 +14,11 @@
14 * You should have received a copy of the GNU Library General Public 14 * You should have received a copy of the GNU Library General Public
15 * License along with this program; if not, write to the Free 15 * License along with this program; if not, write to the Free
16 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 16 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
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