You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
392 B
18 lines
392 B
/*****************************************************************
|
|
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
|