diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:50:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:50:57 -0600 |
commit | 163a63fedf06267736ac8f38b3c7b7e99a006c98 (patch) | |
tree | fa6b1f6181ff81835d4294b41b3f8d30512b8f21 | |
parent | dd95f4e3681ae9a1ca890926bd25bd596d6c1702 (diff) | |
download | experimental-163a63fedf06267736ac8f38b3c7b7e99a006c98.tar.gz experimental-163a63fedf06267736ac8f38b3c7b7e99a006c98.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
-rw-r--r-- | tqtinterface/qt4/src/tools/tqcstring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tqtinterface/qt4/src/tools/tqcstring.cpp b/tqtinterface/qt4/src/tools/tqcstring.cpp index 4227c82..be41ebf 100644 --- a/tqtinterface/qt4/src/tools/tqcstring.cpp +++ b/tqtinterface/qt4/src/tools/tqcstring.cpp @@ -687,7 +687,7 @@ TQCString::TQCString( const char *str, uint maxsize ) // TQCString(int size) : TQByteArray(size, '\0') {} // TQCString(const char *str) : TQByteArray(str) {} // TQCString(const char *str, uint maxlen) : TQByteArray(str, qMin(tqstrlen(str), maxlen - 1)) {} -// // TQCString(const char *str, uint maxlen) : TQByteArray(str, TQMIN(tqstrlen(str)+1, maxlen)) {} // This would seem to be more correct at first glance, however it completely breaks kconfig_compiler. As to why, I don't know!!! [FIXME] +// // TQCString(const char *str, uint maxlen) : TQByteArray(str, TQMIN(tqstrlen(str)+1, maxlen)) {} // This would seem to be more correct at first glance, however it completely breaks tdeconfig_compiler. As to why, I don't know!!! [FIXME] TQCString &TQCString::operator=(const TQCString &s) { TQByteArray::operator=(s); |