diff options
Diffstat (limited to 'kate')
-rw-r--r-- | kate/plugins/autobookmarker/autobookmarker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/plugins/autobookmarker/autobookmarker.cpp b/kate/plugins/autobookmarker/autobookmarker.cpp index 92fe6086c..c03fcefe0 100644 --- a/kate/plugins/autobookmarker/autobookmarker.cpp +++ b/kate/plugins/autobookmarker/autobookmarker.cpp @@ -114,7 +114,7 @@ void AutoBookmarker::slotCompleted() // get the document info KTextEditor::DocumentInfoInterface *di = static_cast<KTextEditor::DocumentInfoInterface*>(document()-> - tqqt_cast("KTextEditor::DocumentInfoInterface")); + qt_cast("KTextEditor::DocumentInfoInterface")); TQString mt; if ( di ) // we can still try match the URL otherwise mt = di->mimeType(); |