summaryrefslogtreecommitdiffstats
path: root/qt/qdbusmessage_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt/qdbusmessage_p.h')
-rw-r--r--qt/qdbusmessage_p.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/qt/qdbusmessage_p.h b/qt/qdbusmessage_p.h
index 9655c9d9..9c48b084 100644
--- a/qt/qdbusmessage_p.h
+++ b/qt/qdbusmessage_p.h
@@ -1,6 +1,8 @@
/* qdbusmessage.h QDBusMessage private object
*
* Copyright (C) 2005 Harald Fernengel <harry@kdevelop.org>
+ * Copyright (C) 2006 Trolltech AS. All rights reserved.
+ * Author: Thiago Macieira <thiago.macieira@trolltech.com>
*
* Licensed under the Academic Free License version 2.1
*
@@ -15,17 +17,16 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program; if not, write to the Free Software Foundation
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
#ifndef QDBUSMESSAGE_P_H
#define QDBUSMESSAGE_P_H
-#include <QtCore/qatomic.h>
-#include <QtCore/qstring.h>
-
+#include <qatomic.h>
+#include <qstring.h>
struct DBusMessage;
class QDBusMessagePrivate
@@ -34,7 +35,7 @@ public:
QDBusMessagePrivate(QDBusMessage *qq);
~QDBusMessagePrivate();
- QString path, interface, name, service, method, sender;
+ QString service, path, interface, name, message, signature;
DBusMessage *msg;
DBusMessage *reply;
QDBusMessage *q;