From 1ff93d9ecc8ec5e4aded6713d64d8d18d98feaf0 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 26 Nov 2023 02:19:25 +0900 Subject: Replaced various '#define' with actual strings - part 4 Signed-off-by: Michele Calgaro (cherry picked from commit dbf84303c4c651dfd061eff721a028cfd73e3b8b) --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 9c20a0d..e9b0af8 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -2276,7 +2276,7 @@ void MainWindow::updateCollectionActions() { } void MainWindow::updateEntrySources() { - TQSignalMapper* mapper = ::tqqt_cast(child("update_mapper")); + TQSignalMapper* mapper = ::tqt_cast(child("update_mapper")); if(!mapper) { kdWarning() << "MainWindow::updateEntrySources() - no update mapper!" << endl; return; -- cgit v1.2.3