summaryrefslogtreecommitdiff
path: root/library/backend/rohfeedback.h
Side-by-side diff
Diffstat (limited to 'library/backend/rohfeedback.h') (more/less context) (show 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 @@
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
** See http://www.trolltech.com/gpl/ for GPL licensing information.
**
** Contact info@trolltech.com if any conditions of this licensing are
** not clear to you.
**
**********************************************************************/
#ifndef ROHFEEDBACK_H
#define ROHFEEDBACK_H
-#ifdef OPIE_WITHROHFEEDBACK
/*
RightOnHold feedback show
*/
#define NOOFICONS 5
#include <qlabel.h>
#include <qtimer.h>
@@ -72,13 +71,12 @@ protected :
int IconNr;
QWidget * Receiver;
static int IconWidth;
static int IconHeight;
static QPixmap * Imgs[NOOFICONS];
static QBitmap * Masks[NOOFICONS];
};
}
}
#endif
-#endif