19 #ifndef __auto_mount_h__
20 #define __auto_mount_h__
25 #include <tdelibs_export.h>
44 friend class gcc_gives_a_warning_without_this;
57 KAutoMount(
bool readonly,
const TQString& format,
const TQString& device,
const TQString& mountpoint,
58 const TQString & desktopFile,
bool show_filemanager_window =
true );
71 bool m_bShowFilemanagerWindow;
72 TQString m_desktopFile;
76 class KAutoMountPrivate* d;
89 friend class gcc_gives_a_warning_without_this;
97 KAutoUnmount(
const TQString & mountpoint,
const TQString & desktopFile );
108 TQString m_desktopFile;
109 TQString m_mountpoint;
113 class KAutoUnmountPrivate* d;
This class implements synchronous unmounting of devices, It is a wrapper around the asychronous TDEIO...
A namespace for TDEIO globals.
The base class for all jobs.
This class implements synchronous mounting of devices, as well as showing a file-manager window after...