20 #ifndef _KMOUNTPOINT_H_
21 #define _KMOUNTPOINT_H_
23 #include <tqptrlist.h>
24 #include <tqstringlist.h>
26 #include <ksharedptr.h>
37 typedef signed long long int filesize_t;
40 typedef TQValueList<Ptr> List;
42 enum { NeedMountOptions = 1, NeedRealDeviceName = 2 };
49 static KMountPoint::List possibleMountPoints(
int infoNeeded=0);
56 static KMountPoint::List currentMountPoints(
int infoNeeded=0);
92 static TQString devNameFromOptions(
const TQStringList &options);
105 TQString m_mountedFrom;
107 TQString m_mountPoint;
108 TQString m_mountType;
109 TQStringList m_mountOptions;
111 class KMountPointPrivate;
112 KMountPointPrivate *d;
115 #endif // _KMOUNTPOINT_H_