summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehardwaredevices.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-25 22:21:55 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-25 22:21:55 -0500
commit9068fffdf82dc9cf60e83639b3a9b397761304cd (patch)
treef020c203254e592de74da69c46a7a37a7021029d /tdecore/tdehardwaredevices.h
parent41ea89f79d28c456b296e8ddcce0a12c21e13f94 (diff)
downloadtdelibs-9068fffdf82dc9cf60e83639b3a9b397761304cd.tar.gz
tdelibs-9068fffdf82dc9cf60e83639b3a9b397761304cd.zip
Fix KTempFile not obeying special bits on file creation
This closes Bug 349 Add modem category to TDE hardware manager
Diffstat (limited to 'tdecore/tdehardwaredevices.h')
-rw-r--r--tdecore/tdehardwaredevices.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tdecore/tdehardwaredevices.h b/tdecore/tdehardwaredevices.h
index 9986dda89..db94b31cc 100644
--- a/tdecore/tdehardwaredevices.h
+++ b/tdecore/tdehardwaredevices.h
@@ -57,6 +57,7 @@ enum TDEGenericDeviceType {
Mouse,
Keyboard,
HID,
+ Modem,
Monitor,
Network,
Printer,
@@ -2031,4 +2032,4 @@ class TDECORE_EXPORT TDEHardwareDevices : public TQObject
friend class TDECPUDevice;
};
-#endif \ No newline at end of file
+#endif