blob: b76a8b363c0d7b20645b70e300d6f5ffdc91271a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*****************************************************************
ksmserver - the KDE session management server
Copyright (C) 2000 Matthias Ettrich <ettrich@kde.org>
******************************************************************/
#ifndef GLOBAL_H
#define GLOBAL_H
#define KSMVendorString "KDE"
#define KSMReleaseString "1.0"
#ifdef USE_QT4
#define NO_QT3_DBUS_SUPPORT
#endif
#endif
|