From c6ea5f2c665bbc4b9c512d3d1fee3a7b58040f5d Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 29 Jan 2011 01:39:00 +0000 Subject: Remaining tqqt_cast->qt_cast conversions for kdelibs git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1217838 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kate/plugins/autobookmarker/autobookmarker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kate/plugins/autobookmarker') 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(document()-> - tqqt_cast("KTextEditor::DocumentInfoInterface")); + qt_cast("KTextEditor::DocumentInfoInterface")); TQString mt; if ( di ) // we can still try match the URL otherwise mt = di->mimeType(); -- cgit v1.2.3