summaryrefslogtreecommitdiffstats
path: root/kwin-styles/glow/resources.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-14 05:14:51 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-14 05:14:51 +0000
commit1d077caf68127ab1a5518df84cc5592a1b47a965 (patch)
tree9729a338937930e9014ccbd70296f3313d6dc2cc /kwin-styles/glow/resources.h
parent771e57c60b52ff27c4d92cddc8e6bfc0b8dafd1a (diff)
downloadtdeartwork-1d077caf68127ab1a5518df84cc5592a1b47a965.tar.gz
tdeartwork-1d077caf68127ab1a5518df84cc5592a1b47a965.zip
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
Diffstat (limited to 'kwin-styles/glow/resources.h')
-rw-r--r--kwin-styles/glow/resources.h10
1 files changed, 5 insertions, 5 deletions
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