From 01b04adb73c8bc49938b71a4bebe6fb6a5477f75 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Wed, 10 Jul 2002 18:41:34 +0000 Subject: make compilable again --- (limited to 'noncore/tools') diff --git a/noncore/tools/formatter/formatter.cpp b/noncore/tools/formatter/formatter.cpp index 983459c..d52a4be 100644 --- a/noncore/tools/formatter/formatter.cpp +++ b/noncore/tools/formatter/formatter.cpp @@ -472,15 +472,15 @@ bool FormatterApp::doFsck() { Output *outDlg; QString selectedDevice; -#if defined(QT_QWS_IPAQ) || defined(QT_QWS_EBX) // lets test on something cheap +//f defined(QT_QWS_IPAQ) || defined(QT_QWS_EBX) // lets test on something cheap selectedDevice = deviceComboBox->currentText(); -#else +//#else // currentText = diskDevice = "/dev/fd0"; QString umountS = "umount -v /floppy 2>&1"; QString remountS = "mount -v /floppy 2>&1"; selectedDevice ="/dev/fd0"; -#endif +//#endif QString fsType = getFileSystemType((const QString &)selectedDevice); QString cmd; -- cgit v0.9.0.2