summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/benchmarkinfo.h
authormickeyl <mickeyl>2004-03-05 21:37:50 (UTC)
committer mickeyl <mickeyl>2004-03-05 21:37:50 (UTC)
commit8851dc992ab535bde6cb417cafc44658953f495d (patch) (side-by-side diff)
tree0a70bd4a768880e61c5af1ab142508c2bb81ecd0 /noncore/settings/sysinfo/benchmarkinfo.h
parentb9d58b616102970872129b5bc2f55569910f5c03 (diff)
downloadopie-8851dc992ab535bde6cb417cafc44658953f495d.zip
opie-8851dc992ab535bde6cb417cafc44658953f495d.tar.gz
opie-8851dc992ab535bde6cb417cafc44658953f495d.tar.bz2
use listview stuff from libopie2
miscellaneous cleanups
Diffstat (limited to 'noncore/settings/sysinfo/benchmarkinfo.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sysinfo/benchmarkinfo.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/noncore/settings/sysinfo/benchmarkinfo.h b/noncore/settings/sysinfo/benchmarkinfo.h
index d143602..c3d44ec 100644
--- a/noncore/settings/sysinfo/benchmarkinfo.h
+++ b/noncore/settings/sysinfo/benchmarkinfo.h
@@ -25,5 +25,5 @@ class QClipboard;
class QComboBox;
-class QCheckListItem;
+class OCheckListItem;
class QPushButton;
-class QListView;
+class OListView;
@@ -37,9 +37,9 @@ public:
- QCheckListItem* test_alu;
- QCheckListItem* test_fpu;
- QCheckListItem* test_txt;
- QCheckListItem* test_gfx;
- QCheckListItem* test_ram;
- QCheckListItem* test_sd;
- QCheckListItem* test_cf;
+ OCheckListItem* test_alu;
+ OCheckListItem* test_fpu;
+ OCheckListItem* test_txt;
+ OCheckListItem* test_gfx;
+ OCheckListItem* test_ram;
+ OCheckListItem* test_sd;
+ OCheckListItem* test_cf;
@@ -54,3 +54,3 @@ public:
QComboBox* machineCombo;
- QListView* tests;
+ OListView* tests;
QPushButton* startButton;
@@ -60,3 +60,3 @@ public:
int gfxRendering( int );
- void performFileTest( const QString& fname, QCheckListItem* item );
+ void performFileTest( const QString& fname, OCheckListItem* item );