From 2242eb95a7bcd686207e2043340fed5ccc8b7609 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 7 Mar 2012 21:15:28 -0600 Subject: Rename additional members for tqt3 --- kate/app/katedocmanageriface.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kate/app/katedocmanageriface.cpp') diff --git a/kate/app/katedocmanageriface.cpp b/kate/app/katedocmanageriface.cpp index 5ef01a1df..034c5aa03 100644 --- a/kate/app/katedocmanageriface.cpp +++ b/kate/app/katedocmanageriface.cpp @@ -35,7 +35,7 @@ DCOPRef KateDocManagerDCOPIface::document (uint n) if (!doc) return DCOPRef (); - DCOPObject *obj = static_cast(doc->qt_cast("DCOPObject")); + DCOPObject *obj = static_cast(doc->tqt_cast("DCOPObject")); if (!obj) return DCOPRef (); @@ -50,7 +50,7 @@ DCOPRef KateDocManagerDCOPIface::activeDocument () if (!doc) return DCOPRef (); - DCOPObject *obj = static_cast(doc->qt_cast("DCOPObject")); + DCOPObject *obj = static_cast(doc->tqt_cast("DCOPObject")); if (!obj) return DCOPRef (); @@ -75,7 +75,7 @@ DCOPRef KateDocManagerDCOPIface::documentWithID (uint id) if (!doc) return DCOPRef (); - DCOPObject *obj = static_cast(doc->qt_cast("DCOPObject")); + DCOPObject *obj = static_cast(doc->tqt_cast("DCOPObject")); if (!obj) return DCOPRef (); @@ -90,7 +90,7 @@ DCOPRef KateDocManagerDCOPIface::openURL (KURL url, TQString encoding) if (!doc) return DCOPRef (); - DCOPObject *obj = static_cast(doc->qt_cast("DCOPObject")); + DCOPObject *obj = static_cast(doc->tqt_cast("DCOPObject")); if (!obj) return DCOPRef (); -- cgit v1.2.1