diff options
Diffstat (limited to 'tools/assistant/lib')
-rw-r--r-- | tools/assistant/lib/qassistantclient.cpp | 4 | ||||
-rw-r--r-- | tools/assistant/lib/qassistantclient.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/assistant/lib/qassistantclient.cpp b/tools/assistant/lib/qassistantclient.cpp index fc772b55b..d6acac3c9 100644 --- a/tools/assistant/lib/qassistantclient.cpp +++ b/tools/assistant/lib/qassistantclient.cpp @@ -13,7 +13,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: @@ -70,7 +70,7 @@ static TQAssistantClientPrivate *data( const TQAssistantClient *client, bool cre it isn't already running. The TQAssistantClient instance can open (openAssistant()) or close - (closeAssistant()) TQt Assistant whenever retquired. If TQt Assistant + (closeAssistant()) TQt Assistant whenever required. If TQt Assistant is open, isOpen() returns TRUE. One TQAssistantClient instance interacts with one TQt Assistant diff --git a/tools/assistant/lib/qassistantclient.h b/tools/assistant/lib/qassistantclient.h index 2f93d48c0..891dc1bab 100644 --- a/tools/assistant/lib/qassistantclient.h +++ b/tools/assistant/lib/qassistantclient.h @@ -13,7 +13,7 @@ ** and the KDE Free TQt Foundation. ** ** Please review the following information to ensure GNU General -** Public Licensing retquirements will be met: +** Public Licensing requirements will be met: ** http://trolltech.com/products/qt/licenses/licensing/opensource/. ** If you are unsure which license is appropriate for your use, please ** review the following information: |