-rw-r--r-- | noncore/graphics/opie-eye/slave/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/graphics/opie-eye/slave/main.cpp b/noncore/graphics/opie-eye/slave/main.cpp index 5b90483..1629f02 100644 --- a/noncore/graphics/opie-eye/slave/main.cpp +++ b/noncore/graphics/opie-eye/slave/main.cpp | |||
@@ -11,10 +11,10 @@ | |||
11 | #include <qpixmap.h> | 11 | #include <qpixmap.h> |
12 | #include <qcopchannel_qws.h> | 12 | #include <qcopchannel_qws.h> |
13 | 13 | ||
14 | #include <qtopia/qpeapplication.h> | 14 | #include <opie2/oapplication.h> |
15 | 15 | ||
16 | int main( int argc, char* argv[] ) { | 16 | int main( int argc, char* argv[] ) { |
17 | QPEApplication app( argc, argv ); | 17 | Opie::Core::OApplication app( argc, argv,"opie-eye-slave" ); |
18 | SlaveReciever rec( 0 ); | 18 | SlaveReciever rec( 0 ); |
19 | 19 | ||
20 | QCopChannel chan( "QPE/opie-eye_slave" ); | 20 | QCopChannel chan( "QPE/opie-eye_slave" ); |