-rw-r--r-- | core/apps/taboapp/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/apps/taboapp/main.cpp b/core/apps/taboapp/main.cpp index b2703ff..e46c71f 100644 --- a/core/apps/taboapp/main.cpp +++ b/core/apps/taboapp/main.cpp | |||
@@ -6,17 +6,17 @@ | |||
6 | #include <oappplugin.h> | 6 | #include <oappplugin.h> |
7 | 7 | ||
8 | #include <opie2/otabwidget.h> | 8 | #include <opie2/otabwidget.h> |
9 | 9 | ||
10 | int main( int argc, char **argv ) | 10 | int main( int argc, char **argv ) |
11 | { | 11 | { |
12 | QPEApplication a( argc, argv ); | 12 | QPEApplication a( argc, argv ); |
13 | 13 | ||
14 | OTabWidget *tabwidget = new OTabWidget(0, "tab widget"); | 14 | Opie::Ui::OTabWidget *tabwidget = new Opie::Ui::OTabWidget(0, "tab widget"); |
15 | 15 | ||
16 | QString path = QPEApplication::qpeDir() + "/plugins/app"; | 16 | QString path = QPEApplication::qpeDir() + "/plugins/app"; |
17 | QDir dir( path, "lib*.so" ); | 17 | QDir dir( path, "lib*.so" ); |
18 | 18 | ||
19 | QStringList list = dir.entryList(); | 19 | QStringList list = dir.entryList(); |
20 | QStringList::Iterator it; | 20 | QStringList::Iterator it; |
21 | 21 | ||
22 | QInterfacePtr<OAppInterface> iface; | 22 | QInterfacePtr<OAppInterface> iface; |