Rename a number of libraries and executables to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent dd95f4e368
commit 163a63fedf

@ -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);

Loading…
Cancel
Save