summaryrefslogtreecommitdiff
path: root/core
Unidiff
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/obex/obexsend.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/obex/obexsend.cpp b/core/obex/obexsend.cpp
index 2512de3..5c177e3 100644
--- a/core/obex/obexsend.cpp
+++ b/core/obex/obexsend.cpp
@@ -12,6 +12,7 @@ using namespace OpieObex;
12#include <opie2/odebug.h> 12#include <opie2/odebug.h>
13#include <qpe/qcopenvelope_qws.h> 13#include <qpe/qcopenvelope_qws.h>
14#include <opie2/oresource.h> 14#include <opie2/oresource.h>
15#include <qpe/version.h>
15 16
16using namespace Opie::Core; 17using namespace Opie::Core;
17 18
@@ -24,6 +25,11 @@ using namespace Opie::Core;
24#include <unistd.h> 25#include <unistd.h>
25/* TRANSLATOR OpieObex::SendWidget */ 26/* TRANSLATOR OpieObex::SendWidget */
26 27
28/* Just for backward compatibility */
29#if OPIE_VERSION < 102010
30 #define OResource Resource
31#endif
32
27SendWidget::SendWidget( QWidget* parent, const char* name ) 33SendWidget::SendWidget( QWidget* parent, const char* name )
28 : obexSendBase( parent, name ) { 34 : obexSendBase( parent, name ) {
29 initUI(); 35 initUI();