summaryrefslogtreecommitdiffstats
path: root/kpacman/kpacman.cpp
Commit message (Collapse)AuthorAgeFilesLines
* conversion to the cmake building system.gregory guy2020-08-201-0/+2
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* cleanup headers.gregory guy2020-08-191-4/+4
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* fix FTBFS, 'keys' class object being out of scope.gregory guy2020-08-191-1/+1
| | | | | | | | see comments starting from https://mirror.git.trinitydesktop.org/gitea/TDE/kpacman/issues/1#issuecomment-9217 Patch is provided by François Andriot with contribution from Slávek Banko Signed-off-by: gregory guy <gregory-tde@laposte.net>
* remove some deprecated qt2 stuff.gregory guy2020-08-171-1/+1
| | | | | | TQList --> TQPtrList Signed-off-by: gregory guy <gregory-tde@laposte.net>
* third step, convert to tdelibs libraries.gregory guy2020-08-171-10/+10
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Second step, convert to tqt3 libraries.gregory guy2020-08-171-15/+15
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Initial import of version 0.3.2 from the source package.Slávek Banko2020-08-171-0/+474
https://sourceforge.net/projects/kpacman/files/kpacman/0.3.2/kpacman-0.3.2.tar.gz Original package is licenced under GPL 2.0. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>