summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc
authorskyhusker <skyhusker>2005-01-23 21:11:40 (UTC)
committer skyhusker <skyhusker>2005-01-23 21:11:40 (UTC)
commit78e658cecc7521cf3932f5eb44d3f551d73f3181 (patch) (side-by-side diff)
treefd14d894cdf5676f0bfd9546013f689a9f924c09 /noncore/net/opieirc
parentd3d14d324442d05a8f135590c70237657ef1bab0 (diff)
downloadopie-78e658cecc7521cf3932f5eb44d3f551d73f3181.zip
opie-78e658cecc7521cf3932f5eb44d3f551d73f3181.tar.gz
opie-78e658cecc7521cf3932f5eb44d3f551d73f3181.tar.bz2
Changed OPIE_EXPORT_APP to OPIE_EXPORT_APP_V2 for right displaying odebug messages
Diffstat (limited to 'noncore/net/opieirc') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieirc/main.cpp2
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
@@ -4,4 +4,4 @@
using namespace Opie::Core;
-OPIE_EXPORT_APP( OApplicationFactory<MainWindow> )
+OPIE_EXPORT_APP_V2( OApplicationFactory<MainWindow>, "OpieIRC" )