summaryrefslogtreecommitdiffstats
path: root/tdeui/kcolorbtn.h
blob: 1bf95def3f112603ae308bb4ca32a54fe8301904 (plain)
1
2
3
4
5
6
7
8
9
10
11
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