summaryrefslogtreecommitdiffstats
path: root/kate/plugins
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-29 01:39:00 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-29 01:39:00 +0000
commitc6ea5f2c665bbc4b9c512d3d1fee3a7b58040f5d (patch)
tree4a8823631914ddeb0fde81ce26183ffc439df1ef /kate/plugins
parent9ee4144afedd77175dd068e60ef09399c684dcee (diff)
downloadtdelibs-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')
-rw-r--r--kate/plugins/autobookmarker/autobookmarker.cpp2
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();