From c85842bfd4b008eb6bd7527f0511f36dbf693ba5 Mon Sep 17 00:00:00 2001 From: zecke Date: Wed, 03 Nov 2004 22:46:40 +0000 Subject: Construct a OApplication instead of a QPEApplication --- (limited to 'core/tools') diff --git a/core/tools/quicklauncher/main.cpp b/core/tools/quicklauncher/main.cpp index 286aed2..5f0d80b 100644 --- a/core/tools/quicklauncher/main.cpp +++ b/core/tools/quicklauncher/main.cpp @@ -23,7 +23,7 @@ /* OPIE */ #include -using namespace Opie::Core; +#include /* QT */ #include @@ -189,7 +189,7 @@ private: int main( int argc, char** argv ) { - app = new QPEApplication( argc, argv ); + app = new Opie::Core::OApplication( argc, argv ); loader = new PluginLoader( "application" ); -- cgit v0.9.0.2