From 163a63fedf06267736ac8f38b3c7b7e99a006c98 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 00:50:57 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- tqtinterface/qt4/src/tools/tqcstring.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3