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
@@ -6,7 +6,7 @@
#include <oappinterface.h>
#include <oappplugin.h>
-#include <opie/otabwidget.h>
+#include <opie2/otabwidget.h>
int main( int argc, char **argv )
{
@@ -50,5 +50,5 @@ int main( int argc, char **argv )
}
a.showMainDocumentWidget(tabwidget);
- return a.exec();
+ return a.exec();
}