diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-13 21:21:33 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-13 21:21:33 +0900 |
commit | 7f1a1e931e73b53939ca39faca82c80cf5da5cf4 (patch) | |
tree | 9ddaaa324d5a9dba009b65482b075b7ae90a8ca2 /kcontrol/hwmanager/devicepropsdlg.cpp | |
parent | 2eb7c39d8d126378777f095569e19aac9f1dc2e8 (diff) | |
download | tdebase-7f1a1e931e73b53939ca39faca82c80cf5da5cf4.tar.gz tdebase-7f1a1e931e73b53939ca39faca82c80cf5da5cf4.zip |
Adapt to renamed tqt3 header files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcontrol/hwmanager/devicepropsdlg.cpp')
-rw-r--r-- | kcontrol/hwmanager/devicepropsdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/hwmanager/devicepropsdlg.cpp b/kcontrol/hwmanager/devicepropsdlg.cpp index 4baabe29a..e0b53a48a 100644 --- a/kcontrol/hwmanager/devicepropsdlg.cpp +++ b/kcontrol/hwmanager/devicepropsdlg.cpp @@ -28,7 +28,7 @@ #include <tqslider.h> #include <tqpainter.h> #include <tqstyle.h> -#include <tqinternal_p.h> +#include <private/tqinternal_p.h> #include <kprocess.h> #include <dcopclient.h> #include <dcopref.h> |