From 362831ed965926586207e2fbdc891096e5f78798 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 May 2024 17:35:19 +0900 Subject: Use proper TQt headers Signed-off-by: Michele Calgaro (cherry picked from commit a39a460e6de63039f2631106c1b68e4acd61606d) --- kdbg/dbgmainwnd.cpp | 4 ++-- kdbg/testprogs/qt.cpp | 10 +++++----- kdbg/testprogs/repeats.cpp | 2 +- kdbg/testprogs/testfile.cpp | 8 ++++---- kdbg/typetable.cpp | 4 ++-- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/kdbg/dbgmainwnd.cpp b/kdbg/dbgmainwnd.cpp index f1b3089..5ea03ef 100644 --- a/kdbg/dbgmainwnd.cpp +++ b/kdbg/dbgmainwnd.cpp @@ -19,8 +19,8 @@ #include #include #include -#include -#include +#include +#include #include "dbgmainwnd.h" #include "debugger.h" #include "commandids.h" diff --git a/kdbg/testprogs/qt.cpp b/kdbg/testprogs/qt.cpp index 256fbde..6172d51 100644 --- a/kdbg/testprogs/qt.cpp +++ b/kdbg/testprogs/qt.cpp @@ -1,8 +1,8 @@ -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include template diff --git a/kdbg/testprogs/repeats.cpp b/kdbg/testprogs/repeats.cpp index 0994323..15a6b4e 100644 --- a/kdbg/testprogs/repeats.cpp +++ b/kdbg/testprogs/repeats.cpp @@ -1,6 +1,6 @@ // test in arrays -#include +#include struct Big { struct bog { diff --git a/kdbg/testprogs/testfile.cpp b/kdbg/testprogs/testfile.cpp index 242c504..8a80521 100644 --- a/kdbg/testprogs/testfile.cpp +++ b/kdbg/testprogs/testfile.cpp @@ -1,8 +1,8 @@ #include -#include -#include -#include -#include +#include +#include +#include +#include #include enum E { red, green, blue, yellow }; diff --git a/kdbg/typetable.cpp b/kdbg/typetable.cpp index 007471b..8ce6cf8 100644 --- a/kdbg/typetable.cpp +++ b/kdbg/typetable.cpp @@ -4,8 +4,8 @@ * See the file COPYING in the toplevel directory of the source directory. */ -#include -#include +#include +#include #include #include #include -- cgit v1.2.1