summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-26 02:19:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-26 02:19:25 +0900
commitdbf84303c4c651dfd061eff721a028cfd73e3b8b (patch)
tree12c7671b7ca3e0f4d299cc399f80cd49e923da0a /src/mainwindow.cpp
parent4bbccf7d67bbc86e87ff1444dc3b1c18efa097a2 (diff)
downloadtellico-dbf84303c4c651dfd061eff721a028cfd73e3b8b.tar.gz
tellico-dbf84303c4c651dfd061eff721a028cfd73e3b8b.zip
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
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<TQSignalMapper*>(child("update_mapper"));
+ TQSignalMapper* mapper = ::tqt_cast<TQSignalMapper*>(child("update_mapper"));
if(!mapper) {
kdWarning() << "MainWindow::updateEntrySources() - no update mapper!" << endl;
return;