summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
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;