author | mickeyl <mickeyl> | 2003-12-08 12:43:59 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-12-08 12:43:59 (UTC) |
commit | 65720fa57a282c55e4f27ec11d892cc678719581 (patch) (unidiff) | |
tree | 65065c93d6f681e0b0dd45f6fb8aa6f87d3e49c8 | |
parent | 7b4e723545a645056156246d27b2c26c78d599f3 (diff) | |
download | opie-65720fa57a282c55e4f27ec11d892cc678719581.zip opie-65720fa57a282c55e4f27ec11d892cc678719581.tar.gz opie-65720fa57a282c55e4f27ec11d892cc678719581.tar.bz2 |
use less separation
-rw-r--r-- | noncore/settings/sysinfo/versioninfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/sysinfo/versioninfo.cpp b/noncore/settings/sysinfo/versioninfo.cpp index abb8d7f..1984823 100644 --- a/noncore/settings/sysinfo/versioninfo.cpp +++ b/noncore/settings/sysinfo/versioninfo.cpp | |||
@@ -50,9 +50,9 @@ VersionInfo::VersionInfo( QWidget *parent, const char *name, WFlags f ) | |||
50 | sv->setFrameStyle( QFrame::NoFrame ); | 50 | sv->setFrameStyle( QFrame::NoFrame ); |
51 | QWidget *container = new QWidget( sv->viewport() ); | 51 | QWidget *container = new QWidget( sv->viewport() ); |
52 | sv->addChild( container ); | 52 | sv->addChild( container ); |
53 | 53 | ||
54 | QVBoxLayout *vb = new QVBoxLayout( container, 4 ); | 54 | QVBoxLayout *vb = new QVBoxLayout( container, 3 ); |
55 | 55 | ||
56 | QString kernelVersionString; | 56 | QString kernelVersionString; |
57 | QFile file( "/proc/version" ); | 57 | QFile file( "/proc/version" ); |
58 | if ( file.open( IO_ReadOnly ) ) | 58 | if ( file.open( IO_ReadOnly ) ) |