summaryrefslogtreecommitdiffstats
path: root/templates/annotated/minimal.py
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-03 22:23:44 -0600
committerTimothy Pearson <[email protected]>2011-12-03 22:23:44 -0600
commit203ba231d0276943aae36111f9ec1e949f3c6a4c (patch)
treef039f7a5b5fc2da88a96876971bac580d87f6788 /templates/annotated/minimal.py
parentfd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff)
downloadpytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz
pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip
Initial TQt conversion
Diffstat (limited to 'templates/annotated/minimal.py')
-rw-r--r--templates/annotated/minimal.py4
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)