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 --- examples/pykde-sampler/HOWTO.samples | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/pykde-sampler/HOWTO.samples') 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. -- cgit v1.2.1