diff options
Diffstat (limited to 'templates/annotated/minimal.py')
-rw-r--r-- | templates/annotated/minimal.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/annotated/minimal.py b/templates/annotated/minimal.py index a84d39e..e021851 100644 --- a/templates/annotated/minimal.py +++ b/templates/annotated/minimal.py @@ -56,8 +56,8 @@ class MainWin (KMainWindow): #-------------------- main ------------------------------------------------ -# instantiate KApplication - no other QObject -# or QWidget based classes can be instantiated +# instantiate KApplication - no other TQObject +# or TQWidget based classes can be instantiated # until there is a KApplication instance appName = "template" app = KApplication (sys.argv, appName) |