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