summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 14:18:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 14:18:50 +0900
commit9f5d59f33644aaadd7af43db86734a3294250a02 (patch)
tree4a15ec2d023078bbee1a5b00dfb02e72972d0cd3 /src
parentff63338d189a49a16b29a503ba23727cfa7e2e66 (diff)
downloadtqt3-9f5d59f33644aaadd7af43db86734a3294250a02.tar.gz
tqt3-9f5d59f33644aaadd7af43db86734a3294250a02.zip
qt -> tqt conversion:
qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r--src/kernel/qtkdeintegration_x11.cpp4
-rw-r--r--src/qt.pro4
-rw-r--r--src/tools/ntqglobal.h4
-rw-r--r--src/tools/qconfig-dist.h4
4 files changed, 8 insertions, 8 deletions
diff --git a/src/kernel/qtkdeintegration_x11.cpp b/src/kernel/qtkdeintegration_x11.cpp
index f49181f78..9c16896f2 100644
--- a/src/kernel/qtkdeintegration_x11.cpp
+++ b/src/kernel/qtkdeintegration_x11.cpp
@@ -27,9 +27,9 @@ static TQCString findLibrary()
|| getenv( "QT_NO_KDE_INTEGRATION" )[ 0 ] == '0' )
{
#ifdef USE_LIB64_PATHES
- return "/opt/kde3/lib64/kde3/plugins/integration/libqtkde";
+ return "/opt/kde3/lib64/kde3/plugins/integration/libtqtkde";
#else
- return "/opt/kde3/lib/kde3/plugins/integration/libqtkde";
+ return "/opt/kde3/lib/kde3/plugins/integration/libtqtkde";
#endif
}
return "";
diff --git a/src/qt.pro b/src/qt.pro
index 011c59d6c..9bac14dd3 100644
--- a/src/qt.pro
+++ b/src/qt.pro
@@ -21,8 +21,8 @@ win32-borland {
}
linux-*:version_script {
- QMAKE_LFLAGS += -Wl,--version-script=libqt.map
- TARGETDEPS += libqt.map
+ QMAKE_LFLAGS += -Wl,--version-script=libtqt.map
+ TARGETDEPS += libtqt.map
}
KERNEL_CPP = kernel
diff --git a/src/tools/ntqglobal.h b/src/tools/ntqglobal.h
index f7613a2a0..55b7b9705 100644
--- a/src/tools/ntqglobal.h
+++ b/src/tools/ntqglobal.h
@@ -749,8 +749,8 @@ class TQDataStream;
//
// Feature subsetting
//
-// Note that disabling some features will produce a libqt that is not
-// compatible with other libqt builds. Such modifications are only
+// Note that disabling some features will produce a libtqt that is not
+// compatible with other libtqt builds. Such modifications are only
// supported on TQt/Embedded where reducing the library size is important
// and where the application-suite is often a fixed set.
//
diff --git a/src/tools/qconfig-dist.h b/src/tools/qconfig-dist.h
index ae56b2f27..d6075aa4d 100644
--- a/src/tools/qconfig-dist.h
+++ b/src/tools/qconfig-dist.h
@@ -4,8 +4,8 @@
/*
Empty leaves all features enabled. See doc/html/features.html for choices.
- Note that disabling some features will produce a libqt that is not
- compatible with other libqt builds. Such modifications are only
+ Note that disabling some features will produce a libtqt that is not
+ compatible with other libtqt builds. Such modifications are only
supported on TQt/Embedded where reducing the library size is important
and where the application-suite is often a fixed set.
*/