summaryrefslogtreecommitdiffstats
path: root/qt/message.h
diff options
context:
space:
mode:
authorZack Rusin <zack@kde.org>2003-11-23 08:35:48 +0000
committerZack Rusin <zack@kde.org>2003-11-23 08:35:48 +0000
commitc8881d8a35413a4975f08f5605b60d55322ee7aa (patch)
tree6afb1bbf60524442229f5041535f30566d21cd90 /qt/message.h
parentff619e44a3a1c43e2c741bb6c69341201ef7b935 (diff)
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
Diffstat (limited to 'qt/message.h')
-rw-r--r--qt/message.h4
1 files changed, 2 insertions, 2 deletions
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;
};
}