diff options
Diffstat (limited to 'interfaces/ktexteditor/cursorinterface.cpp')
-rw-r--r-- | interfaces/ktexteditor/cursorinterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interfaces/ktexteditor/cursorinterface.cpp b/interfaces/ktexteditor/cursorinterface.cpp index 91a14b06a..3b7857bbb 100644 --- a/interfaces/ktexteditor/cursorinterface.cpp +++ b/interfaces/ktexteditor/cursorinterface.cpp @@ -65,5 +65,5 @@ CursorInterface *KTextEditor::cursorInterface (Document *doc) if (!doc) return 0; - return static_cast<CursorInterface*>(doc->qt_cast("KTextEditor::CursorInterface")); + return static_cast<CursorInterface*>(doc->tqqt_cast("KTextEditor::CursorInterface")); } |