summaryrefslogtreecommitdiff
path: root/library/backend
authorzecke <zecke>2004-08-25 21:27:14 (UTC)
committer zecke <zecke>2004-08-25 21:27:14 (UTC)
commit656d233aa88a92b461abaa618e52db11c1f9d625 (patch) (unidiff)
tree93309884e5b5765a1750074125c437a067d5421f /library/backend
parent834a1cfd0367f7c2ed6e250666624104c450d542 (diff)
downloadopie-656d233aa88a92b461abaa618e52db11c1f9d625.zip
opie-656d233aa88a92b461abaa618e52db11c1f9d625.tar.gz
opie-656d233aa88a92b461abaa618e52db11c1f9d625.tar.bz2
Do not make the files depend on external defines. This confuses
the 'moc' as it doesn't have a preprocessor in Qt2 and Qt3
Diffstat (limited to 'library/backend') (more/less context) (ignore whitespace changes)
-rw-r--r--library/backend/rohfeedback.cpp2
-rw-r--r--library/backend/rohfeedback.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/library/backend/rohfeedback.cpp b/library/backend/rohfeedback.cpp
index 9a19aac..fa2a636 100644
--- a/library/backend/rohfeedback.cpp
+++ b/library/backend/rohfeedback.cpp
@@ -14,13 +14,12 @@
14** See http://www.trolltech.com/gpl/ for GPL licensing information. 14** See http://www.trolltech.com/gpl/ for GPL licensing information.
15** 15**
16** Contact info@trolltech.com if any conditions of this licensing are 16** Contact info@trolltech.com if any conditions of this licensing are
17** not clear to you. 17** not clear to you.
18** 18**
19**********************************************************************/ 19**********************************************************************/
20#ifdef OPIE_WITHROHFEEDBACK
21 20
22#include <rohfeedback.h> 21#include <rohfeedback.h>
23#include <stdio.h> 22#include <stdio.h>
24#include <qpeapplication.h> 23#include <qpeapplication.h>
25#include <qevent.h> 24#include <qevent.h>
26#include <resource.h> 25#include <resource.h>
@@ -138,7 +137,6 @@ void RoHFeedback::iconShow( void ) {
138 } 137 }
139} 138}
140 139
141} 140}
142} 141}
143 142
144#endif
diff --git a/library/backend/rohfeedback.h b/library/backend/rohfeedback.h
index 774ee85..2961d0e 100644
--- a/library/backend/rohfeedback.h
+++ b/library/backend/rohfeedback.h
@@ -17,13 +17,12 @@
17** not clear to you. 17** not clear to you.
18** 18**
19**********************************************************************/ 19**********************************************************************/
20#ifndef ROHFEEDBACK_H 20#ifndef ROHFEEDBACK_H
21#define ROHFEEDBACK_H 21#define ROHFEEDBACK_H
22 22
23#ifdef OPIE_WITHROHFEEDBACK
24 23
25/* 24/*
26 25
27 RightOnHold feedback show 26 RightOnHold feedback show
28 27
29*/ 28*/
@@ -78,7 +77,6 @@ protected :
78 static QBitmap * Masks[NOOFICONS]; 77 static QBitmap * Masks[NOOFICONS];
79}; 78};
80} 79}
81} 80}
82 81
83#endif 82#endif
84#endif