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 6cd1df5..4a07d8e 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -1428,7 +1428,7 @@ void MainWindow::activateEditSlot(const char* slot_) {
int idx = meta->findSlot(slot_ + 1, true);
if(idx > -1) {
- w->qt_invoke(idx, 0);
+ w->tqt_invoke(idx, 0);
}
}
}