Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/10/head
Michele Calgaro 8 months ago
parent 61b3d72169
commit e56542853a
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -15,7 +15,7 @@ Here is some history :)
In November 2003, testing long time other programs on my collection of images, In November 2003, testing long time other programs on my collection of images,
I've found an awful thing - any of programs could not show ALL images. I've found an awful thing - any of programs could not show ALL images.
There was no support 32-bit BMP, TGA, animated GIF, PSD, etc. Any of them does not use the There was no support 32-bit BMP, TGA, animated GIF, PSD, etc. Any of them does not use the
most advanced libraries for decoding images, and use either imlib, or QImage::load(). most advanced libraries for decoding images, and use either imlib, or TQImage::load().
Having become dissapointed, I've decided to write the image viewer with the flexible Having become dissapointed, I've decided to write the image viewer with the flexible
architecture. Birthday for KSquirrel - on December 10, 2003. architecture. Birthday for KSquirrel - on December 10, 2003.

@ -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
@ -4664,7 +4664,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();
} }

@ -151,7 +151,7 @@ ImageMagick Studio.
Qt example: Qt example:
----------- -----------
QImage im; TQImage im;
im.load("sample.png"); im.load("sample.png");

@ -169,7 +169,7 @@
<variables> <variables>
<variable access="private">KURL base, backup;</variable> <variable access="private">KURL base, backup;</variable>
<variable access="private">KDirLister *lister;</variable> <variable access="private">KDirLister *lister;</variable>
<variable access="private">QString backupDir;</variable> <variable access="private">TQString backupDir;</variable>
<variable access="private">bool changed;</variable> <variable access="private">bool changed;</variable>
</variables> </variables>
<Q_SLOTS> <Q_SLOTS>

@ -940,7 +940,7 @@
</forwards> </forwards>
<variables> <variables>
<variable access="private">KURL url;</variable> <variable access="private">KURL url;</variable>
<variable access="private">QWidget *kew;</variable> <variable access="private">TQWidget *kew;</variable>
<variable access="private">TQPixmap ok, error;</variable> <variable access="private">TQPixmap ok, error;</variable>
<variable access="private">TDEPopupMenu *menu;</variable> <variable access="private">TDEPopupMenu *menu;</variable>
<variable access="private">TQListViewItem *data;</variable> <variable access="private">TQListViewItem *data;</variable>

Loading…
Cancel
Save