From 6ce25713dbd1d610afe8c67d90aa6c29720b02d5 Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Sun, 23 Nov 2003 20:41:23 +0000 Subject: Coding on dbus is like christmas. Just without christmas tree, presents, santa clause, shopping, food, cookies, carrols, eggs, bunnies, trick or treating, smoking crack... I don't quite remember where I was going with this but we're getting closer. --- qt/message.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'qt/message.h') diff --git a/qt/message.h b/qt/message.h index 5baf9e59..c9d9534b 100644 --- a/qt/message.h +++ b/qt/message.h @@ -20,13 +20,15 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ +#ifndef DBUS_QT_MESSAGE_H +#define DBUS_QT_MESSAGE_H #include #include #include "dbus/dbus.h" -namespace DBus { +namespace DBusQt { class Message { @@ -121,3 +123,5 @@ namespace DBus { }; } + +#endif -- cgit