summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/kotext/KoRichText.cpp2
-rw-r--r--lib/kross/api/eventsignal.cpp2
-rw-r--r--lib/kross/api/eventslot.cpp2
-rw-r--r--lib/kross/api/qtobject.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/kotext/KoRichText.cpp b/lib/kotext/KoRichText.cpp
index b6787b25..c007d302 100644
--- a/lib/kotext/KoRichText.cpp
+++ b/lib/kotext/KoRichText.cpp
@@ -47,7 +47,7 @@
#include <tdeversion.h>
#include <tdeglobal.h>
#include <tdelocale.h>
-#include <tqtextengine_p.h>
+#include <private/tqtextengine_p.h>
//#define DEBUG_COLLECTION
//#define DEBUG_TABLE_RENDERING
diff --git a/lib/kross/api/eventsignal.cpp b/lib/kross/api/eventsignal.cpp
index 32537a68..51e32e27 100644
--- a/lib/kross/api/eventsignal.cpp
+++ b/lib/kross/api/eventsignal.cpp
@@ -23,7 +23,7 @@
#include "qtobject.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;
diff --git a/lib/kross/api/eventslot.cpp b/lib/kross/api/eventslot.cpp
index 5e655cdb..e5cadca1 100644
--- a/lib/kross/api/eventslot.cpp
+++ b/lib/kross/api/eventslot.cpp
@@ -23,7 +23,7 @@
#include "qtobject.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;
diff --git a/lib/kross/api/qtobject.cpp b/lib/kross/api/qtobject.cpp
index 55c07ca3..d7319091 100644
--- a/lib/kross/api/qtobject.cpp
+++ b/lib/kross/api/qtobject.cpp
@@ -31,7 +31,7 @@
//#include <tqglobal.h>
//#include <tqobjectdefs.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;