From 1d077caf68127ab1a5518df84cc5592a1b47a965 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 14 Aug 2011 05:14:51 +0000 Subject: TQt4 port kdeartwork This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeartwork@1246991 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kwin-styles/glow/resources.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kwin-styles/glow/resources.h') diff --git a/kwin-styles/glow/resources.h b/kwin-styles/glow/resources.h index fa575aed..a304b822 100644 --- a/kwin-styles/glow/resources.h +++ b/kwin-styles/glow/resources.h @@ -1,11 +1,11 @@ #ifndef RESOURCES_H #define RESOURCES_H -#define DEFAULT_CLOSE_BUTTON_COLOR Qt::red -#define DEFAULT_MAXIMIZE_BUTTON_COLOR Qt::yellow -#define DEFAULT_ICONIFY_BUTTON_COLOR Qt::green -#define DEFAULT_HELP_BUTTON_COLOR Qt::white -#define DEFAULT_STICKY_BUTTON_COLOR Qt::white +#define DEFAULT_CLOSE_BUTTON_COLOR TQt::red +#define DEFAULT_MAXIMIZE_BUTTON_COLOR TQt::yellow +#define DEFAULT_ICONIFY_BUTTON_COLOR TQt::green +#define DEFAULT_HELP_BUTTON_COLOR TQt::white +#define DEFAULT_STICKY_BUTTON_COLOR TQt::white #endif -- cgit v1.2.1