summaryrefslogtreecommitdiff
path: root/library/backend/rohfeedback.h
Unidiff
Diffstat (limited to 'library/backend/rohfeedback.h') (more/less context) (ignore whitespace changes)
-rw-r--r--library/backend/rohfeedback.h2
1 files changed, 0 insertions, 2 deletions
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
@@ -11,25 +11,24 @@
11** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 11** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
12** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 12** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
13** 13**
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#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*/
30 29
31#define NOOFICONS 5 30#define NOOFICONS 5
32 31
33#include <qlabel.h> 32#include <qlabel.h>
34#include <qtimer.h> 33#include <qtimer.h>
35 34
@@ -72,13 +71,12 @@ protected :
72 int IconNr; 71 int IconNr;
73 QWidget * Receiver; 72 QWidget * Receiver;
74 73
75 static int IconWidth; 74 static int IconWidth;
76 static int IconHeight; 75 static int IconHeight;
77 static QPixmap * Imgs[NOOFICONS]; 76 static QPixmap * Imgs[NOOFICONS];
78 static QBitmap * Masks[NOOFICONS]; 77 static QBitmap * Masks[NOOFICONS];
79}; 78};
80} 79}
81} 80}
82 81
83#endif 82#endif
84#endif