diff options
author | Michele Calgaro <[email protected]> | 2024-10-22 17:49:36 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-10-31 17:46:02 +0900 |
commit | da881069c4fd68d299a46904067ddc7181b73925 (patch) | |
tree | 69bee09e62b1c9161a33a12e2c866fc688c7ea70 | |
parent | 638f63d207a9a925df17fda588436fa6530a3d85 (diff) | |
download | tdelibs-da881069c4fd68d299a46904067ddc7181b73925.tar.gz tdelibs-da881069c4fd68d299a46904067ddc7181b73925.zip |
Don't explicetly include tqt.h anymore
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | dcop/KDE-ICE/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tdeio/tdefile/tdefileiconview.cpp | 2 | ||||
-rw-r--r-- | tdeio/tdefile/tdefileiconview.h | 2 | ||||
-rw-r--r-- | tdeui/kcmenumngr.h | 2 | ||||
-rw-r--r-- | tdeui/kinputdialog.h | 2 | ||||
-rw-r--r-- | tdeui/klineeditdlg.h | 2 |
6 files changed, 2 insertions, 10 deletions
diff --git a/dcop/KDE-ICE/CMakeLists.txt b/dcop/KDE-ICE/CMakeLists.txt index 6963d5017..b7c6ed0f4 100644 --- a/dcop/KDE-ICE/CMakeLists.txt +++ b/dcop/KDE-ICE/CMakeLists.txt @@ -9,8 +9,6 @@ # ################################################# -set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -include tqt.h" ) - add_definitions( -DICE_t -DTRANS_SERVER diff --git a/tdeio/tdefile/tdefileiconview.cpp b/tdeio/tdefile/tdefileiconview.cpp index 65d33912b..f8deeaf73 100644 --- a/tdeio/tdefile/tdefileiconview.cpp +++ b/tdeio/tdefile/tdefileiconview.cpp @@ -17,7 +17,7 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include <tqt.h> +#include <tqglobal.h> #include <tqfontmetrics.h> #include <tqkeycode.h> diff --git a/tdeio/tdefile/tdefileiconview.h b/tdeio/tdefile/tdefileiconview.h index 8a03d4bc9..65ff54fed 100644 --- a/tdeio/tdefile/tdefileiconview.h +++ b/tdeio/tdefile/tdefileiconview.h @@ -20,7 +20,7 @@ #ifndef TDEFILEICONVIEW_H #define TDEFILEICONVIEW_H -#include <tqt.h> +#include <tqglobal.h> #include <kiconview.h> #include <kiconloader.h> diff --git a/tdeui/kcmenumngr.h b/tdeui/kcmenumngr.h index 4483fae92..0147b3227 100644 --- a/tdeui/kcmenumngr.h +++ b/tdeui/kcmenumngr.h @@ -20,8 +20,6 @@ #ifndef KCMENUMNGR_H #define KCMENUMNGR_H -// #include <tqt.h> - #include <tqobject.h> #include <tqptrdict.h> #include <tqkeysequence.h> diff --git a/tdeui/kinputdialog.h b/tdeui/kinputdialog.h index 6fad6b54e..57140ca80 100644 --- a/tdeui/kinputdialog.h +++ b/tdeui/kinputdialog.h @@ -20,8 +20,6 @@ #ifndef KINPUTDIALOG_H #define KINPUTDIALOG_H -// #include <tqt.h> - #include <kdialogbase.h> class TQValidator; diff --git a/tdeui/klineeditdlg.h b/tdeui/klineeditdlg.h index 26d1e8dc0..979f3ad88 100644 --- a/tdeui/klineeditdlg.h +++ b/tdeui/klineeditdlg.h @@ -20,8 +20,6 @@ #ifndef __klineeditdlg_h__ #define __klineeditdlg_h__ -// #include <tqt.h> - #include <kdialogbase.h> class KLineEdit; |