diff options
Diffstat (limited to 'examples3/webbrowser/mainwindow.py')
| -rw-r--r-- | examples3/webbrowser/mainwindow.py | 18 | 
1 files changed, 9 insertions, 9 deletions
| diff --git a/examples3/webbrowser/mainwindow.py b/examples3/webbrowser/mainwindow.py index 31b11f1..14929de 100644 --- a/examples3/webbrowser/mainwindow.py +++ b/examples3/webbrowser/mainwindow.py @@ -1064,34 +1064,34 @@ class MainWindow(TQMainWindow):      def go(self): -        print "MainWindow.go(): Not implemented yet" +        print("MainWindow.go(): Not implemented yet")      def newWindow(self): -        print "MainWindow.newWindow(): Not implemented yet" +        print("MainWindow.newWindow(): Not implemented yet")      def setProgress(self,a0,a1): -        print "MainWindow.setProgress(int,int): Not implemented yet" +        print("MainWindow.setProgress(int,int): Not implemented yet")      def init(self):          pass      def setTitle(self,a0): -        print "MainWindow.setTitle(const TQString&): Not implemented yet" +        print("MainWindow.setTitle(const TQString&): Not implemented yet")      def setCommandState(self,a0,a1): -        print "MainWindow.setCommandState(int,bool): Not implemented yet" +        print("MainWindow.setCommandState(int,bool): Not implemented yet")      def navigateComplete(self): -        print "MainWindow.navigateComplete(): Not implemented yet" +        print("MainWindow.navigateComplete(): Not implemented yet")      def navigateBegin(self): -        print "MainWindow.navigateBegin(): Not implemented yet" +        print("MainWindow.navigateBegin(): Not implemented yet")      def aboutSlot(self): -        print "MainWindow.aboutSlot(): Not implemented yet" +        print("MainWindow.aboutSlot(): Not implemented yet")      def aboutTQtSlot(self): -        print "MainWindow.aboutTQtSlot(): Not implemented yet" +        print("MainWindow.aboutTQtSlot(): Not implemented yet")      def __tr(self,s,c = None):          return tqApp.translate("MainWindow",s,c) | 
