summaryrefslogtreecommitdiffstats
path: root/filters/karbon
Commit message (Collapse)AuthorAgeFilesLines
* Use tdeprocess.hMichele Calgaro2024-12-021-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Qt with TQtMichele Calgaro2024-03-171-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-042-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Qt with TQtMichele Calgaro2023-11-165-13/+13
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2018-18/+18
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-112-4/+4
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]>
* Renaming of files in preparation for code style tools.Michele Calgaro2021-05-2938-24/+24
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix old upstream URLs for visible parts.Chris2019-07-161-1/+1
| | | | | Signed-off-by: Chris <[email protected]> Signed-off-by: Michele Calgaro <[email protected]>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-176-9/+9
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix FTBFS with GCC6Slávek Banko2016-09-032-2/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix incorrectly renamed stringsSlávek Banko2015-03-051-2/+2
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-1117-17/+17
| | | | match XDG specifications
* Fix incorrect characters.Darrell Anderson2013-05-233-3/+3
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-153-3/+3
|
* Update for kioslave renameTimothy Pearson2013-01-276-9/+9
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-266-9/+9
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-243-5/+5
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-222-6/+6
|
* Fix inadvertent tqt changes.Darrell Anderson2012-10-212-2/+2
|
* Fix FTBFS due to missing librariesSlávek Banko2012-06-136-15/+15
| | | | | | | Clean up lib paths in LDFLAGS - moved to LIBADD For KWord and and KPresenter added linking kspell2 For KSpread added linking kutils This closes Bug 657
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-0817-71/+71
|
* Rename additional global TQt functionsTimothy Pearson2012-03-018-235/+235
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1718-18/+18
|
* Fix inadvertent TQt string conversionsTimothy Pearson2012-01-131-1/+1
| | | | This closes Bug 782
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-213-9/+9
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1911-105/+105
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1831-44/+44
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1634-160/+160
| | | | This reverts commit 94844816550ad672ccfcdc25659c625546239998.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1534-160/+160
|
* Additional kde to tde renamingTimothy Pearson2011-11-066-9/+9
|
* Fix a number of strings in Trinity that were incorrectly converted to TQ* ↵tpearson2011-09-181-2/+2
| | | | | | | | | from Q* This fixes the Kopete MSN protocol among other things git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1025-53/+53
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-106-58/+58
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-092-4/+4
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kofficetpearson2011-06-2556-1740/+1758
| | | | | | | This should enable compilation under both Qt3 and Qt4; fixes for any missed components will be forthcoming git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1238284 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* More automake repairstpearson2010-01-226-9/+9
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1078727 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added old abandoned KDE3 version of kofficetpearson2010-01-2093-0/+19557
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da