Commit Graph

112 Commits (b412083e2892cc24ad4babbf1c7121c7d293e0ab)

Author SHA1 Message Date
Michele Calgaro eab2995851
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 236b93c726
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro d65a880c1c
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 3c626b9f1a
Replace various strings '#define'd in tqtinterface
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 9577f4de07
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 87c77000cf
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro ee077affc0
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 030a2248f3
Drop USE_QT4 code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Slávek Banko 17118265cf
Fix FTBFS from issue #9.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
2 years ago
Michele Calgaro 3ec2ac7ee5
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 0130e6d75a
Drop TQT_TQ*_OBJECT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 6df27473e5
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 5e2a1ae3fe
Drop compatibility code for TQPalette
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 1e6b97e1b1
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro b990faf175
Fixed FTBFS with clang.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
François Andriot 322b12e44f Fix ftbfs on Fedora 34
error: ordered comparison of pointer with integer zero ('int*' and 'int')

Signed-off-by: François Andriot <francois.andriot@free.fr>
4 years ago
Michele Calgaro 6820fe14bb
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro 71c23d6a84
Remove remaining 'register' instructions.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro a3a62f5b63
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Chris 4dcd8f7fba Fix branding of KVIrc and also translations, for fuzzy prevention.
Signed-off-by: Chris <xchrisx@uber.space>
6 years ago
Michele Calgaro cc5064c8b2
Adjusted to use new TQStringVariantMap type.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 7004f06df8
Adjusted to latest TQVariant::TQVariant(bool) function.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko c9e38e7580
Fix empty translation.
Fix charset in translation.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Slávek Banko 7cc4356bc2
Fix build with a clean TQt namespace.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro 489c8e0728
Removed obsolete Qt2's TQList/TQListIterator classes and replaced
with TQt3's TQPtrList/TQPtrListIterator ones.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro e24d5b8952
Fixed incorrect TTQ rename (TTQ -> TQ)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 2570c69db3
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 482e263a24
Removed unnecessary executable flag.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko c136f51e2f
Workaround for parallel build
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko 2f131e55e0
Workaround for parallel build
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko 08fa491fea Added support for OpenSSL 1.1
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko c170347975 Fix FTBFS with GCC6
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Timothy Pearson 72db948aa6 Fix invalid headers in PNG files and optimize for size 9 years ago
Slávek Banko 9d34e5cf6d Fix incorrectly renamed strings 10 years ago
Darrell Anderson 6aea5c55b6 Fix unintended renaming 11 years ago
Darrell Anderson d31f7a29a4 Fix unintended renaming 11 years ago
Darrell Anderson 0f38893985 Fix unintended renaming 11 years ago
Darrell Anderson 9914fc2eaa Add end-of-file newlines. 11 years ago
Francois Andriot 2d7006ac95 Fix FTBFS because undefined macro TDE_DIR and TDE_LIBDIR 12 years ago
Slávek Banko dc284d318e Fix unintended rename of link* 12 years ago
Slávek Banko fe579a2765 Fix unintended rename of nick* 12 years ago
Slávek Banko ada464d6bc Fix unintended rename of interfacelookglobal 12 years ago
Timothy Pearson ae2e61a1cb Fix prior commit 12 years ago
Timothy Pearson 6f94c2db63 Rename additional header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson 5872ccb1af Rename common header files for consistency with class renaming 12 years ago
Timothy Pearson 8f3041420f Rename KIcon to enhance compatibility with KDE4 12 years ago
Timothy Pearson 432e997b12 Rename many classes and header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson bbee81eada Rename a number of classes to enhance compatibility with KDE4 12 years ago
Timothy Pearson ecc4217eb9 Rename KLock and KTrader to avoid conflicts with KDE4 12 years ago
Timothy Pearson 35a155197e Rename KStandard for enhanced compatibility with KDE4 12 years ago