summaryrefslogtreecommitdiff
path: root/noncore/games/buzzword/main.cpp
authordrw <drw>2004-03-02 23:15:00 (UTC)
committer drw <drw>2004-03-02 23:15:00 (UTC)
commit89dca0a260008dc8887fa6d19f40e7712aa52325 (patch) (side-by-side diff)
tree077a80f1e34cf197614e41738bced526d0d117df /noncore/games/buzzword/main.cpp
parentabb6d82b1a6a8b2d70306fb3cd6a50ce844eebab (diff)
downloadopie-89dca0a260008dc8887fa6d19f40e7712aa52325.zip
opie-89dca0a260008dc8887fa6d19f40e7712aa52325.tar.gz
opie-89dca0a260008dc8887fa6d19f40e7712aa52325.tar.bz2
Buzzword: libopie -> libopie2
Diffstat (limited to 'noncore/games/buzzword/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/buzzword/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/games/buzzword/main.cpp b/noncore/games/buzzword/main.cpp
index 95b3176..596cf16 100644
--- a/noncore/games/buzzword/main.cpp
+++ b/noncore/games/buzzword/main.cpp
@@ -1,23 +1,23 @@
/*
* Copyright (C) 2002 Martin Imobersteg <imm@gmx.ch>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation; either
* version 2 of the License,Life or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this program; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include <opie/oapplicationfactory.h>
+#include <opie2/oapplicationfactory.h>
#include "buzzword.h"
OPIE_EXPORT_APP( OApplicationFactory<BuzzWord> )