summaryrefslogtreecommitdiff
path: root/noncore/apps/tableviewer/main.cpp
authordrw <drw>2004-02-23 18:31:24 (UTC)
committer drw <drw>2004-02-23 18:31:24 (UTC)
commit155281d14ac505d69ee0be82a5dbed97bc3fa9b7 (patch) (unidiff)
treeb14db0369b6d045b6b6d6323790c400ff3258552 /noncore/apps/tableviewer/main.cpp
parentbce2a9995fa423f9fc796b46c548e47a45c9d247 (diff)
downloadopie-155281d14ac505d69ee0be82a5dbed97bc3fa9b7.zip
opie-155281d14ac505d69ee0be82a5dbed97bc3fa9b7.tar.gz
opie-155281d14ac505d69ee0be82a5dbed97bc3fa9b7.tar.bz2
Table Viewer: libopie->libopie2
Diffstat (limited to 'noncore/apps/tableviewer/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/tableviewer/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/tableviewer/main.cpp b/noncore/apps/tableviewer/main.cpp
index ce39c84..80a76e0 100644
--- a/noncore/apps/tableviewer/main.cpp
+++ b/noncore/apps/tableviewer/main.cpp
@@ -18,8 +18,8 @@
18** 18**
19**********************************************************************/ 19**********************************************************************/
20#include "tableviewer.h" 20#include "tableviewer.h"
21#include <qpe/qpeapplication.h> 21
22#include <opie/oapplicationfactory.h> 22#include <opie2/oapplicationfactory.h>
23 23
24OPIE_EXPORT_APP( OApplicationFactory<TableViewerWindow> ) 24OPIE_EXPORT_APP( OApplicationFactory<TableViewerWindow> )
25 25