author | skyhusker <skyhusker> | 2005-01-23 21:11:40 (UTC) |
---|---|---|
committer | skyhusker <skyhusker> | 2005-01-23 21:11:40 (UTC) |
commit | 78e658cecc7521cf3932f5eb44d3f551d73f3181 (patch) (side-by-side diff) | |
tree | fd14d894cdf5676f0bfd9546013f689a9f924c09 | |
parent | d3d14d324442d05a8f135590c70237657ef1bab0 (diff) | |
download | opie-78e658cecc7521cf3932f5eb44d3f551d73f3181.zip opie-78e658cecc7521cf3932f5eb44d3f551d73f3181.tar.gz opie-78e658cecc7521cf3932f5eb44d3f551d73f3181.tar.bz2 |
Changed OPIE_EXPORT_APP to OPIE_EXPORT_APP_V2 for right displaying odebug messages
-rw-r--r-- | noncore/net/opieirc/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/opieirc/main.cpp b/noncore/net/opieirc/main.cpp index f3cbecc..880169c 100644 --- a/noncore/net/opieirc/main.cpp +++ b/noncore/net/opieirc/main.cpp @@ -1,7 +1,7 @@ #include "mainwindow.h" #include <opie2/oapplicationfactory.h> using namespace Opie::Core; -OPIE_EXPORT_APP( OApplicationFactory<MainWindow> ) +OPIE_EXPORT_APP_V2( OApplicationFactory<MainWindow>, "OpieIRC" ) |