summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:12:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-07 21:12:01 -0600
commitcbc29e30d483a44eab153011273900f44fcca4fe (patch)
treef27635873df8335236af989df8f12ab2cf1a1c31 /src/mainwindow.cpp
parentb132a043d1f24e7bde019e1f433af848cf8348f5 (diff)
downloadtellico-cbc29e30d483a44eab153011273900f44fcca4fe.tar.gz
tellico-cbc29e30d483a44eab153011273900f44fcca4fe.zip
Rename additional members for tqt3
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);
}
}
}