Adapt to latest tqt3 version

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/74/head
Michele Calgaro 2 months ago
parent 201b6b75ec
commit 474e28405a
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -40,7 +40,7 @@
#include "tqptrlist.h" #include "tqptrlist.h"
#include "tqmemarray.h" #include "tqmemarray.h"
#include "tqlayout.h" #include "tqlayout.h"
#include "tqlayoutengine_p.h" #include "private/tqlayoutengine_p.h"
#include "tqobjectlist.h" #include "tqobjectlist.h"
#include "tqstyle.h" #include "tqstyle.h"
#include "tqapplication.h" //sendPostedEvents #include "tqapplication.h" //sendPostedEvents

@ -37,7 +37,7 @@
#include <tqlabel.h> #include <tqlabel.h>
#include <tqvbox.h> #include <tqvbox.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include <tqrichtext_p.h> #include <private/tqrichtext_p.h>
//#include <klineedit.h> //#include <klineedit.h>
#include <ktextedit.h> #include <ktextedit.h>

@ -47,7 +47,7 @@
#include <tdeversion.h> #include <tdeversion.h>
#include <tdeglobal.h> #include <tdeglobal.h>
#include <tdelocale.h> #include <tdelocale.h>
#include <tqtextengine_p.h> #include <private/tqtextengine_p.h>
//#define DEBUG_COLLECTION //#define DEBUG_COLLECTION
//#define DEBUG_TABLE_RENDERING //#define DEBUG_TABLE_RENDERING

@ -23,7 +23,7 @@
#include "qtobject.h" #include "qtobject.h"
#include <tqmetaobject.h> #include <tqmetaobject.h>
#include <tqucom_p.h> // for the TQt TQUObject API. #include <private/tqucom_p.h> // for the TQt TQUObject API.
using namespace Kross::Api; using namespace Kross::Api;

@ -23,7 +23,7 @@
#include "qtobject.h" #include "qtobject.h"
#include <tqmetaobject.h> #include <tqmetaobject.h>
#include <tqucom_p.h> // for the TQt TQUObject API. #include <private/tqucom_p.h> // for the TQt TQUObject API.
using namespace Kross::Api; using namespace Kross::Api;

@ -31,7 +31,7 @@
//#include <tqglobal.h> //#include <tqglobal.h>
//#include <tqobjectdefs.h> //#include <tqobjectdefs.h>
#include <tqmetaobject.h> #include <tqmetaobject.h>
#include <tqucom_p.h> // for the TQt TQUObject API. #include <private/tqucom_p.h> // for the TQt TQUObject API.
using namespace Kross::Api; using namespace Kross::Api;

Loading…
Cancel
Save