summaryrefslogtreecommitdiffstats
path: root/doc/dnd.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/dnd.doc')
-rw-r--r--doc/dnd.doc14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/dnd.doc b/doc/dnd.doc
index 31fedba4..b7d54c15 100644
--- a/doc/dnd.doc
+++ b/doc/dnd.doc
@@ -4,7 +4,7 @@
**
** Copyright (C) 1992-2008 Trolltech ASA. All rights reserved.
**
-** This file is part of the Qt GUI Toolkit.
+** This file is part of the TQt GUI Toolkit.
**
** This file may be used under the terms of the GNU General
** Public License versions 2.0 or 3.0 as published by the Free
@@ -13,7 +13,7 @@
** Alternatively you may (at your option) use any later version
** of the GNU General Public License if such license has been
** publicly approved by Trolltech ASA (or its successors, if any)
-** and the KDE Free Qt Foundation.
+** and the KDE Free TQt Foundation.
**
** Please review the following information to ensure GNU General
** Public Licensing requirements will be met:
@@ -347,20 +347,20 @@ getters, \l{QApplication::startDragTime()} and
On X11, the public <a class="r"
href="http://www.newplanetsoftware.com/xdnd/">XDND protocol</a> is
-used, while on Windows Qt uses the OLE standard, and Qt/Mac uses the
+used, while on Windows TQt uses the OLE standard, and Qt/Mac uses the
Carbon Drag Manager. On X11, XDND uses MIME, so no translation is
-necessary. The Qt API is the same regardless of the platform. On
+necessary. The TQt API is the same regardless of the platform. On
Windows, MIME-aware applications can communicate by using clipboard
format names that are MIME types. Already some Windows applications
use MIME naming conventions for their clipboard formats. Internally,
Qt has facilities for translating proprietary clipboard formats to and
from MIME types. This interface will be made public at some time, but
-if you need to do such translations now, contact your Qt Technical
+if you need to do such translations now, contact your TQt Technical
Support service.
-On X11, Qt also supports drops via the Motif Drag\&Drop Protocol. The
+On X11, TQt also supports drops via the Motif Drag\&Drop Protocol. The
implementation incorporates some code that was originally written by
-Daniel Dardailler, and adapted for Qt by Matt Koss \<koss@napri.sk\>
+Daniel Dardailler, and adapted for TQt by Matt Koss \<koss@napri.sk\>
and Trolltech. Here is the original copyright notice:
\legalese