summaryrefslogtreecommitdiffstats
path: root/examples3/webbrowser/mainwindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples3/webbrowser/mainwindow.py')
-rw-r--r--examples3/webbrowser/mainwindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3/webbrowser/mainwindow.py b/examples3/webbrowser/mainwindow.py
index c88be2f..96f0213 100644
--- a/examples3/webbrowser/mainwindow.py
+++ b/examples3/webbrowser/mainwindow.py
@@ -1094,4 +1094,4 @@ class MainWindow(TQMainWindow):
print "MainWindow.aboutTQtSlot(): Not implemented yet"
def __tr(self,s,c = None):
- return qApp.translate("MainWindow",s,c)
+ return tqApp.translate("MainWindow",s,c)