From 203ba231d0276943aae36111f9ec1e949f3c6a4c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 3 Dec 2011 22:23:44 -0600 Subject: Initial TQt conversion --- templates/annotated/minimal.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/annotated/minimal.py') 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) -- cgit v1.2.1