Don't explicetly include tqt.h anymore

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/315/head
Michele Calgaro 1 month ago
parent 638f63d207
commit da881069c4
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -9,8 +9,6 @@
# #
################################################# #################################################
set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -include tqt.h" )
add_definitions( add_definitions(
-DICE_t -DICE_t
-DTRANS_SERVER -DTRANS_SERVER

@ -17,7 +17,7 @@
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#include <tqt.h> #include <tqglobal.h>
#include <tqfontmetrics.h> #include <tqfontmetrics.h>
#include <tqkeycode.h> #include <tqkeycode.h>

@ -20,7 +20,7 @@
#ifndef TDEFILEICONVIEW_H #ifndef TDEFILEICONVIEW_H
#define TDEFILEICONVIEW_H #define TDEFILEICONVIEW_H
#include <tqt.h> #include <tqglobal.h>
#include <kiconview.h> #include <kiconview.h>
#include <kiconloader.h> #include <kiconloader.h>

@ -20,8 +20,6 @@
#ifndef KCMENUMNGR_H #ifndef KCMENUMNGR_H
#define KCMENUMNGR_H #define KCMENUMNGR_H
// #include <tqt.h>
#include <tqobject.h> #include <tqobject.h>
#include <tqptrdict.h> #include <tqptrdict.h>
#include <tqkeysequence.h> #include <tqkeysequence.h>

@ -20,8 +20,6 @@
#ifndef KINPUTDIALOG_H #ifndef KINPUTDIALOG_H
#define KINPUTDIALOG_H #define KINPUTDIALOG_H
// #include <tqt.h>
#include <kdialogbase.h> #include <kdialogbase.h>
class TQValidator; class TQValidator;

@ -20,8 +20,6 @@
#ifndef __klineeditdlg_h__ #ifndef __klineeditdlg_h__
#define __klineeditdlg_h__ #define __klineeditdlg_h__
// #include <tqt.h>
#include <kdialogbase.h> #include <kdialogbase.h>
class KLineEdit; class KLineEdit;

Loading…
Cancel
Save