summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/main.cpp
authordrw <drw>2004-02-22 00:08:21 (UTC)
committer drw <drw>2004-02-22 00:08:21 (UTC)
commite8aa81decb9a22828dcdbbaf3d08e2c6f1d2217f (patch) (side-by-side diff)
tree2ebc546b4cf84d014eae25b9753f2cb40be37b48 /noncore/apps/checkbook/main.cpp
parent58f490cf6fd94ec27eec01c0ffc9d0411be594e8 (diff)
downloadopie-e8aa81decb9a22828dcdbbaf3d08e2c6f1d2217f.zip
opie-e8aa81decb9a22828dcdbbaf3d08e2c6f1d2217f.tar.gz
opie-e8aa81decb9a22828dcdbbaf3d08e2c6f1d2217f.tar.bz2
Checkbook: libopie->libopie2
Diffstat (limited to 'noncore/apps/checkbook/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/checkbook/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/noncore/apps/checkbook/main.cpp b/noncore/apps/checkbook/main.cpp
index dcaab4a..0384620 100644
--- a/noncore/apps/checkbook/main.cpp
+++ b/noncore/apps/checkbook/main.cpp
@@ -23,12 +23,11 @@
    --        :-=` Free Software Foundation, Inc.,
59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/
-#include <qpe/qpeapplication.h>
-#include <opie/oapplicationfactory.h>
+#include <opie2/oapplicationfactory.h>
#include "mainwindow.h"
OPIE_EXPORT_APP( OApplicationFactory<MainWindow> )