summaryrefslogtreecommitdiffstats
path: root/kdeui/kcolorbtn.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeui/kcolorbtn.h')
-rw-r--r--kdeui/kcolorbtn.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/kdeui/kcolorbtn.h b/kdeui/kcolorbtn.h
new file mode 100644
index 000000000..1bf95def3
--- /dev/null
+++ b/kdeui/kcolorbtn.h
@@ -0,0 +1,12 @@
+#ifndef KCOLORBTN_H
+#define KCOLORBTN_H
+
+#ifdef KDE_NO_COMPAT
+#ifdef __GNUC__
+#warning <kcolorbtn.h> is the old name. Use <kcolorbutton.h> from now on
+#endif
+#endif
+#include <kcolorbutton.h>
+
+#endif
+