summaryrefslogtreecommitdiff
path: root/noncore/games/tetrix/main.cpp
authordrw <drw>2004-03-02 23:00:57 (UTC)
committer drw <drw>2004-03-02 23:00:57 (UTC)
commitb6124a8140534aa1c0fb56fa5ee314fc4b80b6a5 (patch) (unidiff)
tree9e70b351d065b2883ca83bfb3b534f9eca8eccfe /noncore/games/tetrix/main.cpp
parent9ffe8155d3cf0d72126b7420a8fee66d6f62e2c7 (diff)
downloadopie-b6124a8140534aa1c0fb56fa5ee314fc4b80b6a5.zip
opie-b6124a8140534aa1c0fb56fa5ee314fc4b80b6a5.tar.gz
opie-b6124a8140534aa1c0fb56fa5ee314fc4b80b6a5.tar.bz2
Tetrix: libopie -> libopie2
Diffstat (limited to 'noncore/games/tetrix/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/tetrix/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/games/tetrix/main.cpp b/noncore/games/tetrix/main.cpp
index bf1242f..147d13d 100644
--- a/noncore/games/tetrix/main.cpp
+++ b/noncore/games/tetrix/main.cpp
@@ -12,16 +12,16 @@
12** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 12** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
13** 13**
14** See http://www.trolltech.com/gpl/ for GPL licensing information. 14** See http://www.trolltech.com/gpl/ for GPL licensing information.
15** 15**
16** Contact info@trolltech.com if any conditions of this licensing are 16** Contact info@trolltech.com if any conditions of this licensing are
17** not clear to you. 17** not clear to you.
18** 18**
19**********************************************************************/ 19**********************************************************************/
20 20
21#include "qtetrix.h" 21#include "qtetrix.h"
22 22
23 23
24#include <opie/oapplicationfactory.h> 24#include <opie2/oapplicationfactory.h>
25 25
26OPIE_EXPORT_APP( OApplicationFactory<QTetrix> ) 26OPIE_EXPORT_APP( OApplicationFactory<QTetrix> )
27 27