diff options
Diffstat (limited to 'tdeui/kcolorbtn.h')
-rw-r--r-- | tdeui/kcolorbtn.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tdeui/kcolorbtn.h b/tdeui/kcolorbtn.h new file mode 100644 index 000000000..1bf95def3 --- /dev/null +++ b/tdeui/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 + |