summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-05 20:59:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-05 20:59:01 -0600
commitdfb87398c72e9248aa709ae212e6ab7f2209003d (patch)
tree52422e7b6774fcc503d7c701cb2c77fa016386e8 /src
parent891a448afad4ab1f09bfb0cfee71652975bd7687 (diff)
downloadtqt3-dfb87398c72e9248aa709ae212e6ab7f2209003d.tar.gz
tqt3-dfb87398c72e9248aa709ae212e6ab7f2209003d.zip
Automated update from Qt3
Diffstat (limited to 'src')
-rw-r--r--src/attic/README2
-rw-r--r--src/canvas/qt_canvas.pri2
-rw-r--r--src/codecs/qt_codecs.pri2
-rw-r--r--src/dialogs/qt_dialogs.pri2
-rw-r--r--src/inputmethod/qt_inputmethod.pri2
-rw-r--r--src/kernel/qt_compat.pri2
-rw-r--r--src/kernel/qt_gfx.pri4
-rw-r--r--src/kernel/qt_kernel.pri2
-rw-r--r--src/moc/README2
-rw-r--r--src/network/qt_network.pri2
-rw-r--r--src/opengl/qt_opengl.pri2
-rw-r--r--src/qt.pro4
-rw-r--r--src/qtmain.pro2
-rw-r--r--src/sql/README.module12
-rw-r--r--src/sql/qt_sql.pri2
-rw-r--r--src/styles/qt_styles.pri2
-rw-r--r--src/table/qt_table.pri2
-rw-r--r--src/tools/qt_tools.pri2
-rw-r--r--src/widgets/qt_widgets.pri2
-rw-r--r--src/workspace/qt_workspace.pri2
-rw-r--r--src/xml/qt_xml.pri2
21 files changed, 28 insertions, 28 deletions
diff --git a/src/attic/README b/src/attic/README
index 7400da1e6..2e60ebce5 100644
--- a/src/attic/README
+++ b/src/attic/README
@@ -1,5 +1,5 @@
This directory contains classes that has been obsoleted and moved out
-of the Qt API.
+of the TQt API.
To use these classes, simply include them in your project. Remember to
rename the class references in your own code.
diff --git a/src/canvas/qt_canvas.pri b/src/canvas/qt_canvas.pri
index ad3ee30bb..e0f295b4a 100644
--- a/src/canvas/qt_canvas.pri
+++ b/src/canvas/qt_canvas.pri
@@ -1,4 +1,4 @@
-# Qt canvas module
+# TQt canvas module
canvas {
HEADERS += $$CANVAS_H/ntqcanvas.h
diff --git a/src/codecs/qt_codecs.pri b/src/codecs/qt_codecs.pri
index 3753a5dae..709c3ce6e 100644
--- a/src/codecs/qt_codecs.pri
+++ b/src/codecs/qt_codecs.pri
@@ -1,4 +1,4 @@
-# Qt codecs module
+# TQt codecs module
!bigcodecs:DEFINES += QT_NO_BIG_CODECS
tools {
diff --git a/src/dialogs/qt_dialogs.pri b/src/dialogs/qt_dialogs.pri
index deada26e9..ef84ae1e1 100644
--- a/src/dialogs/qt_dialogs.pri
+++ b/src/dialogs/qt_dialogs.pri
@@ -1,4 +1,4 @@
-# Qt dialogs module
+# TQt dialogs module
dialogs {
DIALOGS_P = dialogs
diff --git a/src/inputmethod/qt_inputmethod.pri b/src/inputmethod/qt_inputmethod.pri
index 202bba267..b4f719350 100644
--- a/src/inputmethod/qt_inputmethod.pri
+++ b/src/inputmethod/qt_inputmethod.pri
@@ -1,4 +1,4 @@
-# Qt inputmetod module
+# TQt inputmetod module
inputmethod {
INPUTMETHOD_P = inputmethod
diff --git a/src/kernel/qt_compat.pri b/src/kernel/qt_compat.pri
index 2bffb791b..70500f02e 100644
--- a/src/kernel/qt_compat.pri
+++ b/src/kernel/qt_compat.pri
@@ -1,4 +1,4 @@
-# Qt compatibility
+# TQt compatibility
# scratch pad for internal development
# hack these for your build like
diff --git a/src/kernel/qt_gfx.pri b/src/kernel/qt_gfx.pri
index 9c5b4c234..12c1497ab 100644
--- a/src/kernel/qt_gfx.pri
+++ b/src/kernel/qt_gfx.pri
@@ -1,4 +1,4 @@
-# Qt graphics
+# TQt graphics
#mng support
HEADERS += $$KERNEL_H/ntqmngio.h
@@ -150,6 +150,6 @@ unix:xftfreetype {
SOURCES += 3rdparty/opentype/ftxopentype.c
}
-#use Qt gif
+#use TQt gif
gif:DEFINES += QT_BUILTIN_GIF_READER=1
diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri
index 490f06a43..edb46a1a3 100644
--- a/src/kernel/qt_kernel.pri
+++ b/src/kernel/qt_kernel.pri
@@ -1,4 +1,4 @@
-# Qt kernel module
+# TQt kernel module
kernel {
KERNEL_P = kernel
diff --git a/src/moc/README b/src/moc/README
index 7eb8a54df..4105ba68b 100644
--- a/src/moc/README
+++ b/src/moc/README
@@ -1,4 +1,4 @@
-This directory contains the source code for the Qt Meta Object
+This directory contains the source code for the TQt Meta Object
Compiler (moc).
The files moc_yacc.cpp, moc_yacc.h and moc_lex.cpp are generated by
diff --git a/src/network/qt_network.pri b/src/network/qt_network.pri
index 537f2b99d..e5f17a996 100644
--- a/src/network/qt_network.pri
+++ b/src/network/qt_network.pri
@@ -1,4 +1,4 @@
-# Qt network module
+# TQt network module
network {
HEADERS += $$NETWORK_H/ntqdns.h \
diff --git a/src/opengl/qt_opengl.pri b/src/opengl/qt_opengl.pri
index b89ea8c27..b0c34887f 100644
--- a/src/opengl/qt_opengl.pri
+++ b/src/opengl/qt_opengl.pri
@@ -1,4 +1,4 @@
-# Qt opengl module
+# TQt opengl module
opengl {
HEADERS += $$OPENGL_H/ntqgl.h \
diff --git a/src/qt.pro b/src/qt.pro
index d35364259..7bde5587e 100644
--- a/src/qt.pro
+++ b/src/qt.pro
@@ -1,4 +1,4 @@
-# Qt project file
+# TQt project file
TEMPLATE = lib
TARGET = qt
embedded:TARGET = qte
@@ -14,7 +14,7 @@ win32:!shared:CONFIG += staticlib
win32-borland {
mng:QMAKE_CFLAGS_WARN_ON += -w-par
mng:QMAKE_CXXFLAGS_WARN_ON += -w-par
- # Keep the size of the .tds file for the Qt library smaller than
+ # Keep the size of the .tds file for the TQt library smaller than
# 34 Mbytes to avoid linking problems
QMAKE_CFLAGS_DEBUG += -vi -y-
QMAKE_CXXFLAGS_DEBUG += -vi -y-
diff --git a/src/qtmain.pro b/src/qtmain.pro
index ac2043fd4..78f54ecb1 100644
--- a/src/qtmain.pro
+++ b/src/qtmain.pro
@@ -1,4 +1,4 @@
-# Additional Qt project file for qtmain lib on Windows
+# Additional TQt project file for qtmain lib on Windows
TEMPLATE = lib
TARGET = qtmain
VERSION = 3.1.0
diff --git a/src/sql/README.module b/src/sql/README.module
index 511d90e83..ed09091c9 100644
--- a/src/sql/README.module
+++ b/src/sql/README.module
@@ -1,4 +1,4 @@
-Before building the Qt library, the Qt SQL module can be enabled for
+Before building the TQt library, the TQt SQL module can be enabled for
specific databases using 'configure'. 'configure' is located at the
top of your QTDIR.
@@ -12,11 +12,11 @@ or disabled using the following option:
./configure [-no-sql-<driver>]
Where <driver> is the name of the driver, for example 'psql'. This
-will configure the Qt library to compile the specified driver into
-the Qt lib itself.
+will configure the TQt library to compile the specified driver into
+the TQt lib itself.
For example, to build the PostgreSQL driver directly into the Qt
-library, configure Qt like this:
+library, configure TQt like this:
./configure -qt-sql-psql
@@ -27,11 +27,11 @@ for example:
./configure -qt-sql-psql -I/usr/local/include
If instead you need to build the PostgreSQL driver as a dynamically
-loaded plugin, configure Qt like this:
+loaded plugin, configure TQt like this:
./configure -plugin-sql-psql
To compile drivers as dynamically loaded plugins, see the
QTDIR/plugins/src/sqldrivers directory. Use 'configure -help'
-for a complete list of configure options. See the Qt documentation
+for a complete list of configure options. See the TQt documentation
for a complete list of supported database drivers.
diff --git a/src/sql/qt_sql.pri b/src/sql/qt_sql.pri
index 9ad505373..15ec8912e 100644
--- a/src/sql/qt_sql.pri
+++ b/src/sql/qt_sql.pri
@@ -1,4 +1,4 @@
-# Qt sql module
+# TQt sql module
sql {
diff --git a/src/styles/qt_styles.pri b/src/styles/qt_styles.pri
index 4f3e1be56..10e84b257 100644
--- a/src/styles/qt_styles.pri
+++ b/src/styles/qt_styles.pri
@@ -1,4 +1,4 @@
-# Qt styles module
+# TQt styles module
styles {
STYLES_P = styles
diff --git a/src/table/qt_table.pri b/src/table/qt_table.pri
index 5a6faafc9..a3c6e4b44 100644
--- a/src/table/qt_table.pri
+++ b/src/table/qt_table.pri
@@ -1,4 +1,4 @@
-# Qt table module
+# TQt table module
table {
HEADERS += $$TABLE_H/ntqtable.h
diff --git a/src/tools/qt_tools.pri b/src/tools/qt_tools.pri
index 4f4ba4676..175cc88e4 100644
--- a/src/tools/qt_tools.pri
+++ b/src/tools/qt_tools.pri
@@ -1,4 +1,4 @@
-# Qt tools module
+# TQt tools module
tools {
TOOLS_P = tools
diff --git a/src/widgets/qt_widgets.pri b/src/widgets/qt_widgets.pri
index 6da724613..a678e21de 100644
--- a/src/widgets/qt_widgets.pri
+++ b/src/widgets/qt_widgets.pri
@@ -1,4 +1,4 @@
-# Qt widgets module
+# TQt widgets module
widgets {
WIDGETS_P = widgets
diff --git a/src/workspace/qt_workspace.pri b/src/workspace/qt_workspace.pri
index 629d27aee..660d96ec1 100644
--- a/src/workspace/qt_workspace.pri
+++ b/src/workspace/qt_workspace.pri
@@ -1,4 +1,4 @@
-# Qt workspace module
+# TQt workspace module
workspace {
HEADERS += $$WORKSPACE_H/ntqworkspace.h
diff --git a/src/xml/qt_xml.pri b/src/xml/qt_xml.pri
index b8fe7099a..cba8404ac 100644
--- a/src/xml/qt_xml.pri
+++ b/src/xml/qt_xml.pri
@@ -1,4 +1,4 @@
-# Qt xml module
+# TQt xml module
xml {
HEADERS += $$XML_H/ntqxml.h $$XML_H/ntqdom.h $$XML_CPP/qsvgdevice_p.h