summaryrefslogtreecommitdiffstats
path: root/examples/pykde-sampler/HOWTO.samples
diff options
context:
space:
mode:
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.