summaryrefslogtreecommitdiff
path: root/core/tools/quicklauncher/main.cpp
authorzecke <zecke>2004-11-03 22:46:40 (UTC)
committer zecke <zecke>2004-11-03 22:46:40 (UTC)
commitc85842bfd4b008eb6bd7527f0511f36dbf693ba5 (patch) (unidiff)
treead58890264a783108700f019a69f9e672f856780 /core/tools/quicklauncher/main.cpp
parent3c446259f59c03abe2a64b2eba9a65cb11a81a1b (diff)
downloadopie-c85842bfd4b008eb6bd7527f0511f36dbf693ba5.zip
opie-c85842bfd4b008eb6bd7527f0511f36dbf693ba5.tar.gz
opie-c85842bfd4b008eb6bd7527f0511f36dbf693ba5.tar.bz2
Construct a OApplication instead of a QPEApplication
Diffstat (limited to 'core/tools/quicklauncher/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/tools/quicklauncher/main.cpp4
1 files changed, 2 insertions, 2 deletions
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
@@ -22,9 +22,9 @@
22#include "dropins.h" 22#include "dropins.h"
23 23
24/* OPIE */ 24/* OPIE */
25#include <opie2/odebug.h> 25#include <opie2/odebug.h>
26using namespace Opie::Core; 26#include <opie2/oapplication.h>
27 27
28/* QT */ 28/* QT */
29#include <qpainter.h> 29#include <qpainter.h>
30#include <qstrlist.h> 30#include <qstrlist.h>
@@ -188,9 +188,9 @@ private:
188}; 188};
189 189
190int main( int argc, char** argv ) 190int main( int argc, char** argv )
191{ 191{
192 app = new QPEApplication( argc, argv ); 192 app = new Opie::Core::OApplication( argc, argv );
193 193
194 loader = new PluginLoader( "application" ); 194 loader = new PluginLoader( "application" );
195 195
196 unsetenv( "LD_BIND_NOW" ); 196 unsetenv( "LD_BIND_NOW" );