summaryrefslogtreecommitdiff
path: root/noncore/net/linphone/main.cpp
Side-by-side diff
Diffstat (limited to 'noncore/net/linphone/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/linphone/main.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/noncore/net/linphone/main.cpp b/noncore/net/linphone/main.cpp
new file mode 100644
index 0000000..9146fee
--- a/dev/null
+++ b/noncore/net/linphone/main.cpp
@@ -0,0 +1,22 @@
+/***************************************************************************
+ main-opie.cpp - description
+ -------------------
+ begin : ven mai 23 19:26:00 CEST 2003
+ copyright : (C) 2003 by Simon Morlat
+ email : simon.morlat@linphone.org
+ ***************************************************************************/
+
+/***************************************************************************
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ ***************************************************************************/
+#include <opie/oapplicationfactory.h>
+#include "mainwindow.h"
+
+OPIE_EXPORT_APP( OApplicationFactory<MainWindow> )
+
+