Fix retquire

pull/1/head
Timothy Pearson 12 years ago
parent 74420664ae
commit 8c9e5c21b7

@ -113,9 +113,9 @@ above, provided that you also meet all of these conditions:
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not retquired to print an announcement.)
the Program is not required to print an announcement.)
These retquirements apply to the modified work as a whole. If
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
@ -181,7 +181,7 @@ However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not retquired to accept this License, since you have not
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by

@ -199,7 +199,7 @@ def init_and_check_sanity ():
minv = sip_min_v4_version
if minv:
sipcfg.error("This version of PyKDE retquires SIP v%s or later" % sipcfg.version_to_string(minv))
sipcfg.error("This version of PyKDE requires SIP v%s or later" % sipcfg.version_to_string(minv))
# Check SIP has TQt support enabled and check version
if pyqtcfg.qt_version == 0:
@ -210,11 +210,11 @@ def init_and_check_sanity ():
# Check PyTQt built with libtqt-mt
if pyqtcfg.qt_threaded == 0:
sipconfig.error ("PyKDE retquires a threaded TQt version (libtqt-mt)")
sipconfig.error ("PyKDE requires a threaded TQt version (libtqt-mt)")
# Check PyTQt version
if pyqtcfg.pyqt_version < pyqt_min_version:
sipcfg.error("This version of PyKDE retquires PyTQt v%s or later"\
sipcfg.error("This version of PyKDE requires PyTQt v%s or later"\
% pyqtcfg.version_to_string(pyqtcfg.pyqt_version))
# find the libs, includes, and version info

@ -54,7 +54,7 @@
</table>
</td><td width="50%"><table><tr><td>A Pytbon list of tuples (name, description, default) is the first parameter
instead of a KCmdLineOptions object (KCmdLineOptions is not used);
NULL (or None) parameters to mark the end of the list are not retquired
NULL (or None) parameters to mark the end of the list are not required
</td></tr></table></td></tr></table></li><hr>
<li><b>addTempFileOption</b> ()
<table width = "100%"><tr><td width="50%" valign="top"><table><tr><td>returns <i>nothing</i></td></tr>

@ -48,7 +48,7 @@ Python classes, and the method being called looks to the programmer like a Pytho
<dt>DCOP Enabling (Export) Extensions</dt>
<dd>
Another set of extensions makes it trivial to expose an application's methods via DCOP to
other applications. All that is retquired is to subclass a pre-written Python class and
other applications. All that is required is to subclass a pre-written Python class and
provide a list of the methods to expose, along with a method signature listing the name
of the method, it's return type, and the the types of its arguments.
</dd>
@ -61,14 +61,14 @@ are two Python modules that are included and installed as part of PyKDE.
<h2>Calling DCOP Methods</h2>
<p>
Accessing a DCOP method in another application retquires 3 pieces of information: the name of
Accessing a DCOP method in another application requires 3 pieces of information: the name of
the application to be accessed, the name of the DCOP object which holds the method to be
called, and the name of the method itself.
</p>
<h3>Collection the Information</h3>
<p>
The easiest way to collect the retquired information is to use the kdcop application that
The easiest way to collect the required information is to use the kdcop application that
comes with PyKDE. kdcop is graphical application that looks like the image shown.
</p>
<IMG src="images/kdcop1.png" align="middle" border="0">
@ -174,14 +174,14 @@ The DCOP extensions will support any of the following C++ data types:
<p>
Data conversion between C++ and Python types is done transparently. The integer types
map to Python int or Python long, the decimal types to Python double. A Python string
can be used for any argument that retquires a TQString or TQCString (return types will
can be used for any argument that requires a TQString or TQCString (return types will
always be the TQt object type). The TQValueList types take or return a Python list of the
indicated object. The TQMap types take or return a Python dict with the first type as
the key and the second type as data. All other types use the same object type in
Python and TQt (for instance, TQPoint or TQStringList).
</p>
<p>
It's possible to add support for more types in the future. To be added, a type retquires
It's possible to add support for more types in the future. To be added, a type requires
a pair of overloaded TQDataStream operators ("&lt;&lt;" and "&gt;&gt;"). Types must also
exist in the libs that PyTQt and PyKDE support - types specific to applications (like
konqueror) cannot be supported at this time.

@ -89,7 +89,7 @@ pyKHTMLPart.py demonstrates importing KHTMLPart as a KPart.
</p>
<img src="images/khtmlpart.png" border=0>
<p>
The program is hard-coded to display the KDE website's main page, and retquires
The program is hard-coded to display the KDE website's main page, and requires
an active internet connection to do the display (it will be blank if no internet
connection is active).
</p>

@ -26,7 +26,7 @@ Before reporting bugs, please read the <a href="trouble.html">Troubleshooting</a
</p>
<h2>System Retquirements</h2>
<p>PyKDE only runs on Linux or other Unix-based systems. The usual tools (compiler,
linker, make, etc) are retquired. In addition you need:
linker, make, etc) are required. In addition you need:
</p>
<dl>
<dt>sip</dt>
@ -60,7 +60,7 @@ are in the same location as the PyTQt files (usually python/site-packages). Thes
files are generated automatically if you build/compile sip and PyTQt from source.
</p>
<p>
PyKDE also retquires the PyTQt sip files to build and compile. If you installed PyTQt from an
PyKDE also requires the PyTQt sip files to build and compile. If you installed PyTQt from an
RPM, you also need to have installed the corresponding "PyTQt-devel" RPM, which contains the
PyTQt sip files.
</p>

@ -32,7 +32,7 @@ The method descriptions here apply to both C and C++ versions unless noted.
</p>
<p>
Although libpythonize is used with (and installed with) PyKDE, it has no dependencies itself on
PyKDE/KDE, PyTQt/TQt or sip. It does retquire qmake from TrollTech (part of TQt) to build.
PyKDE/KDE, PyTQt/TQt or sip. It does require qmake from TrollTech (part of TQt) to build.
</p>
<h2>Initialization and Finalization</h2>
@ -153,7 +153,7 @@ Runs an arbitrary script in the interpreter and returns Python's result.
<hr>
<h3>bool runString (char *str);</h3>
<p>
Runs an arbitrary string in the interpreter (indentation retquired for mulit-line
Runs an arbitrary string in the interpreter (indentation required for mulit-line
strings) and returns Python's result.
</p>
<hr>
@ -186,7 +186,7 @@ not affect the global interpreter lock.
<hr>
<h2>Using libpythonize in an application</h2>
<p>
Include the pythonize.h header file (retquires Python.h) and link to libpythonize.so - that's pretty much it. There are unit tests
Include the pythonize.h header file (requires Python.h) and link to libpythonize.so - that's pretty much it. There are unit tests
in both C and C++ in the pythonize/tests/ subdirectory. An example of libpythonize usage is in pykpanelapplet.cpp in the
PyKDE distribution (pykpanelapplet/ directory).
</p>
@ -197,7 +197,7 @@ At present only the C++/C wrapper versions are available, and they're distribute
<p>
The build process for libpythonize uses TrollTech's qmake (available as part of TQt), but is simple enough
to be included in most make files. See the pythonize.pro file for more information - most of the additional
libs retquired are retquired by libpython, and may vary by platform.
libs required are required by libpython, and may vary by platform.
</p>
<p>
You can contact me at this address: <a href="mailto:jbublitz@nwinternet.com">Jim Bublitz &lt;jbublitz@nwinternet.com&gt;</a>

@ -360,7 +360,7 @@ KSocks
<P>
Most of their functionality already exists in the Python socket class or in the
KSocket class (tdecore module). These classes may be implemented at a future date
(they retquire support for C socket structures and careful handling to avoid buffer
(they require support for C socket structures and careful handling to avoid buffer
overflow problems/exploits)
</P>

@ -171,7 +171,7 @@ a.emit(PYSIGNAL("pySig"),("Hello","World"))</PRE
></TR
></TABLE
><P
>TQt allows a signal to be connected to a slot that retquires fewer arguments than
>TQt allows a signal to be connected to a slot that requires fewer arguments than
the signal passes. The extra arguments are tquietly discarded. Python slots
can be used in the same way.</P
></DIV

@ -160,7 +160,7 @@ to overload each of the pure virtual methods. Following a suggestion on the mail
list, the docs attempt to flag all abstract classes and identify the pure virtual
methods which must be overloaded in the derived class. Derived classes can be created
in Python by writing Python methods to overload the pure virtual methods - no C++ code
is retquired.
is required.
</P>
<DIV CLASS="NAVFOOTER">

@ -94,7 +94,7 @@ the compile has 128MB or less RAM.
<td width = "40%"><u>configure.py Default:</u> python/site-packages/</td>
<td width = "20%"> </td>
</tr></table>
Normally, the PyKDE modules are installed in python/site-packages. Writing to this directory retquires
Normally, the PyKDE modules are installed in python/site-packages. Writing to this directory requires
root access. RPM builders sometimes need to build the modules to a different directory, or you may want
to install the modules in a different location (for example, in a subdirectory of site-packages/). For this
option to be useful, you need to ensure that Python can still locate and import the PyKDE modules from
@ -162,7 +162,7 @@ The path to KDE's library files (libtdecore.so, etc).
<td width = "40%"><u>configure.py Default:</u> trinity/include</td>
<td width = "20%"> </td>
</tr></table>
The path to KDE's h files. (May retquire installation of tdelibs3-devel rpm package)
The path to KDE's h files. (May require installation of tdelibs3-devel rpm package)
configure.py. PyKDE will locate h files in subdirectories of this path automatically (eg trinity/include/kio/*.h)
</dd>
<hr>
@ -203,7 +203,7 @@ them on.
<td width = "40%"><u>configure.py Default:</u> none</td>
<td width = "20%"> </td>
</tr></table>
If your site retquires the use of more than one or two option switches, you can place all of the options
If your site requires the use of more than one or two option switches, you can place all of the options
in a text file and then reference only the text file's path and name on the command line. The options
are placed in the text file just as they would be on the command line, with one option per line.
For example, the options file for the command "python configure.py -c- -v /usr/local/PyTQt/sip" would look

@ -38,7 +38,7 @@ In side the module, add the following:
the sample.
- one of buildWidget, buildDialog, buildApp, MainFrame - callable (retquired)
- one of buildWidget, buildDialog, buildApp, MainFrame - callable (required)
default: None
example: MainFrame(TQFrame): ...

@ -271,7 +271,7 @@ class MainWin (KMainWindow):
description = "A basic application template"
version = "1.0"
# The appName (xmlmenudemo - first argument) is retquired
# The appName (xmlmenudemo - first argument) is required
# if the program is to automatically locate it *ui.rc file
aboutData = KAboutData ("xmlmenudemo", "xmlmenudemo",\
version, description, KAboutData.License_GPL,\

@ -44,7 +44,7 @@ return value to be returned to the caller.
DCOPExMeth is basically a data structure to hold the parsed method info
(name, arg list, return type, signature)
This module retquires the dcopext module, but only for the numericTypes and
This module requires the dcopext module, but only for the numericTypes and
stringTypes lists
"""

@ -122,11 +122,11 @@ failure = False).
ok = d.Panel.addURLButton (TQString ("http://www.kde.org"))
would call addURLButton with the retquired argument, and return nothing but the DCOP call
would call addURLButton with the required argument, and return nothing but the DCOP call
status(since its return type is 'void').
Note that to instantiate a DCOPObj directly, you need to have a valid DCOPApp
to pass to DCOPObj's __init__ method. Similarly, DCOPMeth retquires a valid DCOPOBject.
to pass to DCOPObj's __init__ method. Similarly, DCOPMeth requires a valid DCOPOBject.
For example:
d = DCOPApp ("kicker", dcop)

@ -148,7 +148,7 @@ public:
bool isValid() const;
/**
* The minimum display depth retquired for this theme. This can either
* The minimum display depth required for this theme. This can either
* be 8 or 32.
*/
int depth() const { return mDepth; }

@ -35,7 +35,7 @@ class KCModule;
/**
* This is a basic message object used for exchanging filtering
* information between the filter plugins and the application
* whenever the application retquires more information about the
* whenever the application requires more information about the
* URI than just a filtered version of it. Any application can
* create an instance of this class and send it to @ref KURIFilter
* to have the filter plugins fill the necessary information.

@ -148,7 +148,7 @@ public:
bool isValid() const;
/**
* The minimum display depth retquired for this theme. This can either
* The minimum display depth required for this theme. This can either
* be 8 or 32.
*/
int depth() const { return mDepth; }

@ -35,7 +35,7 @@ class KCModule;
/**
* This is a basic message object used for exchanging filtering
* information between the filter plugins and the application
* whenever the application retquires more information about the
* whenever the application requires more information about the
* URI than just a filtered version of it. Any application can
* create an instance of this class and send it to @ref KURIFilter
* to have the filter plugins fill the necessary information.

@ -148,7 +148,7 @@ public:
bool isValid() const;
/**
* The minimum display depth retquired for this theme. This can either
* The minimum display depth required for this theme. This can either
* be 8 or 32.
*/
int depth() const { return mDepth; }

@ -35,7 +35,7 @@ class KCModule;
/**
* This is a basic message object used for exchanging filtering
* information between the filter plugins and the application
* whenever the application retquires more information about the
* whenever the application requires more information about the
* URI than just a filtered version of it. Any application can
* create an instance of this class and send it to @ref KURIFilter
* to have the filter plugins fill the necessary information.

@ -241,7 +241,7 @@ public:
bool isHidden() const;
/**
* The minimum display depth retquired for this theme. This can either
* The minimum display depth required for this theme. This can either
* be 8 or 32.
* @return the minimum bpp (8 or 32)
*/

@ -81,10 +81,10 @@ namespace KKeyServer
TQString toString() const;
/**
* Returns the mods that are retquired for this symbol as
* ORed @ref KKey::ModFlag's. For example, Break retquires a
* Returns the mods that are required for this symbol as
* ORed @ref KKey::ModFlag's. For example, Break requires a
* Ctrl to be valid.
* @return the retquired @ref KKey::ModFlag's
* @return the required @ref KKey::ModFlag's
* @see KKey::ModFlag
*/
uint getModsRequired() const;

@ -35,7 +35,7 @@ class KCModule;
/**
* This is a basic message object used for exchanging filtering
* information between the filter plugins and the application
* whenever the application retquires more information about the
* whenever the application requires more information about the
* URI than just a filtered version of it. Any application can
* create an instance of this class and send it to @ref KURIFilter
* to have the filter plugins fill the necessary information.

@ -241,7 +241,7 @@ public:
bool isHidden() const;
/**
* The minimum display depth retquired for this theme. This can either
* The minimum display depth required for this theme. This can either
* be 8 or 32.
* @return the minimum bpp (8 or 32)
*/

@ -81,10 +81,10 @@ namespace KKeyServer
TQString toString() const;
/**
* Returns the mods that are retquired for this symbol as
* ORed @ref KKey::ModFlag's. For example, Break retquires a
* Returns the mods that are required for this symbol as
* ORed @ref KKey::ModFlag's. For example, Break requires a
* Ctrl to be valid.
* @return the retquired @ref KKey::ModFlag's
* @return the required @ref KKey::ModFlag's
* @see KKey::ModFlag
*/
uint getModsRequired() const;

@ -35,7 +35,7 @@ class KCModule;
/**
* This is a basic message object used for exchanging filtering
* information between the filter plugins and the application
* whenever the application retquires more information about the
* whenever the application requires more information about the
* URI than just a filtered version of it. Any application can
* create an instance of this class and send it to @ref KURIFilter
* to have the filter plugins fill the necessary information.

@ -241,7 +241,7 @@ public:
bool isHidden() const;
/**
* The minimum display depth retquired for this theme. This can either
* The minimum display depth required for this theme. This can either
* be 8 or 32.
* @return the minimum bpp (8 or 32)
*/

@ -81,10 +81,10 @@ namespace KKeyServer
TQString toString() const;
/**
* Returns the mods that are retquired for this symbol as
* ORed @ref KKey::ModFlag's. For example, Break retquires a
* Returns the mods that are required for this symbol as
* ORed @ref KKey::ModFlag's. For example, Break requires a
* Ctrl to be valid.
* @return the retquired @ref KKey::ModFlag's
* @return the required @ref KKey::ModFlag's
* @see KKey::ModFlag
*/
uint getModsRequired() const;

@ -35,7 +35,7 @@ class KCModule;
/**
* This is a basic message object used for exchanging filtering
* information between the filter plugins and the application
* whenever the application retquires more information about the
* whenever the application requires more information about the
* URI than just a filtered version of it. Any application can
* create an instance of this class and send it to @ref KURIFilter
* to have the filter plugins fill the necessary information.

@ -241,7 +241,7 @@ public:
bool isHidden() const;
/**
* The minimum display depth retquired for this theme. This can either
* The minimum display depth required for this theme. This can either
* be 8 or 32.
* @return the minimum bpp (8 or 32)
*/

@ -81,10 +81,10 @@ namespace KKeyServer
TQString toString() const;
/**
* Returns the mods that are retquired for this symbol as
* ORed @ref KKey::ModFlag's. For example, Break retquires a
* Returns the mods that are required for this symbol as
* ORed @ref KKey::ModFlag's. For example, Break requires a
* Ctrl to be valid.
* @return the retquired @ref KKey::ModFlag's
* @return the required @ref KKey::ModFlag's
* @see KKey::ModFlag
*/
uint getModsRequired() const;

@ -35,7 +35,7 @@ class KCModule;
/**
* This is a basic message object used for exchanging filtering
* information between the filter plugins and the application
* whenever the application retquires more information about the
* whenever the application requires more information about the
* URI than just a filtered version of it. Any application can
* create an instance of this class and send it to @ref KURIFilter
* to have the filter plugins fill the necessary information.

@ -241,7 +241,7 @@ public:
bool isHidden() const;
/**
* The minimum display depth retquired for this theme. This can either
* The minimum display depth required for this theme. This can either
* be 8 or 32.
* @return the minimum bpp (8 or 32)
*/

@ -81,10 +81,10 @@ namespace KKeyServer
TQString toString() const;
/**
* Returns the mods that are retquired for this symbol as
* ORed @ref KKey::ModFlag's. For example, Break retquires a
* Returns the mods that are required for this symbol as
* ORed @ref KKey::ModFlag's. For example, Break requires a
* Ctrl to be valid.
* @return the retquired @ref KKey::ModFlag's
* @return the required @ref KKey::ModFlag's
* @see KKey::ModFlag
*/
uint getModsRequired() const;

@ -35,7 +35,7 @@ class KCModule;
/**
* This is a basic message object used for exchanging filtering
* information between the filter plugins and the application
* whenever the application retquires more information about the
* whenever the application requires more information about the
* URI than just a filtered version of it. Any application can
* create an instance of this class and send it to @ref KURIFilter
* to have the filter plugins fill the necessary information.

@ -241,7 +241,7 @@ public:
bool isHidden() const;
/**
* The minimum display depth retquired for this theme. This can either
* The minimum display depth required for this theme. This can either
* be 8 or 32.
* @return the minimum bpp (8 or 32)
*/

@ -81,10 +81,10 @@ namespace KKeyServer
TQString toString() const;
/**
* Returns the mods that are retquired for this symbol as
* ORed @ref KKey::ModFlag's. For example, Break retquires a
* Returns the mods that are required for this symbol as
* ORed @ref KKey::ModFlag's. For example, Break requires a
* Ctrl to be valid.
* @return the retquired @ref KKey::ModFlag's
* @return the required @ref KKey::ModFlag's
* @see KKey::ModFlag
*/
uint getModsRequired() const;

@ -35,7 +35,7 @@ class KCModule;
/**
* This is a basic message object used for exchanging filtering
* information between the filter plugins and the application
* whenever the application retquires more information about the
* whenever the application requires more information about the
* URI than just a filtered version of it. Any application can
* create an instance of this class and send it to @ref KURIFilter
* to have the filter plugins fill the necessary information.

@ -244,7 +244,7 @@ public:
bool isHidden() const;
/**
* The minimum display depth retquired for this theme. This can either
* The minimum display depth required for this theme. This can either
* be 8 or 32.
* @return the minimum bpp (8 or 32)
*/

@ -79,10 +79,10 @@ namespace KKeyServer
TQString toString() const;
/**
* Returns the mods that are retquired for this symbol as
* ORed KKey::ModFlag's. For example, Break retquires a
* Returns the mods that are required for this symbol as
* ORed KKey::ModFlag's. For example, Break requires a
* Ctrl to be valid.
* @return the retquired KKey::ModFlag's
* @return the required KKey::ModFlag's
* @see KKey::ModFlag
*/
uint getModsRequired() const;

@ -42,7 +42,7 @@ class KCModule;
* information between the filter plugins and the application
* requesting the filtering service.
*
* Use this object if you retquire a more detailed information
* Use this object if you require a more detailed information
* about the URI you want to filter. Any application can create
* an instance of this class and send it to KURIFilter to
* have the plugins fill out all possible information about the

@ -244,7 +244,7 @@ public:
bool isHidden() const;
/**
* The minimum display depth retquired for this theme. This can either
* The minimum display depth required for this theme. This can either
* be 8 or 32.
* @return the minimum bpp (8 or 32)
*/

@ -79,10 +79,10 @@ namespace KKeyServer
TQString toString() const;
/**
* Returns the mods that are retquired for this symbol as
* ORed KKey::ModFlag's. For example, Break retquires a
* Returns the mods that are required for this symbol as
* ORed KKey::ModFlag's. For example, Break requires a
* Ctrl to be valid.
* @return the retquired KKey::ModFlag's
* @return the required KKey::ModFlag's
* @see KKey::ModFlag
*/
uint getModsRequired() const;

@ -42,7 +42,7 @@ class KCModule;
* information between the filter plugins and the application
* requesting the filtering service.
*
* Use this object if you retquire a more detailed information
* Use this object if you require a more detailed information
* about the URI you want to filter. Any application can create
* an instance of this class and send it to KURIFilter to
* have the plugins fill out all possible information about the

@ -244,7 +244,7 @@ public:
bool isHidden() const;
/**
* The minimum display depth retquired for this theme. This can either
* The minimum display depth required for this theme. This can either
* be 8 or 32.
* @return the minimum bpp (8 or 32)
*/

@ -79,10 +79,10 @@ namespace KKeyServer
TQString toString() const;
/**
* Returns the mods that are retquired for this symbol as
* ORed KKey::ModFlag's. For example, Break retquires a
* Returns the mods that are required for this symbol as
* ORed KKey::ModFlag's. For example, Break requires a
* Ctrl to be valid.
* @return the retquired KKey::ModFlag's
* @return the required KKey::ModFlag's
* @see KKey::ModFlag
*/
uint getModsRequired() const;

@ -42,7 +42,7 @@ class KCModule;
* information between the filter plugins and the application
* requesting the filtering service.
*
* Use this object if you retquire a more detailed information
* Use this object if you require a more detailed information
* about the URI you want to filter. Any application can create
* an instance of this class and send it to KURIFilter to
* have the plugins fill out all possible information about the

@ -244,7 +244,7 @@ public:
bool isHidden() const;
/**
* The minimum display depth retquired for this theme. This can either
* The minimum display depth required for this theme. This can either
* be 8 or 32.
* @return the minimum bpp (8 or 32)
*/

@ -79,10 +79,10 @@ namespace KKeyServer
TQString toString() const;
/**
* Returns the mods that are retquired for this symbol as
* ORed KKey::ModFlag's. For example, Break retquires a
* Returns the mods that are required for this symbol as
* ORed KKey::ModFlag's. For example, Break requires a
* Ctrl to be valid.
* @return the retquired KKey::ModFlag's
* @return the required KKey::ModFlag's
* @see KKey::ModFlag
*/
uint getModsRequired() const;

@ -42,7 +42,7 @@ class KCModule;
* information between the filter plugins and the application
* requesting the filtering service.
*
* Use this object if you retquire a more detailed information
* Use this object if you require a more detailed information
* about the URI you want to filter. Any application can create
* an instance of this class and send it to KURIFilter to
* have the plugins fill out all possible information about the

@ -246,7 +246,7 @@ public:
bool isHidden() const;
/**
* The minimum display depth retquired for this theme. This can either
* The minimum display depth required for this theme. This can either
* be 8 or 32.
* @return the minimum bpp (8 or 32)
*/

@ -79,10 +79,10 @@ namespace KKeyServer
TQString toString() const;
/**
* Returns the mods that are retquired for this symbol as
* ORed KKey::ModFlag's. For example, Break retquires a
* Returns the mods that are required for this symbol as
* ORed KKey::ModFlag's. For example, Break requires a
* Ctrl to be valid.
* @return the retquired KKey::ModFlag's
* @return the required KKey::ModFlag's
* @see KKey::ModFlag
*/
uint getModsRequired() const;

@ -42,7 +42,7 @@ class KCModule;
* information between the filter plugins and the application
* requesting the filtering service.
*
* Use this object if you retquire a more detailed information
* Use this object if you require a more detailed information
* about the URI you want to filter. Any application can create
* an instance of this class and send it to KURIFilter to
* have the plugins fill out all possible information about the

@ -248,7 +248,7 @@ public:
bool isHidden() const;
/**
* The minimum display depth retquired for this theme. This can either
* The minimum display depth required for this theme. This can either
* be 8 or 32.
* @return the minimum bpp (8 or 32)
*/

@ -79,10 +79,10 @@ namespace KKeyServer
TQString toString() const;
/**
* Returns the mods that are retquired for this symbol as
* ORed KKey::ModFlag's. For example, Break retquires a
* Returns the mods that are required for this symbol as
* ORed KKey::ModFlag's. For example, Break requires a
* Ctrl to be valid.
* @return the retquired KKey::ModFlag's
* @return the required KKey::ModFlag's
* @see KKey::ModFlag
*/
uint getModsRequired() const;

@ -42,7 +42,7 @@ class KCModule;
* information between the filter plugins and the application
* requesting the filtering service.
*
* Use this object if you retquire a more detailed information
* Use this object if you require a more detailed information
* about the URI you want to filter. Any application can create
* an instance of this class and send it to KURIFilter to
* have the plugins fill out all possible information about the

@ -248,7 +248,7 @@ public:
bool isHidden() const;
/**
* The minimum display depth retquired for this theme. This can either
* The minimum display depth required for this theme. This can either
* be 8 or 32.
* @return the minimum bpp (8 or 32)
*/

@ -79,10 +79,10 @@ namespace KKeyServer
TQString toString() const;
/**
* Returns the mods that are retquired for this symbol as
* ORed KKey::ModFlag's. For example, Break retquires a
* Returns the mods that are required for this symbol as
* ORed KKey::ModFlag's. For example, Break requires a
* Ctrl to be valid.
* @return the retquired KKey::ModFlag's
* @return the required KKey::ModFlag's
* @see KKey::ModFlag
*/
uint getModsRequired() const;

@ -42,7 +42,7 @@ class KCModule;
* information between the filter plugins and the application
* requesting the filtering service.
*
* Use this object if you retquire a more detailed information
* Use this object if you require a more detailed information
* about the URI you want to filter. Any application can create
* an instance of this class and send it to KURIFilter to
* have the plugins fill out all possible information about the

@ -265,7 +265,7 @@ public:
bool isHidden() const;
/**
* The minimum display depth retquired for this theme. This can either
* The minimum display depth required for this theme. This can either
* be 8 or 32.
* @return the minimum bpp (8 or 32)
*/

@ -101,10 +101,10 @@ namespace KKeyServer
TQString toString() const;
/**
* Returns the mods that are retquired for this symbol as
* ORed KKey::ModFlag's. For example, Break retquires a
* Returns the mods that are required for this symbol as
* ORed KKey::ModFlag's. For example, Break requires a
* Ctrl to be valid.
* @return the retquired KKey::ModFlag's
* @return the required KKey::ModFlag's
* @see KKey::ModFlag
*/
uint getModsRequired() const;

@ -45,7 +45,7 @@ class KCModule;
* information between the filter plugins and the application
* requesting the filtering service.
*
* Use this object if you retquire a more detailed information
* Use this object if you require a more detailed information
* about the URI you want to filter. Any application can create
* an instance of this class and send it to KURIFilter to
* have the plugins fill out all possible information about the

@ -265,7 +265,7 @@ public:
bool isHidden() const;
/**
* The minimum display depth retquired for this theme. This can either
* The minimum display depth required for this theme. This can either
* be 8 or 32.
* @return the minimum bpp (8 or 32)
*/

@ -101,10 +101,10 @@ namespace KKeyServer
TQString toString() const;
/**
* Returns the mods that are retquired for this symbol as
* ORed KKey::ModFlag's. For example, Break retquires a
* Returns the mods that are required for this symbol as
* ORed KKey::ModFlag's. For example, Break requires a
* Ctrl to be valid.
* @return the retquired KKey::ModFlag's
* @return the required KKey::ModFlag's
* @see KKey::ModFlag
*/
uint getModsRequired() const;

@ -45,7 +45,7 @@ class KCModule;
* information between the filter plugins and the application
* requesting the filtering service.
*
* Use this object if you retquire a more detailed information
* Use this object if you require a more detailed information
* about the URI you want to filter. Any application can create
* an instance of this class and send it to KURIFilter to
* have the plugins fill out all possible information about the

@ -265,7 +265,7 @@ public:
bool isHidden() const;
/**
* The minimum display depth retquired for this theme. This can either
* The minimum display depth required for this theme. This can either
* be 8 or 32.
* @return the minimum bpp (8 or 32)
*/

@ -101,10 +101,10 @@ namespace KKeyServer
TQString toString() const;
/**
* Returns the mods that are retquired for this symbol as
* ORed KKey::ModFlag's. For example, Break retquires a
* Returns the mods that are required for this symbol as
* ORed KKey::ModFlag's. For example, Break requires a
* Ctrl to be valid.
* @return the retquired KKey::ModFlag's
* @return the required KKey::ModFlag's
* @see KKey::ModFlag
*/
uint getModsRequired() const;

@ -45,7 +45,7 @@ class KCModule;
* information between the filter plugins and the application
* requesting the filtering service.
*
* Use this object if you retquire a more detailed information
* Use this object if you require a more detailed information
* about the URI you want to filter. Any application can create
* an instance of this class and send it to KURIFilter to
* have the plugins fill out all possible information about the

@ -265,7 +265,7 @@ public:
bool isHidden() const;
/**
* The minimum display depth retquired for this theme. This can either
* The minimum display depth required for this theme. This can either
* be 8 or 32.
* @return the minimum bpp (8 or 32)
*/

@ -101,10 +101,10 @@ namespace KKeyServer
TQString toString() const;
/**
* Returns the mods that are retquired for this symbol as
* ORed KKey::ModFlag's. For example, Break retquires a
* Returns the mods that are required for this symbol as
* ORed KKey::ModFlag's. For example, Break requires a
* Ctrl to be valid.
* @return the retquired KKey::ModFlag's
* @return the required KKey::ModFlag's
* @see KKey::ModFlag
*/
uint getModsRequired() const;

@ -45,7 +45,7 @@ class KCModule;
* information between the filter plugins and the application
* requesting the filtering service.
*
* Use this object if you retquire a more detailed information
* Use this object if you require a more detailed information
* about the URI you want to filter. Any application can create
* an instance of this class and send it to KURIFilter to
* have the plugins fill out all possible information about the

@ -265,7 +265,7 @@ public:
bool isHidden() const;
/**
* The minimum display depth retquired for this theme. This can either
* The minimum display depth required for this theme. This can either
* be 8 or 32.
* @return the minimum bpp (8 or 32)
*/

@ -101,10 +101,10 @@ namespace KKeyServer
TQString toString() const;
/**
* Returns the mods that are retquired for this symbol as
* ORed KKey::ModFlag's. For example, Break retquires a
* Returns the mods that are required for this symbol as
* ORed KKey::ModFlag's. For example, Break requires a
* Ctrl to be valid.
* @return the retquired KKey::ModFlag's
* @return the required KKey::ModFlag's
* @see KKey::ModFlag
*/
uint getModsRequired() const;

@ -45,7 +45,7 @@ class KCModule;
* information between the filter plugins and the application
* requesting the filtering service.
*
* Use this object if you retquire a more detailed information
* Use this object if you require a more detailed information
* about the URI you want to filter. Any application can create
* an instance of this class and send it to KURIFilter to
* have the plugins fill out all possible information about the

@ -265,7 +265,7 @@ public:
bool isHidden() const;
/**
* The minimum display depth retquired for this theme. This can either
* The minimum display depth required for this theme. This can either
* be 8 or 32.
* @return the minimum bpp (8 or 32)
*/

@ -101,10 +101,10 @@ namespace KKeyServer
TQString toString() const;
/**
* Returns the mods that are retquired for this symbol as
* ORed KKey::ModFlag's. For example, Break retquires a
* Returns the mods that are required for this symbol as
* ORed KKey::ModFlag's. For example, Break requires a
* Ctrl to be valid.
* @return the retquired KKey::ModFlag's
* @return the required KKey::ModFlag's
* @see KKey::ModFlag
*/
uint getModsRequired() const;

@ -45,7 +45,7 @@ class KCModule;
* information between the filter plugins and the application
* requesting the filtering service.
*
* Use this object if you retquire a more detailed information
* Use this object if you require a more detailed information
* about the URI you want to filter. Any application can create
* an instance of this class and send it to KURIFilter to
* have the plugins fill out all possible information about the

@ -265,7 +265,7 @@ public:
bool isHidden() const;
/**
* The minimum display depth retquired for this theme. This can either
* The minimum display depth required for this theme. This can either
* be 8 or 32.
* @return the minimum bpp (8 or 32)
*/

@ -101,10 +101,10 @@ namespace KKeyServer
TQString toString() const;
/**
* Returns the mods that are retquired for this symbol as
* ORed KKey::ModFlag's. For example, Break retquires a
* Returns the mods that are required for this symbol as
* ORed KKey::ModFlag's. For example, Break requires a
* Ctrl to be valid.
* @return the retquired KKey::ModFlag's
* @return the required KKey::ModFlag's
* @see KKey::ModFlag
*/
uint getModsRequired() const;

@ -45,7 +45,7 @@ class KCModule;
* information between the filter plugins and the application
* requesting the filtering service.
*
* Use this object if you retquire a more detailed information
* Use this object if you require a more detailed information
* about the URI you want to filter. Any application can create
* an instance of this class and send it to KURIFilter to
* have the plugins fill out all possible information about the

@ -265,7 +265,7 @@ public:
bool isHidden() const;
/**
* The minimum display depth retquired for this theme. This can either
* The minimum display depth required for this theme. This can either
* be 8 or 32.
* @return the minimum bpp (8 or 32)
*/

@ -45,7 +45,7 @@ class KCModule;
* information between the filter plugins and the application
* requesting the filtering service.
*
* Use this object if you retquire a more detailed information
* Use this object if you require a more detailed information
* about the URI you want to filter. Any application can create
* an instance of this class and send it to KURIFilter to
* have the plugins fill out all possible information about the

@ -139,7 +139,7 @@ public:
//doc
// A Pytbon list of tuples (name, description, default) is the first parameter
// instead of a KCmdLineOptions object (KCmdLineOptions is not used);
// NULL (or None) parameters to mark the end of the list are not retquired
// NULL (or None) parameters to mark the end of the list are not required
//end
int n;

@ -77,7 +77,7 @@ aboutData.addAuthor ("author2", "they did something else", "another@email.addres
# Pass the command line arguments and aboutData to
# KCmdLineArgs - this is where KDE will look for
# this information. The KApplication constructor
# used below *retquires* the args are processed
# used below *requires* the args are processed
# *before* KApplication is instantiated. There
# is an alternate constructor that takes sys.argv
# as an argument (see minimal.py)

@ -67,7 +67,7 @@ class MainWin (KMainWindow):
# Create the status bar
self.initStatusBar ()
# Usings actions, only a single line is retquired
# Usings actions, only a single line is required
# to enable/disable both the menu item and corresponding
# toolbar button from anywhere in the program
self.saveAction.setEnabled (False)
@ -112,7 +112,7 @@ class MainWin (KMainWindow):
# or you can use KAction.setIcon to set/change the icon. You
# can also add a tooltip with KAction.setToolTip
# This KAction constructor retquires a TQString, an accelerator (0
# This KAction constructor requires a TQString, an accelerator (0
# in this case), a slot, and a TQObject (None in this case)
self.specialAction = KAction (i18n ("Special"), 0, self.slotSpecial, None)

Loading…
Cancel
Save