diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-08-19 14:10:00 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-08-19 14:10:00 +0200 |
commit | 12bd04ac0f9ca9e0fba934f89a8a56465f1f2efb (patch) | |
tree | d7495aaaecadddc793d7f9ed6611cf839efbd659 /kpacman/colors.h | |
parent | 6dffeea0e5f9bd7784fada6e8add3918d017b10f (diff) | |
download | tdepacman-12bd04ac0f9ca9e0fba934f89a8a56465f1f2efb.tar.gz tdepacman-12bd04ac0f9ca9e0fba934f89a8a56465f1f2efb.zip |
cleanup headers.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'kpacman/colors.h')
-rw-r--r-- | kpacman/colors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpacman/colors.h b/kpacman/colors.h index dd32b18..33beae2 100644 --- a/kpacman/colors.h +++ b/kpacman/colors.h @@ -1,7 +1,7 @@ #ifndef COLORS_H #define COLORS_H -#include <ntqcolor.h> +#include <tqcolor.h> #define BLACK TQColor(TQt::black) #define RED TQColor(TQt::red) |