From 604065c6e662cb3894acf03abadafacc3ab52913 Mon Sep 17 00:00:00 2001 From: korovkin Date: Fri, 07 Jul 2006 18:36:16 +0000 Subject: Added OResource -> Resource for backward compatibility with OPIE 1.2.0. --- (limited to 'core') 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 #include #include +#include using namespace Opie::Core; @@ -24,6 +25,11 @@ using namespace Opie::Core; #include /* 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(); -- cgit v0.9.0.2