11 lines
115 B
C
11 lines
115 B
C
/*
|
|
Settings for KDE4 integration.
|
|
*/
|
|
|
|
#ifndef CONFIG_KDE4_H
|
|
#define CONFIG_KDE4_H
|
|
|
|
#define KDE_HAVE_GLIB 0
|
|
|
|
#endif
|