8c2711e771
Change-Id: I289744eaa62ad819620f0b31a54efd5ebbdb9dc2
13 lines
165 B
C
13 lines
165 B
C
/*
|
|
Settings for KDE4 integration.
|
|
*/
|
|
|
|
#ifndef CONFIG_KDE4_H
|
|
#define CONFIG_KDE4_H
|
|
|
|
#undef KDE_HAVE_GLIB
|
|
#ifndef KDE_HAVE_GLIB
|
|
#define KDE_HAVE_GLIB 0
|
|
#endif
|
|
|
|
#endif
|