Commit Graph

77 Commits (673e65a4a15e713643f4bb804f7af6dfdaa0d6d6)

Author SHA1 Message Date
Michele Calgaro 75c243a94a
Removed unsupported qtint*/qtuint*/qreal types
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 16f08cde00)
1 year ago
Michele Calgaro ba0ac80906
Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERN
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 561a307755)
1 year ago
Michele Calgaro 5a0036e68c
Replace various Q_* and QT_* defines with TQ_* and TQT_*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 93673b22d2)
1 year ago
Slávek Banko 0a085cfb7f
kalyptus: No longer use tqt-replace-stream.
We are already using TQ_OBJECT and therefore there is no need to use
tqt-replace-stream. Because the tqt-replace-stream script has been
removed, the call causes FTBFS.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 5918d4f6ef)
2 years ago
Michele Calgaro f6741f0084
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b9781b38d8)
2 years ago
Michele Calgaro e11ddd0c00
Drop attic Qt2 classes (TQtMultiLineEdit and TQtTableView)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 82b7bd7c41)
2 years ago
Michele Calgaro 9e6f7cc6ed
Fix FTBFS when tdehw is not present. This resolves bug 2494.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
Michele Calgaro 024cac181f
Fixed broken Q_FULL_TEMPLATE_INSTANTIATION define (renamed to TQ_FULL_TEMPLATE_INSTANTIATION).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Slávek Banko ee9b1e7dc5
Merge fixes for kalyptus that were made in tdelibs/dcopidlng:
+ includes may use quotation marks
+ argument types can contain multiple words
+ avoid use long, short, int or char type as the argument name
+ avoid use type as the argument name if the const qualifier is used
+ use long notation of int types
+ the arguments can be nameless
+ return types can have qualifiers
+ do not warn on inherit of the DCOPObject and TQObject classes
+ the documentation comment does not have to end on a separate line
+ do not skip an empty class if it is declared with K_DCOP

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Michele Calgaro 64ae9886ea
Removed obsolete Qt2's TQStack class and replaced with TQt3's TQPtrStack.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Michele Calgaro 8b72a6c475
Removed obsolete Qt2's TQVector class and replaced
with TQt3's TQPtrVector.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro eced9c9ff8
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 5dba7cef0a
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 78a950757d
Fixed incorrect TTQ rename (TTQ -> TQ)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 574903aecb
qt -> tqt conversion:
QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST
QT_NO_STL -> TQT_NO_STL
QT_NO_COMPAT -> TQT_NO_COMPAT
QT_NO_TRANSLATION -> TQT_NO_TRANSLATION

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro aac4148223
qt -> tqt conversion:
QTDIR -> TQTDIR
QTDOC -> TQTDOC
INCDIR_QT -> INCDIR_TQT
LIBDIR_QT -> LIBDIR_TQT
QT_INC -> TQT_INC
QT_LIB -> TQT_LIB

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 06fc5b2200
qt -> tqt conversion:
qtlib -> tqtlib
libqt -> libtqt
QTLIB -> TQTLIB
LIBQT -> LIBTQT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 659cc67e61
QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko bd2f1a6179 Update bug reports url to bugs.trinitydesktop.org
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko fe1e240fe5 Fix FTBFS on local perl modules in kalyptus
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
François Andriot 2e9822caa4 Fix invalid perl syntax in kdocAstUtil.pm
This resolves Bug 2543

Signed-off-by: François Andriot <francois.andriot@free.fr>
9 years ago
Michele Calgaro c9f587dbd0 Fixed FTBFS and detection of tdenewstuff. 11 years ago
Darrell Anderson 6dd27a904f Fix unintended renaming 11 years ago
Darrell Anderson 636f509299 Rename many classes to avoid conflicts with KDE 11 years ago
Darrell Anderson 5e16d16f1a Rename KDEsu->TDEsu to provide consistency with previous renamings.
This relates to bug report 1707.
11 years ago
Slávek Banko 3771a842be Additional k => tde renaming and fixes 12 years ago
Darrell Anderson fb4b5d2a55 Fix inadvertent renaming and typos. 12 years ago
Timothy Pearson 7ed104a143 Fix FTBFS 12 years ago
Timothy Pearson 5ac308306a Rename additional header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson d09da8ee07 Fix FTBFS 12 years ago
Timothy Pearson 8cf73aaa26 Rename KComp to avoid conflicts with KDE4 12 years ago
Timothy Pearson c153d5f83c Rename KAbout to avoid conflicts with KDE4 12 years ago
Timothy Pearson fb7e279ef2 Rename KCmd to avoid conflicts with KDE4 12 years ago
Timothy Pearson 18896070bf Rename KCrash to avoid conflicts with KDE4 12 years ago
Timothy Pearson 807b3ec3ba Rename KZone to avoid conflicts with KDE4 12 years ago
Timothy Pearson 4769a4b79b Rename KIcon to enhance compatibility with KDE4 12 years ago
Timothy Pearson 674496c9e3 Rename KStyle to TDEStyle to avoid conflicts with KDE4 12 years ago
Timothy Pearson 67e97e9262 Rename many classes and header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson 3ed7c09d22 Rename a number of classes to enhance compatibility with KDE4 12 years ago
Timothy Pearson 5538de896d Rename KLock and KTrader to avoid conflicts with KDE4 12 years ago
Timothy Pearson ddde3d2db1 Rename KLocale to enhance compatibility with KDE4 12 years ago
Timothy Pearson 03995bc38f Rename KStartup for enhanced compatibility with KDE4 12 years ago
Timothy Pearson 7ef8543bfa Rename KStandard for enhanced compatibility with KDE4 12 years ago
Timothy Pearson 03ae68d419 Rename KShared 12 years ago
Timothy Pearson 87f718054d Rename kiobuffer and KHTML 12 years ago
Timothy Pearson d581c9e952 Finish initial rename of kio 12 years ago
Timothy Pearson 545706afdc Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Timothy Pearson 2d84c9d3ad Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Timothy Pearson a23f1fc1a1 Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, and KBuffer to avoid conflicts with KDE4 12 years ago
Timothy Pearson 24b85b7853 Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 12 years ago