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(
-DICE_t
-DTRANS_SERVER

@ -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>

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

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

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

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

Loading…
Cancel
Save