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 | |
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>
-rw-r--r-- | kcontrol/hwmanager/cryptpassworddlg.cpp | 2 | ||||
-rw-r--r-- | kcontrol/hwmanager/devicepropsdlg.cpp | 2 | ||||
-rw-r--r-- | kicker/kicker/buttons/knewbutton.cpp | 2 | ||||
-rw-r--r-- | konqueror/konq_view.cpp | 2 | ||||
-rw-r--r-- | konqueror/sidebar/sidebar_widget.cpp | 2 |
5 files changed, 5 insertions, 5 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> diff --git a/kicker/kicker/buttons/knewbutton.cpp b/kicker/kicker/buttons/knewbutton.cpp index ee3a942e5..52e6c0faa 100644 --- a/kicker/kicker/buttons/knewbutton.cpp +++ b/kicker/kicker/buttons/knewbutton.cpp @@ -29,7 +29,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <tqtooltip.h> #include <tqpainter.h> #include <tqcursor.h> -#include <tqeffects_p.h> +#include <private/tqeffects_p.h> #include <tdelocale.h> #include <tdeapplication.h> diff --git a/konqueror/konq_view.cpp b/konqueror/konq_view.cpp index c65537382..8ae65ec6b 100644 --- a/konqueror/konq_view.cpp +++ b/konqueror/konq_view.cpp @@ -45,7 +45,7 @@ #include <tqmetaobject.h> #include <tqobjectlist.h> #include <config.h> -#include <tqucomextra_p.h> +#include <private/tqucomextra_p.h> #include <tdemessagebox.h> #include <tdelocale.h> diff --git a/konqueror/sidebar/sidebar_widget.cpp b/konqueror/sidebar/sidebar_widget.cpp index 5fd3f6d7e..0f127cca1 100644 --- a/konqueror/sidebar/sidebar_widget.cpp +++ b/konqueror/sidebar/sidebar_widget.cpp @@ -25,7 +25,7 @@ #include <tqwhatsthis.h> #include <tqlayout.h> #include <tqstringlist.h> -#include <tqucomextra_p.h> +#include <private/tqucomextra_p.h> #include <tdelocale.h> #include <ksimpleconfig.h> |