summaryrefslogtreecommitdiff
path: root/noncore/tools/formatter/main.cpp
authordrw <drw>2004-03-02 23:29:43 (UTC)
committer drw <drw>2004-03-02 23:29:43 (UTC)
commit7588efaff9fcf2079b5f2a4429862bfa4fb7281d (patch) (side-by-side diff)
tree97ce2d5a5c1d84867312ce89f76512aa92396e46 /noncore/tools/formatter/main.cpp
parent7cd53bb0080e8156914a3fd5f0666b47a8619df1 (diff)
downloadopie-7588efaff9fcf2079b5f2a4429862bfa4fb7281d.zip
opie-7588efaff9fcf2079b5f2a4429862bfa4fb7281d.tar.gz
opie-7588efaff9fcf2079b5f2a4429862bfa4fb7281d.tar.bz2
Formatter: libopie -> libopie2
Diffstat (limited to 'noncore/tools/formatter/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/tools/formatter/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/noncore/tools/formatter/main.cpp b/noncore/tools/formatter/main.cpp
index 6228e55..bdd4a2c 100644
--- a/noncore/tools/formatter/main.cpp
+++ b/noncore/tools/formatter/main.cpp
@@ -10,10 +10,9 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
***************************************************************************/
-#include <qpe/qpeapplication.h>
#include "formatter.h"
-#include <opie/oapplicationfactory.h>
+#include <opie2/oapplicationfactory.h>
OPIE_EXPORT_APP( OApplicationFactory<FormatterApp> )