From e44487e1b855106ddf00ade92a25493e11589ca1 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 1 Jun 2019 21:55:11 +0900 Subject: Improved media manager dcop interface for mount/unmount/decrypt/undecrypt methods by returning more information. Signed-off-by: Michele Calgaro --- tdeioslave/media/mediamanager/fstabbackend.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tdeioslave/media/mediamanager/fstabbackend.h') 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 + Copyright (c) 2004 Kévin Ottens 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 #include -#include +#include #ifdef Q_OS_FREEBSD #include @@ -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); -- cgit v1.2.1