diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-29 01:39:00 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-29 01:39:00 +0000 |
commit | c6ea5f2c665bbc4b9c512d3d1fee3a7b58040f5d (patch) | |
tree | 4a8823631914ddeb0fde81ce26183ffc439df1ef /kate/plugins/autobookmarker | |
parent | 9ee4144afedd77175dd068e60ef09399c684dcee (diff) | |
download | tdelibs-c6ea5f2c665bbc4b9c512d3d1fee3a7b58040f5d.tar.gz tdelibs-c6ea5f2c665bbc4b9c512d3d1fee3a7b58040f5d.zip |
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
Diffstat (limited to 'kate/plugins/autobookmarker')
-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(); |