diff options
author | Timothy Pearson <[email protected]> | 2016-09-05 15:16:22 -0500 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-09-09 15:37:26 +0200 |
commit | 3453f5378a05976b2e196ee9ab24d9f1d42c02c0 (patch) | |
tree | de5cdedfe78e4448e77c1d36a2457bf5470dfbd7 /kcontrol/hwmanager/devicepropsdlg.cpp | |
parent | 38a7155c6df060797c8337c704ecfdaa79eab744 (diff) | |
download | tdebase-3453f5378a05976b2e196ee9ab24d9f1d42c02c0.tar.gz tdebase-3453f5378a05976b2e196ee9ab24d9f1d42c02c0.zip |
Make device details selectable in hardware info dialog
(cherry picked from commit 6b95715d47d895ad37614a496942e1d554c0af1f)
Diffstat (limited to 'kcontrol/hwmanager/devicepropsdlg.cpp')
-rw-r--r-- | kcontrol/hwmanager/devicepropsdlg.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kcontrol/hwmanager/devicepropsdlg.cpp b/kcontrol/hwmanager/devicepropsdlg.cpp index 12de8cea9..aaa859c33 100644 --- a/kcontrol/hwmanager/devicepropsdlg.cpp +++ b/kcontrol/hwmanager/devicepropsdlg.cpp @@ -32,6 +32,7 @@ #undef Unsorted // Required for --enable-final (tqdir.h) #include <tqfiledialog.h> +#include <kactivelabel.h> #include <kbuttonbox.h> #include <kcombobox.h> #include <tdelocale.h> |