diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-01 21:55:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-07-08 10:33:33 +0900 |
commit | e44487e1b855106ddf00ade92a25493e11589ca1 (patch) | |
tree | c19755d458f464a6440813b6a97d29404b59257a /tdeioslave/media/mediamanager/fstabbackend.h | |
parent | 7d2c7f0621177487fcc3953921788f7cafc509af (diff) | |
download | tdebase-e44487e1b855106ddf00ade92a25493e11589ca1.tar.gz tdebase-e44487e1b855106ddf00ade92a25493e11589ca1.zip |
Improved media manager dcop interface for mount/unmount/decrypt/undecrypt methods by returning more information.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeioslave/media/mediamanager/fstabbackend.h')
-rw-r--r-- | tdeioslave/media/mediamanager/fstabbackend.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeioslave/media/mediamanager/fstabbackend.h b/tdeioslave/media/mediamanager/fstabbackend.h index e43ed48c0..24529d95a 100644 --- a/tdeioslave/media/mediamanager/fstabbackend.h +++ b/tdeioslave/media/mediamanager/fstabbackend.h @@ -1,5 +1,5 @@ /* This file is part of the KDE Project - Copyright (c) 2004 Kévin Ottens <ervin ipsquad net> + Copyright (c) 2004 Kévin Ottens <ervin ipsquad net> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -23,7 +23,7 @@ #include <tqobject.h> #include <tqstringlist.h> -#include <tqmap.h> +#include <tqvariant.h> #ifdef Q_OS_FREEBSD #include <tqtimer.h> @@ -42,8 +42,8 @@ public: TQString &mimeType, TQString &iconName, TQString &label); - TQString mount(const TQString &id); - TQString unmount(const TQString &id); + TQStringVariantMap mount(const TQString &id); + TQStringVariantMap unmount(const TQString &id); private slots: void slotDirty(const TQString &path); |