-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 @@ -13,3 +13,3 @@ int main( int argc, char **argv ) - OTabWidget *tabwidget = new OTabWidget(0, "tab widget"); + Opie::Ui::OTabWidget *tabwidget = new Opie::Ui::OTabWidget(0, "tab widget"); |