From 9ee4144afedd77175dd068e60ef09399c684dcee Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 29 Jan 2011 00:07:20 +0000 Subject: Restored qt_cast() git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1217837 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- interfaces/ktexteditor/highlightinginterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interfaces/ktexteditor/highlightinginterface.cpp') diff --git a/interfaces/ktexteditor/highlightinginterface.cpp b/interfaces/ktexteditor/highlightinginterface.cpp index 188545079..f606ab5c0 100644 --- a/interfaces/ktexteditor/highlightinginterface.cpp +++ b/interfaces/ktexteditor/highlightinginterface.cpp @@ -65,5 +65,5 @@ HighlightingInterface *KTextEditor::highlightingInterface (Document *doc) if (!doc) return 0; - return static_cast(doc->tqqt_cast("KTextEditor::HighlightingInterface")); + return static_cast(doc->qt_cast("KTextEditor::HighlightingInterface")); } -- cgit v1.2.1