-rw-r--r-- | core/obex/obexsend.cpp | 6 |
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; #include <opie2/odebug.h> #include <qpe/qcopenvelope_qws.h> #include <opie2/oresource.h> +#include <qpe/version.h> using namespace Opie::Core; @@ -24,6 +25,11 @@ using namespace Opie::Core; #include <unistd.h> /* TRANSLATOR OpieObex::SendWidget */ +/* Just for backward compatibility */ +#if OPIE_VERSION < 102010 + #define OResource Resource +#endif + SendWidget::SendWidget( QWidget* parent, const char* name ) : obexSendBase( parent, name ) { initUI(); |