From 9fc074fcb2225e6303bf7cec6dc4cc85d6b5edb7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 26 Nov 2023 02:32:50 +0900 Subject: Replaced various '#define' with actual strings - part 4 Signed-off-by: Michele Calgaro (cherry picked from commit 138bb80efac020c7e78871d3f05127eb37f18274) --- kate/plugins/autobookmarker/autobookmarker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kate/plugins') diff --git a/kate/plugins/autobookmarker/autobookmarker.cpp b/kate/plugins/autobookmarker/autobookmarker.cpp index 2be5b00fb..24d4a122c 100644 --- a/kate/plugins/autobookmarker/autobookmarker.cpp +++ b/kate/plugins/autobookmarker/autobookmarker.cpp @@ -113,7 +113,7 @@ void AutoBookmarker::slotCompleted() { // get the document info KTextEditor::DocumentInfoInterface *di = - ::tqqt_cast(document()); + ::tqt_cast(document()); TQString mt; if ( di ) // we can still try match the URL otherwise mt = di->mimeType(); -- cgit v1.2.1