From b668f9a07b2fd848cd2bc66e317c23dd51a0ab95 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 23 May 2024 19:48:20 +0900 Subject: [PATCH] Use proper TQt headers Signed-off-by: Michele Calgaro (cherry picked from commit b0c43da7793465193e96a3c09f702a64cd70d9a6) --- kkbswitch/boldlistboxitem.cpp | 2 +- kkbswitch/boldlistboxitem.h | 2 +- kkbswitch/boldmenuitem.cpp | 8 ++++---- kkbswitch/boldmenuitem.h | 2 +- kkbswitch/kbconfig.cpp | 6 +++--- kkbswitch/kbconfig.h | 4 ++-- kkbswitch/kbconfigdlg.cpp | 22 +++++++++++----------- kkbswitch/kbgroup.h | 4 ++-- kkbswitch/kbpickicondlg.cpp | 10 +++++----- kkbswitch/kbswitchapp.h | 2 +- kkbswitch/kbswitchintf.h | 4 ++-- kkbswitch/kbswitchtrayicon.cpp | 6 +++--- kkbswitch/pathlistboxitem.h | 4 ++-- kkbswitch/singlewindowwatcher.h | 2 +- kkbswitch/windowclasswatcher.h | 2 +- kkbswitch/windowwatcher.h | 2 +- kkbswitch/xkeyboard.cpp | 4 ++-- kkbswitch/xkeyboard.h | 2 +- 18 files changed, 44 insertions(+), 44 deletions(-) diff --git a/kkbswitch/boldlistboxitem.cpp b/kkbswitch/boldlistboxitem.cpp index 7e247d0..fdb80c2 100644 --- a/kkbswitch/boldlistboxitem.cpp +++ b/kkbswitch/boldlistboxitem.cpp @@ -16,7 +16,7 @@ ***************************************************************************/ #include "boldlistboxitem.h" -#include +#include BoldListBoxItem::BoldListBoxItem(TQListBox *listbox, const TQPixmap &pix, const TQString &text, bool bold) diff --git a/kkbswitch/boldlistboxitem.h b/kkbswitch/boldlistboxitem.h index 78949c7..b75424b 100644 --- a/kkbswitch/boldlistboxitem.h +++ b/kkbswitch/boldlistboxitem.h @@ -18,7 +18,7 @@ #ifndef BOLDLISTBOXITEM_H #define BOLDLISTBOXITEM_H -#include +#include /**Listbox item that can optionally display its text in bold *@author Leonid Zeitlin diff --git a/kkbswitch/boldmenuitem.cpp b/kkbswitch/boldmenuitem.cpp index e98d3bb..ab9abbc 100644 --- a/kkbswitch/boldmenuitem.cpp +++ b/kkbswitch/boldmenuitem.cpp @@ -16,10 +16,10 @@ ***************************************************************************/ #include "boldmenuitem.h" -#include -#include -#include -#include +#include +#include +#include +#include #include #include #include diff --git a/kkbswitch/boldmenuitem.h b/kkbswitch/boldmenuitem.h index bc87c95..f091945 100644 --- a/kkbswitch/boldmenuitem.h +++ b/kkbswitch/boldmenuitem.h @@ -18,7 +18,7 @@ #ifndef BOLDMENUITEM_H #define BOLDMENUITEM_H -#include +#include /**A custom menu item that can display its text in bold *@author Leonid Zeitlin diff --git a/kkbswitch/kbconfig.cpp b/kkbswitch/kbconfig.cpp index a50a3a9..f2e7fff 100644 --- a/kkbswitch/kbconfig.cpp +++ b/kkbswitch/kbconfig.cpp @@ -32,9 +32,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include "kbconfig.h" #include "xkeyboard.h" diff --git a/kkbswitch/kbconfig.h b/kkbswitch/kbconfig.h index 93fd13c..92b7df2 100644 --- a/kkbswitch/kbconfig.h +++ b/kkbswitch/kbconfig.h @@ -20,8 +20,8 @@ #include "kbgroup.h" -#include -#include +#include +#include #include #define ICONS_SECTION "Icons" diff --git a/kkbswitch/kbconfigdlg.cpp b/kkbswitch/kbconfigdlg.cpp index 234802d..84475f0 100644 --- a/kkbswitch/kbconfigdlg.cpp +++ b/kkbswitch/kbconfigdlg.cpp @@ -19,17 +19,17 @@ #include "kbpickicondlg.h" #include "boldlistboxitem.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include #include diff --git a/kkbswitch/kbgroup.h b/kkbswitch/kbgroup.h index 3e5eb43..39272cb 100644 --- a/kkbswitch/kbgroup.h +++ b/kkbswitch/kbgroup.h @@ -18,8 +18,8 @@ #ifndef KBGROUP_H #define KBGROUP_H -#include -#include +#include +#include /**A helper class the holds keyboard group's name and pixmap *@author Leonid Zeitlin diff --git a/kkbswitch/kbpickicondlg.cpp b/kkbswitch/kbpickicondlg.cpp index a69c052..a9a15f4 100644 --- a/kkbswitch/kbpickicondlg.cpp +++ b/kkbswitch/kbpickicondlg.cpp @@ -17,11 +17,11 @@ #include "kbpickicondlg.h" -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include #include diff --git a/kkbswitch/kbswitchapp.h b/kkbswitch/kbswitchapp.h index d76aa52..62d58c1 100644 --- a/kkbswitch/kbswitchapp.h +++ b/kkbswitch/kbswitchapp.h @@ -29,7 +29,7 @@ #include #endif -//#include +//#include #include "kbgroup.h" #include "kbswitchtrayicon.h" diff --git a/kkbswitch/kbswitchintf.h b/kkbswitch/kbswitchintf.h index 9fad92e..6ac37bd 100644 --- a/kkbswitch/kbswitchintf.h +++ b/kkbswitch/kbswitchintf.h @@ -19,8 +19,8 @@ #define KBSWITCHINTF_H #include -#include -#include +#include +#include #include "kbconfig.h" diff --git a/kkbswitch/kbswitchtrayicon.cpp b/kkbswitch/kbswitchtrayicon.cpp index b585965..057d3ab 100644 --- a/kkbswitch/kbswitchtrayicon.cpp +++ b/kkbswitch/kbswitchtrayicon.cpp @@ -42,9 +42,9 @@ #include #include #include -#include -#include -#include +#include +#include +#include #ifdef USE_BOLD_MENUITEM static TQColor getActiveTextColor(TDEPopupMenu *menu) diff --git a/kkbswitch/pathlistboxitem.h b/kkbswitch/pathlistboxitem.h index 2d469b4..f4030bb 100644 --- a/kkbswitch/pathlistboxitem.h +++ b/kkbswitch/pathlistboxitem.h @@ -18,8 +18,8 @@ #ifndef PATHLISTBOXITEM_H #define PATHLISTBOXITEM_H -#include -#include +#include +#include /** *@author Leonid Zeitlin diff --git a/kkbswitch/singlewindowwatcher.h b/kkbswitch/singlewindowwatcher.h index 637b07a..65da395 100644 --- a/kkbswitch/singlewindowwatcher.h +++ b/kkbswitch/singlewindowwatcher.h @@ -21,7 +21,7 @@ #define SINGLEWINDOWWATCHER_H #include "windowwatcher.h" -#include +#include /** Watches for changes of active window and keep a group per each window diff --git a/kkbswitch/windowclasswatcher.h b/kkbswitch/windowclasswatcher.h index 03e6e80..2667714 100644 --- a/kkbswitch/windowclasswatcher.h +++ b/kkbswitch/windowclasswatcher.h @@ -21,7 +21,7 @@ #define WINDOWCLASSWATCHER_H #include "windowwatcher.h" -#include +#include class TQString; diff --git a/kkbswitch/windowwatcher.h b/kkbswitch/windowwatcher.h index e8d7b23..c2a803a 100644 --- a/kkbswitch/windowwatcher.h +++ b/kkbswitch/windowwatcher.h @@ -22,7 +22,7 @@ #ifndef WINDOWWATCHER_H #define WINDOWWATCHER_H -#include +#include class KBConfig; class KWinModule; diff --git a/kkbswitch/xkeyboard.cpp b/kkbswitch/xkeyboard.cpp index 148cc2d..56ee6a8 100644 --- a/kkbswitch/xkeyboard.cpp +++ b/kkbswitch/xkeyboard.cpp @@ -17,8 +17,8 @@ #include "xkeyboard.h" -#include -#include +#include +#include #include #include diff --git a/kkbswitch/xkeyboard.h b/kkbswitch/xkeyboard.h index 19d200d..352b83b 100644 --- a/kkbswitch/xkeyboard.h +++ b/kkbswitch/xkeyboard.h @@ -20,7 +20,7 @@ #include "config.h" -#include +#include #include #include