|
|
@ -1133,14 +1133,14 @@ cat >> conftest.$ac_ext <<EOF
|
|
|
|
EOF
|
|
|
|
EOF
|
|
|
|
if test $kde_qtsubver -gt 0; then
|
|
|
|
if test $kde_qtsubver -gt 0; then
|
|
|
|
cat >> conftest.$ac_ext <<EOF
|
|
|
|
cat >> conftest.$ac_ext <<EOF
|
|
|
|
QString s;
|
|
|
|
TQString s;
|
|
|
|
s.setLatin1("Elvis is alive", 14);
|
|
|
|
s.setLatin1("Elvis is alive", 14);
|
|
|
|
EOF
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
if test "$kde_qtver" = "3"; then
|
|
|
|
if test "$kde_qtver" = "3"; then
|
|
|
|
cat >> conftest.$ac_ext <<EOF
|
|
|
|
cat >> conftest.$ac_ext <<EOF
|
|
|
|
(void)QStyleFactory::create(QString::null);
|
|
|
|
(void)QStyleFactory::create(TQString::null);
|
|
|
|
QCursor c(Qt::WhatsThisCursor);
|
|
|
|
QCursor c(Qt::WhatsThisCursor);
|
|
|
|
EOF
|
|
|
|
EOF
|
|
|
|
fi
|
|
|
|
fi
|
|
|
@ -4609,7 +4609,7 @@ AC_TRY_RUN(dnl
|
|
|
|
#include <qimageio.h>
|
|
|
|
#include <qimageio.h>
|
|
|
|
#include <qstring.h>
|
|
|
|
#include <qstring.h>
|
|
|
|
int main() {
|
|
|
|
int main() {
|
|
|
|
QString t = "hallo";
|
|
|
|
TQString t = "hallo";
|
|
|
|
t.fill('t');
|
|
|
|
t.fill('t');
|
|
|
|
qInitImageIO();
|
|
|
|
qInitImageIO();
|
|
|
|
}
|
|
|
|
}
|
|
|
|