summaryrefslogtreecommitdiffstats
path: root/examples3/webbrowser
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-27 17:38:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-27 17:38:16 -0600
commit104997c6f7b545c0095fdc1b1573367bc4cb4d5b (patch)
treecb6ae5f9464208d78cb51515f5a3c3a0a7edc64f /examples3/webbrowser
parente87fff3247e64b4e9509be991a8f2d6bd4ccfacc (diff)
downloadpytqt-104997c6f7b545c0095fdc1b1573367bc4cb4d5b.tar.gz
pytqt-104997c6f7b545c0095fdc1b1573367bc4cb4d5b.zip
Rename tqt3 color functions
Diffstat (limited to 'examples3/webbrowser')
-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)