$NetBSD: patch-ay,v 1.2 1999/11/12 04:50:01 hubertf Exp $ --- ./kfm/kfmprops.cpp Wed Aug 18 18:15:38 1999 +++ /usr/pkgsrc/x11/kdebase/work.i386.unpatched/kdebase-1.1.2/kfm/kfmprops.cpp Fri Nov 12 05:10:33 1999 @@ -2156,14 +2156,18 @@ mountpoint = new QLineEdit( this, "LineEdit_2" ); mountpoint->setGeometry( 10, 110, 180, 30 ); mountpoint->setText( "" ); +#ifndef __NetBSD__ if ( !IamRoot ) mountpoint->setEnabled( false ); +#endif readonly = new QCheckBox( this, "CheckBox_1" ); readonly->setGeometry( 220, 40, 130, 30 ); readonly->setText( klocale->translate("Readonly") ); +#ifndef __NetBSD__ if ( !IamRoot ) readonly->setEnabled( false ); +#endif tmpQLabel = new QLabel( this, "Label_4" ); tmpQLabel->move( 10, 150 ); @@ -2173,8 +2177,10 @@ fstype = new QLineEdit( this, "LineEdit_3" ); fstype->setGeometry( 10, 180, 280, 30 ); fstype->setText( "" ); +#ifndef __NetBSD__ if ( !IamRoot ) fstype->setEnabled( false ); +#endif tmpQLabel = new QLabel( this, "Label_5" ); tmpQLabel->move( 10, 220 );