From c8881d8a35413a4975f08f5605b60d55322ee7aa Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Sun, 23 Nov 2003 08:35:48 +0000 Subject: 1) switching d-pointer names to just Private 2) starting workin on the connection binding 3) trying to find clean socks, committing the first two, the third one is hopeless --- qt/message.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qt/message.h') diff --git a/qt/message.h b/qt/message.h index 4763cf12..5baf9e59 100644 --- a/qt/message.h +++ b/qt/message.h @@ -116,8 +116,8 @@ namespace DBus { DBusMessage* message() const; private: - struct MessagePrivate; - MessagePrivate *d; + struct Private; + Private *d; }; } -- cgit