diff options
author | Michele Calgaro <[email protected]> | 2024-09-13 21:21:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-09-13 21:21:33 +0900 |
commit | 7f1a1e931e73b53939ca39faca82c80cf5da5cf4 (patch) | |
tree | 9ddaaa324d5a9dba009b65482b075b7ae90a8ca2 /kcontrol | |
parent | 2eb7c39d8d126378777f095569e19aac9f1dc2e8 (diff) | |
download | tdebase-7f1a1e931e73b53939ca39faca82c80cf5da5cf4.tar.gz tdebase-7f1a1e931e73b53939ca39faca82c80cf5da5cf4.zip |
Adapt to renamed tqt3 header files
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kcontrol')
-rw-r--r-- | kcontrol/hwmanager/cryptpassworddlg.cpp | 2 | ||||
-rw-r--r-- | kcontrol/hwmanager/devicepropsdlg.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/hwmanager/cryptpassworddlg.cpp b/kcontrol/hwmanager/cryptpassworddlg.cpp index c7cd083af..eb9d23090 100644 --- a/kcontrol/hwmanager/cryptpassworddlg.cpp +++ b/kcontrol/hwmanager/cryptpassworddlg.cpp @@ -31,7 +31,7 @@ #include <tqpainter.h> #include <tqstyle.h> #include <tqfile.h> -#include <tqinternal_p.h> +#include <private/tqinternal_p.h> #undef Unsorted // Required for --enable-final (tqdir.h) #include <tqfiledialog.h> 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> |