summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/benchmarkinfo.cpp
authormickeyl <mickeyl>2004-11-04 14:13:05 (UTC)
committer mickeyl <mickeyl>2004-11-04 14:13:05 (UTC)
commit18684ddb43d4d79304dee6b20ab62513ee50b883 (patch) (side-by-side diff)
tree20c765170a62da7e10eb57a47dd5f68db41b7cc2 /noncore/settings/sysinfo/benchmarkinfo.cpp
parent34abbfc57a28dc2d08f71e8e29562659aa3942ac (diff)
downloadopie-18684ddb43d4d79304dee6b20ab62513ee50b883.zip
opie-18684ddb43d4d79304dee6b20ab62513ee50b883.tar.gz
opie-18684ddb43d4d79304dee6b20ab62513ee50b883.tar.bz2
tiny layout tweak
Diffstat (limited to 'noncore/settings/sysinfo/benchmarkinfo.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sysinfo/benchmarkinfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/noncore/settings/sysinfo/benchmarkinfo.cpp b/noncore/settings/sysinfo/benchmarkinfo.cpp
index 060185a..2a269b8 100644
--- a/noncore/settings/sysinfo/benchmarkinfo.cpp
+++ b/noncore/settings/sysinfo/benchmarkinfo.cpp
@@ -157,8 +157,6 @@ BenchmarkInfo::BenchmarkInfo( QWidget *parent, const char *name, int wFlags )
machines.insert( machline, new QStringList( QStringList::split( ",", resline ) ) );
machineCombo->insertItem( machline );
}
-
- hb->addWidget( new QLabel( tr( "Compare:" ), this ) );
hb->addWidget( machineCombo, 2 );
connect( machineCombo, SIGNAL( activated(int) ), this, SLOT( machineActivated(int) ) );
}