summaryrefslogtreecommitdiff
path: root/core
authorkorovkin <korovkin>2006-07-07 18:36:16 (UTC)
committer korovkin <korovkin>2006-07-07 18:36:16 (UTC)
commit604065c6e662cb3894acf03abadafacc3ab52913 (patch) (unidiff)
treeccd91d113d0ac784e5ddc4f5d2000669ea552c2d /core
parent043999046de3e7088ef386f18348ebe4484b0e65 (diff)
downloadopie-604065c6e662cb3894acf03abadafacc3ab52913.zip
opie-604065c6e662cb3894acf03abadafacc3ab52913.tar.gz
opie-604065c6e662cb3894acf03abadafacc3ab52913.tar.bz2
Added OResource -> Resource for backward compatibility with OPIE 1.2.0.
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
@@ -14,2 +14,3 @@ using namespace OpieObex;
14#include <opie2/oresource.h> 14#include <opie2/oresource.h>
15#include <qpe/version.h>
15 16
@@ -26,2 +27,7 @@ using namespace Opie::Core;
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 )