diff options
-rw-r--r-- | dcop/dcopclient.cpp | 2 | ||||
-rw-r--r-- | tdecore/kglobalaccel_x11.cpp | 2 | ||||
-rw-r--r-- | tdehtml/rendering/render_replaced.cpp | 2 | ||||
-rw-r--r-- | tdehtml/tdehtml_ext.cpp | 2 | ||||
-rw-r--r-- | tdehtml/tdehtml_part.cpp | 2 | ||||
-rw-r--r-- | tdeparts/browserinterface.cpp | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/dcop/dcopclient.cpp b/dcop/dcopclient.cpp index 8965b6062..1533b802c 100644 --- a/dcop/dcopclient.cpp +++ b/dcop/dcopclient.cpp @@ -62,7 +62,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <tqsocketnotifier.h> #include <tqregexp.h> -#include <tqucomextra_p.h> +#include <private/tqucomextra_p.h> #include <dcopglobal.h> #include <dcopclient.h> diff --git a/tdecore/kglobalaccel_x11.cpp b/tdecore/kglobalaccel_x11.cpp index d76b8cdac..41e58b959 100644 --- a/tdecore/kglobalaccel_x11.cpp +++ b/tdecore/kglobalaccel_x11.cpp @@ -30,7 +30,7 @@ #include <tqregexp.h> #include <tqwidget.h> #include <tqmetaobject.h> -#include <tqucomextra_p.h> +#include <private/tqucomextra_p.h> #include <tdeapplication.h> #include <kdebug.h> #include <kkeynative.h> diff --git a/tdehtml/rendering/render_replaced.cpp b/tdehtml/rendering/render_replaced.cpp index 103cad9e8..0e5666b9d 100644 --- a/tdehtml/rendering/render_replaced.cpp +++ b/tdehtml/rendering/render_replaced.cpp @@ -439,7 +439,7 @@ void RenderWidget::paint(PaintInfo& paintInfo, int _tx, int _ty) paintWidget(paintInfo, m_widget, xPos, yPos); } -#include <tqinternal_p.h> +#include <private/tqinternal_p.h> // The PaintBuffer class provides a shared buffer for widget painting. // diff --git a/tdehtml/tdehtml_ext.cpp b/tdehtml/tdehtml_ext.cpp index 16f60d277..63b4bc91b 100644 --- a/tdehtml/tdehtml_ext.cpp +++ b/tdehtml/tdehtml_ext.cpp @@ -39,7 +39,7 @@ #include <tqpopupmenu.h> #include <tqurl.h> #include <tqmetaobject.h> -#include <tqucomextra_p.h> +#include <private/tqucomextra_p.h> #include <tqdragobject.h> #include <kdebug.h> diff --git a/tdehtml/tdehtml_part.cpp b/tdehtml/tdehtml_part.cpp index 712bbe764..1b74c5388 100644 --- a/tdehtml/tdehtml_part.cpp +++ b/tdehtml/tdehtml_part.cpp @@ -110,7 +110,7 @@ using namespace DOM; #include <tqfile.h> #include <tqtooltip.h> #include <tqmetaobject.h> -#include <tqucomextra_p.h> +#include <private/tqucomextra_p.h> #include "tdehtmlpart_p.h" #include "kpassivepopup.h" diff --git a/tdeparts/browserinterface.cpp b/tdeparts/browserinterface.cpp index 46c89e348..0b46751fc 100644 --- a/tdeparts/browserinterface.cpp +++ b/tdeparts/browserinterface.cpp @@ -4,7 +4,7 @@ #include <tqmetaobject.h> #include <config.h> -#include <tqucomextra_p.h> +#include <private/tqucomextra_p.h> using namespace KParts; |