/* * This file was generated by dbusxml2cpp version 0.6 * Command line was: dbusxml2cpp -a chat_adaptor.h: com.trolltech.chat.xml * * dbusxml2cpp is Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). * * This is an auto-generated file. * This file may have been hand-edited. Look for HAND-EDIT comments * before re-generating it. */ #ifndef CHAT_ADAPTOR_H_142741156243605 #define CHAT_ADAPTOR_H_142741156243605 #include #include QT_BEGIN_NAMESPACE class QByteArray; template class QList; template class QMap; class QString; class QStringList; class QVariant; QT_END_NAMESPACE /* * Adaptor class for interface com.trolltech.chat */ class ChatAdaptor: public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "com.trolltech.chat") Q_CLASSINFO("D-Bus Introspection", "" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" "") public: ChatAdaptor(QObject *parent); virtual ~ChatAdaptor(); public: // PROPERTIES public Q_SLOTS: // METHODS Q_SIGNALS: // SIGNALS void action(const QString &nickname, const QString &text); void message(const QString &nickname, const QString &text); }; #endif