From 1a59ddcb5a76647bd1a3f19fd055649f70282f0e Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 4 May 2013 23:53:07 -0500 Subject: [PATCH] Fix inadvertent renaming. --- doc/classref/tdehtml/TDEHTMLView.html | 4 ++-- doc/classref/tdeio/TDEIO.Job.html | 4 ++-- doc/classref/tdeio/TDEIO.PreviewJob.html | 4 ++-- doc/classref/tdeio/TDEIO.SimpleJob.html | 4 ++-- doc/classref/tdeui/KDialogBase.html | 12 ++++++------ doc/examples.html | 2 +- doc/libpythonize.html | 10 +++++----- doc/signal.html | 2 +- doc/trouble.html | 2 +- examples/pytde-sampler/basic_widgets/historycombo.py | 2 +- examples/pytde-sampler/dialogs/font.py | 4 ++-- templates/annotated/systray1.py | 2 +- 12 files changed, 26 insertions(+), 26 deletions(-) diff --git a/doc/classref/tdehtml/TDEHTMLView.html b/doc/classref/tdehtml/TDEHTMLView.html index 1d85bdd..d10e10e 100644 --- a/doc/classref/tdehtml/TDEHTMLView.html +++ b/doc/classref/tdehtml/TDEHTMLView.html @@ -177,12 +177,12 @@ Renamed: was ' print ' in C++

-
  • print_ (tquick) +
  • print_ (quick)
    returns nothing
    Renamed: was ' print' in C++
    In versions KDE 3.2.0 and above only
    - +
    ArgumentTypeDefault
    tquickbool
    quickbool

  • repaintAccessKeys () diff --git a/doc/classref/tdeio/TDEIO.Job.html b/doc/classref/tdeio/TDEIO.Job.html index 95e19cc..bf97af7 100644 --- a/doc/classref/tdeio/TDEIO.Job.html +++ b/doc/classref/tdeio/TDEIO.Job.html @@ -134,10 +134,10 @@
    returns (bool)
    In versions KDE 3.4.3 and above only

  • -
  • kill (tquietly = 1) +
  • kill (quietly = 1)
    returns nothing
    - +
    ArgumentTypeDefault
    tquietlybool1
    quietlybool1

  • mergeMetaData (values) diff --git a/doc/classref/tdeio/TDEIO.PreviewJob.html b/doc/classref/tdeio/TDEIO.PreviewJob.html index ee2f9a5..a981fbf 100644 --- a/doc/classref/tdeio/TDEIO.PreviewJob.html +++ b/doc/classref/tdeio/TDEIO.PreviewJob.html @@ -75,11 +75,11 @@ previewTQPixmap

  • -
  • kill (tquietly = 1) +
  • kill (quietly = 1)
    returns nothing
    In versions KDE 3.5.1 and above only
    - +
    ArgumentTypeDefault
    tquietlybool1
    quietlybool1

  • removeItem (item) diff --git a/doc/classref/tdeio/TDEIO.SimpleJob.html b/doc/classref/tdeio/TDEIO.SimpleJob.html index e4089e9..a015602 100644 --- a/doc/classref/tdeio/TDEIO.SimpleJob.html +++ b/doc/classref/tdeio/TDEIO.SimpleJob.html @@ -47,10 +47,10 @@
  • command ()
    returns (int)

  • -
  • kill (tquietly = 1) +
  • kill (quietly = 1)
    returns nothing
    - +
    ArgumentTypeDefault
    tquietlybool1
    quietlybool1

  • putOnHold () diff --git a/doc/classref/tdeui/KDialogBase.html b/doc/classref/tdeui/KDialogBase.html index dbf739b..8ca2e01 100644 --- a/doc/classref/tdeui/KDialogBase.html +++ b/doc/classref/tdeui/KDialogBase.html @@ -442,12 +442,12 @@ itemKGuiItemKStdGuiItem .apply ()

  • -
  • setButtonApplyText (text = TQString .null, tooltip = TQString .null, tquickhelp = TQString .null) +
  • setButtonApplyText (text = TQString .null, tooltip = TQString .null, quickhelp = TQString .null)
    returns nothing
    - +
    ArgumentTypeDefault
    textTQStringTQString .null
    tooltipTQStringTQString .null
    tquickhelpTQStringTQString .null
    quickhelpTQStringTQString .null

  • setButtonBoxOrientation (orientation) @@ -463,12 +463,12 @@ itemKGuiItemKStdGuiItem .cancel ()

  • -
  • setButtonCancelText (text = TQString .null, tooltip = TQString .null, tquickhelp = TQString .null) +
  • setButtonCancelText (text = TQString .null, tooltip = TQString .null, quickhelp = TQString .null)
    returns nothing
    - +
    ArgumentTypeDefault
    textTQStringTQString .null
    tooltipTQStringTQString .null
    tquickhelpTQStringTQString .null
    quickhelpTQStringTQString .null

  • setButtonGuiItem (id, item) @@ -486,12 +486,12 @@ itemKGuiItemKStdGuiItem .ok ()

  • -
  • setButtonOKText (text = TQString .null, tooltip = TQString .null, tquickhelp = TQString .null) +
  • setButtonOKText (text = TQString .null, tooltip = TQString .null, quickhelp = TQString .null)
    returns nothing
    - +
    ArgumentTypeDefault
    textTQStringTQString .null
    tooltipTQStringTQString .null
    tquickhelpTQStringTQString .null
    quickhelpTQStringTQString .null

  • setButtonText (id, text) diff --git a/doc/examples.html b/doc/examples.html index c69a6bf..61902ea 100644 --- a/doc/examples.html +++ b/doc/examples.html @@ -23,7 +23,7 @@ PyKDE includes a number of examples or "templates" that you can use as framework building your own apps or experimenting with PyKDE. The templates are executable programs which usually construct an application with a main window, and in some cases with menus, toolbar and status bar, but have no other functionality. You can use these -to get a tquick start on creating a program, for exploring PyKDE, or for testing various +to get a quick start on creating a program, for exploring PyKDE, or for testing various ideas using PyKDE.

    diff --git a/doc/libpythonize.html b/doc/libpythonize.html index 0aae9a2..f49fc63 100644 --- a/doc/libpythonize.html +++ b/doc/libpythonize.html @@ -50,7 +50,7 @@ the lock is not released, access will be denied to Python code relying on the in bindings like PyTQt or PyKDE).

    -If a second instance of Pythonize is created (within the same parent process), that instance will actquire +If a second instance of Pythonize is created (within the same parent process), that instance will acquire the lock automatically. In order to allow a second (and third or more) instance of Pythonize to be created and obtain the lock, it's necessary to have a related thread state (PyThreadState). This thread state is created by a call to PyThreadState_Get when the first instance of Pythonize is created. The @@ -87,11 +87,11 @@ C:


    Pythonize () [C++] or initialize () [C]

    -Constructor/initializer - loads and initializaes the interpreter and actquires the global interpreter lock. +Constructor/initializer - loads and initializaes the interpreter and acquires the global interpreter lock. Sets the value of pythonInit to true on success or false if construction/initialization fails Initializes the global thread state (first instance) or restores the global thread state (second and later instances). It is the programmer's resposibility to release the global interpreter lock to enable other -code to access the interpreter. The lock and thread state are automatically actquired when any Pythonize +code to access the interpreter. The lock and thread state are automatically acquired when any Pythonize instance is created..


    @@ -168,9 +168,9 @@ returns the results of the function call as a PyObject. Returns NULL on f Releases the global interpreter lock using PyEval_SaveThread. Saves the global thread state.


    -

    void actquireLock ()

    +

    void acquireLock ()

    -Actquires the global interpreter lock using PyEval_RestoreThread. Restores the global thread state. +Acquires the global interpreter lock using PyEval_RestoreThread. Restores the global thread state.


    PyThreadState *getThreadState ()

    diff --git a/doc/signal.html b/doc/signal.html index 7ca2180..1551f76 100644 --- a/doc/signal.html +++ b/doc/signal.html @@ -172,7 +172,7 @@ a.emit(PYSIGNAL("pySig"),("Hello","World"))

    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 +the signal passes. The extra arguments are quietly discarded. Python slots can be used in the same way.

    "Can't remove or create directory"
    -This happens rarely, but is a tquirk of the PyKDE build process. PyKDE will build and make +This happens rarely, but is a quirk of the PyKDE build process. PyKDE will build and make as an unprivileged user BUT if you did a build of PyKDE previously as root and then attempt to build PyKDE again as a user, the build will fail. The reason is that configure.py creates a number of directories and a lot of files. The next time configure.py runs, it will try to delete diff --git a/examples/pytde-sampler/basic_widgets/historycombo.py b/examples/pytde-sampler/basic_widgets/historycombo.py index 3b0797c..6bbc32e 100644 --- a/examples/pytde-sampler/basic_widgets/historycombo.py +++ b/examples/pytde-sampler/basic_widgets/historycombo.py @@ -15,7 +15,7 @@ helpText = ('An example of the KHistoryCombo widget.' 'slot to automatically add new items.') -historyText = 'a tquick brown fox jumps over the lazy dog' +historyText = 'a quick brown fox jumps over the lazy dog' class MainFrame(TQFrame): diff --git a/examples/pytde-sampler/dialogs/font.py b/examples/pytde-sampler/dialogs/font.py index 1eccc13..6e870b7 100644 --- a/examples/pytde-sampler/dialogs/font.py +++ b/examples/pytde-sampler/dialogs/font.py @@ -16,12 +16,12 @@ helpText = ("KDE provides a font dialog box for users to select (can you " fontText = """Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam ante. Nam in mauris. Vestibulum ante velit, condimentum vel, congue sit amet, lobortis a, dui. Fusce auctor, quam non pretium nonummy, leo -ante imperdiet libero, id lobortis erat erat tquis eros. Pellentesque +ante imperdiet libero, id lobortis erat erat quis eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Cras ut metus. Vivamus suscipit, sapien id tempor elementum, nunc quam malesuada dolor, sit amet luctus sapien odio vel ligula. Integer scelerisque, risus a interdum vestibulum, felis ipsum -pharetra eros, nec nonummy libero justo tquis risus. Vestibulum +pharetra eros, nec nonummy libero justo quis risus. Vestibulum tincidunt, augue vitae suscipit congue, sem dui adipiscing nulla, ut nonummy arcu quam ac sem. Nulla in metus. Phasellus neque. """ diff --git a/templates/annotated/systray1.py b/templates/annotated/systray1.py index eb3429f..d7d00ab 100644 --- a/templates/annotated/systray1.py +++ b/templates/annotated/systray1.py @@ -1,6 +1,6 @@ """ A basic system tray application - you can combine this with code from -menuapp2.py or menuapp3.py to tquickly build a full-blown application +menuapp2.py or menuapp3.py to quickly build a full-blown application framework. """