summaryrefslogtreecommitdiffstats
path: root/ksayit/KTTSD_Lib
Commit message (Collapse)AuthorAgeFilesLines
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-011-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 98e861ec6cd5d80cbef3d8b598b2f933a9dcd3a5)
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-062-4/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ddd81fab611d7459e00d10818cad3e903d86fbdc)
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-041-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 2ce6b371816292d249824aa157691968d8310c00)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-132-8/+8
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c04ba2b3810f5a0187b3ca3b89661d0befca9e08)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-213-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1cb737eca8ee850f3d0678b96d06a733a05db4d9)
* cmake: Simplify 'skel' and 'stub' generation for kspeech and kspeechlinkSlávek Banko2021-01-261-1/+1
| | | | | | as well as their subsequent linking. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Conversion to the cmake building system.gregory guy2021-01-261-0/+34
| | | | | | | | | | | | | | | | Added several man pages taken from the Debian packaging. Cleanup headers in ui files. Add png icons for mono theme. Signed-off-by: gregory guy <gregory-tde@laposte.net> cmake: - Use tde_add_check_executable instead of a combination of separate calls to tde_add_executable and add_test. - Simplify the detection of time.h and sys/time.h headers. - Refactor phrasebook files install, kmouth. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed code formatting modelines.Michele Calgaro2020-09-211-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add CMakeL10n rules.Slávek Banko2018-12-291-0/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rebranding: TDE Control Center --> Trinity Control CenterMichele Calgaro2014-06-081-1/+1
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-152-4/+4
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-142-2/+2
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-271-3/+3
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-243-7/+7
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-204-6/+6
|
* Update autotools for new DSO linkage styleSlávek Banko2012-08-061-1/+1
| | | | Thanks to Francois Andriot for the patch
* Branding cleanup: KDE -> TDEDarrell Anderson2012-05-261-2/+2
|
* Fix KDE -> TDE branding.Darrell Anderson2012-03-231-1/+1
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-173-3/+3
|
* Rename KDE_MAKE_VERSION and update TDE version stringTimothy Pearson2011-12-261-1/+1
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-211-1/+1
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-183-4/+4
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-163-5/+5
| | | | This reverts commit 23aecb275d6085b7a15a38da0180edf156c8ea9d.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-153-5/+5
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-161-2/+2
|
* Rename KDE_VERSION to TDE_VERSIONTimothy Pearson2011-11-151-1/+1
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-061-1/+1
|
* rename the following methods:tpearson2011-08-106-9/+9
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-101-1/+1
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-091-1/+1
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kdeaccessibilitytpearson2011-06-177-29/+32
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1237325 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-316-55/+55
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1157633 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-259-0/+895
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da