summaryrefslogtreecommitdiffstats
path: root/qt/examples/chatadaptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt/examples/chatadaptor.h')
-rw-r--r--qt/examples/chatadaptor.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/qt/examples/chatadaptor.h b/qt/examples/chatadaptor.h
new file mode 100644
index 00000000..cbec0120
--- /dev/null
+++ b/qt/examples/chatadaptor.h
@@ -0,0 +1,40 @@
+/*
+ * This file was generated by dbusidl2cpp version 0.3
+ * when processing input file /home/tjmaciei/src/kde4/playground/libs/qt-dbus/examples/com.trolltech.ChatInterface.xml
+ *
+ * dbusidl2cpp is Copyright (C) 2006 Trolltech AS. All rights reserved.
+ *
+ * This is an auto-generated file.
+ */
+
+#ifndef CHATADAPTOR_H_88051142890130
+#define CHATADAPTOR_H_88051142890130
+
+#include <QtCore/QObject>
+#include <dbus/qdbus.h>
+class QByteArray;
+template<class T> class QList;
+template<class Key, class Value> class QMap;
+class QString;
+class QStringList;
+class QVariant;
+
+/*
+ * Adaptor class for interface com.trolltech.ChatInterface
+ */
+class ChatInterfaceAdaptor: public QDBusAbstractAdaptor
+{
+ Q_OBJECT
+ Q_CLASSINFO("D-Bus Interface", "com.trolltech.ChatInterface")
+public:
+ ChatInterfaceAdaptor(QObject *parent);
+ virtual ~ChatInterfaceAdaptor();
+
+public: // PROPERTIES
+public slots: // METHODS
+signals: // SIGNALS
+ void action(const QString &nickname, const QString &text);
+ void message(const QString &nickname, const QString &text);
+};
+
+#endif