diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-01 18:44:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-07-07 23:44:40 +0900 |
commit | aaaf378033f889408155a902349c676429b85254 (patch) | |
tree | 2adaae48af3e2f3a5f7be528880efcf06c9f1202 /tdecore/tdehw/disksHelper.h | |
parent | bf683427937ea0cfd90749b833456377de6ffa10 (diff) | |
download | tdelibs-aaaf378033f889408155a902349c676429b85254.tar.gz tdelibs-aaaf378033f889408155a902349c676429b85254.zip |
Adjusted to use new TQStringVariantMap type.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore/tdehw/disksHelper.h')
-rw-r--r-- | tdecore/tdehw/disksHelper.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tdecore/tdehw/disksHelper.h b/tdecore/tdehw/disksHelper.h index 5f2d7e7cb..665de8223 100644 --- a/tdecore/tdehw/disksHelper.h +++ b/tdecore/tdehw/disksHelper.h @@ -27,15 +27,15 @@ //------------------------------- // UDisks //------------------------------- -TDEStorageOpResult UDisksEjectDrive(TDEStorageDevice *sdevice); -TDEStorageOpResult UDisksMountDrive(TQString deviceNode, TQString fileSystemType, TQStringList mountOptions); -TDEStorageOpResult UDisksUnmountDrive(TQString deviceNode, TQStringList unmountOptions); +TQStringVariantMap UDisksEjectDrive(TDEStorageDevice *sdevice); +TQStringVariantMap UDisksMountDrive(TQString deviceNode, TQString fileSystemType, TQStringList mountOptions); +TQStringVariantMap UDisksUnmountDrive(TQString deviceNode, TQStringList unmountOptions); //------------------------------- // UDisks2 //------------------------------- -TDEStorageOpResult UDisks2EjectDrive(TDEStorageDevice *sdevice); -TDEStorageOpResult UDisks2MountDrive(TQString deviceNode, TQString fileSystemType, TQString mountOptions); -TDEStorageOpResult UDisks2UnmountDrive(TQString deviceNode, TQString unmountOptions); +TQStringVariantMap UDisks2EjectDrive(TDEStorageDevice *sdevice); +TQStringVariantMap UDisks2MountDrive(TQString deviceNode, TQString fileSystemType, TQString mountOptions); +TQStringVariantMap UDisks2UnmountDrive(TQString deviceNode, TQString unmountOptions); #endif |