/* * This file was generated by dbusxml2cpp version 0.6 * Command line was: dbusxml2cpp -m -p notificationmanagerinterface C:/kde4/share/dbus-1/interfaces/org.kde.Akonadi.NotificationManager.xml * * dbusxml2cpp is Copyright (C) 2006 Trolltech ASA. All rights reserved. * * This is an auto-generated file. * Do not edit! All changes made to it will be lost. */ #ifndef NOTIFICATIONMANAGERINTERFACE_H_1209662990 #define NOTIFICATIONMANAGERINTERFACE_H_1209662990 #include #include #include #include #include #include #include #include /* * Proxy class for interface org.kde.Akonadi.NotificationManager */ class OrgKdeAkonadiNotificationManagerInterface: public QDBusAbstractInterface { Q_OBJECT public: static inline const char *staticInterfaceName() { return "org.kde.Akonadi.NotificationManager"; } public: OrgKdeAkonadiNotificationManagerInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent = 0); ~OrgKdeAkonadiNotificationManagerInterface(); public Q_SLOTS: // METHODS Q_SIGNALS: // SIGNALS void notify(const Akonadi::NotificationMessage::List & message); }; namespace org { namespace kde { namespace Akonadi { typedef ::OrgKdeAkonadiNotificationManagerInterface NotificationManager; } } } #endif