diff options
author | Michele Calgaro <[email protected]> | 2020-10-25 14:13:23 +0800 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-10-25 14:13:23 +0800 |
commit | 53f8622a6a4a47a49431bcbb4f63aa09220bb835 (patch) | |
tree | b5eac82f45f46fa4e76449780f4c33c9c418f688 /tdeioslave/media/mounthelper/tdeio_media_mounthelper.h | |
parent | 6b2d46a5486df6c4d15140c86bbe74e014d274ef (diff) | |
download | tdebase-53f8622a6a4a47a49431bcbb4f63aa09220bb835.tar.gz tdebase-53f8622a6a4a47a49431bcbb4f63aa09220bb835.zip |
tdehwmonitor: added Unlock/Lock buttons to LUKS disks.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdeioslave/media/mounthelper/tdeio_media_mounthelper.h')
-rw-r--r-- | tdeioslave/media/mounthelper/tdeio_media_mounthelper.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tdeioslave/media/mounthelper/tdeio_media_mounthelper.h b/tdeioslave/media/mounthelper/tdeio_media_mounthelper.h index 916cf3d30..59dba6e5a 100644 --- a/tdeioslave/media/mounthelper/tdeio_media_mounthelper.h +++ b/tdeioslave/media/mounthelper/tdeio_media_mounthelper.h @@ -25,16 +25,20 @@ #include <tdeapplication.h> #include <tqstring.h> #include <tdeio/job.h> +#include <dcopref.h> #include "medium.h" class Dialog; +class TDEProcess; class MountHelper : public TDEApplication { - Q_OBJECT + Q_OBJECT + public: MountHelper(); + ~MountHelper(); private: TQString m_errorStr; |