summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/benchmarkinfo.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/sysinfo/benchmarkinfo.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sysinfo/benchmarkinfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/settings/sysinfo/benchmarkinfo.h b/noncore/settings/sysinfo/benchmarkinfo.h
index 3b0a33c..4d61717 100644
--- a/noncore/settings/sysinfo/benchmarkinfo.h
+++ b/noncore/settings/sysinfo/benchmarkinfo.h
@@ -40,15 +40,19 @@ public:
Opie::Ui::OCheckListItem* test_txt;
Opie::Ui::OCheckListItem* test_gfx;
Opie::Ui::OCheckListItem* test_ram;
+#ifndef QT_QWS_RAMSES
Opie::Ui::OCheckListItem* test_sd;
Opie::Ui::OCheckListItem* test_cf;
+#endif
bool main_rd;
bool main_wt;
+#ifndef QT_QWS_RAMSES
bool sd_rd;
bool sd_wt;
bool cf_rd;
bool cf_wt;
+#endif
QClipboard* clb;
QComboBox* machineCombo;