summaryrefslogtreecommitdiff
path: root/noncore/net/linphone/main.cpp
Unidiff
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 @@
1/***************************************************************************
2 main-opie.cpp - description
3 -------------------
4 begin : ven mai 23 19:26:00 CEST 2003
5 copyright : (C) 2003 by Simon Morlat
6 email : simon.morlat@linphone.org
7 ***************************************************************************/
8
9/***************************************************************************
10 * *
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or *
14 * (at your option) any later version. *
15 * *
16 ***************************************************************************/
17#include <opie/oapplicationfactory.h>
18#include "mainwindow.h"
19
20OPIE_EXPORT_APP( OApplicationFactory<MainWindow> )
21
22