summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehw/tdehardwaredevices.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-07-05 13:23:08 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-07-05 18:39:19 +0900
commit0f7cda9d52c90a780716915547f479eaa43b909a (patch)
treebd407d94b7c589295ac1ab376b745d90d887f336 /tdecore/tdehw/tdehardwaredevices.h
parent7d87c23620f9346447d7306b90c5bd0fa9844e59 (diff)
downloadtdelibs-0f7cda9d52c90a780716915547f479eaa43b909a.tar.gz
tdelibs-0f7cda9d52c90a780716915547f479eaa43b909a.zip
tdehw: improved code for mount table.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 09835dceb73b0e814fb7b2e915b8055d67fa83c9)
Diffstat (limited to 'tdecore/tdehw/tdehardwaredevices.h')
-rw-r--r--tdecore/tdehw/tdehardwaredevices.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tdehw/tdehardwaredevices.h b/tdecore/tdehw/tdehardwaredevices.h
index 6592b8b10..b4781baf7 100644
--- a/tdecore/tdehw/tdehardwaredevices.h
+++ b/tdecore/tdehw/tdehardwaredevices.h
@@ -304,7 +304,7 @@ class TDECORE_EXPORT TDEHardwareDevices : public TQObject
TQSocketNotifier* m_devScanNotifier;
TQSocketNotifier* m_mountScanNotifier;
- TQStringList m_mountTable;
+ TQMap<TQString, bool> m_mountTable;
TQStringList m_cpuInfo;
TDEDeviceIDMap* pci_id_map;