summaryrefslogtreecommitdiff
path: root/core/apps/taboapp/main.cpp
Side-by-side diff
Diffstat (limited to 'core/apps/taboapp/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/taboapp/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/apps/taboapp/main.cpp b/core/apps/taboapp/main.cpp
index 5f7f86c..4b9451e 100644
--- a/core/apps/taboapp/main.cpp
+++ b/core/apps/taboapp/main.cpp
@@ -8,3 +8,3 @@
-#include <opie/otabwidget.h>
+#include <opie2/otabwidget.h>
@@ -52,3 +52,3 @@ int main( int argc, char **argv )
a.showMainDocumentWidget(tabwidget);
- return a.exec();
+ return a.exec();
}