summaryrefslogtreecommitdiffstats
path: root/examples/pykde-sampler/HOWTO.samples
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-03 22:23:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-03 22:23:44 -0600
commit203ba231d0276943aae36111f9ec1e949f3c6a4c (patch)
treef039f7a5b5fc2da88a96876971bac580d87f6788 /examples/pykde-sampler/HOWTO.samples
parentfd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff)
downloadpytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz
pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip
Initial TQt conversion
Diffstat (limited to 'examples/pykde-sampler/HOWTO.samples')
-rw-r--r--examples/pykde-sampler/HOWTO.samples6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/pykde-sampler/HOWTO.samples b/examples/pykde-sampler/HOWTO.samples
index 966a92c..0ccf630 100644
--- a/examples/pykde-sampler/HOWTO.samples
+++ b/examples/pykde-sampler/HOWTO.samples
@@ -38,15 +38,15 @@ In side the module, add the following:
the sample.
-- one of buildWidget, buildDialog, buildApp, MainFrame - callable (required)
+- one of buildWidget, buildDialog, buildApp, MainFrame - callable (retquired)
default: None
- example: MainFrame(QFrame): ...
+ example: MainFrame(TQFrame): ...
The sample module must contain a callable with one of these names.
The callable must accept a single positional parameter, the parent
widget.
- In most cases, it is sufficient to define a subclass of QFrame named
+ In most cases, it is sufficient to define a subclass of TQFrame named
'MainFrame'. To construct a more complex sample, define a function
with one of the other names.