diff options
| author | Zack Rusin <zack@kde.org> | 2003-11-23 20:41:23 +0000 | 
|---|---|---|
| committer | Zack Rusin <zack@kde.org> | 2003-11-23 20:41:23 +0000 | 
| commit | 6ce25713dbd1d610afe8c67d90aa6c29720b02d5 (patch) | |
| tree | 7a690211029d7c576e5a75f587de518b0279d0f4 /qt/message.h | |
| parent | c8881d8a35413a4975f08f5605b60d55322ee7aa (diff) | |
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.
Diffstat (limited to 'qt/message.h')
| -rw-r--r-- | qt/message.h | 6 | 
1 files changed, 5 insertions, 1 deletions
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 <qvariant.h>  #include <qstring.h>  #include "dbus/dbus.h" -namespace DBus { +namespace DBusQt {    class Message    { @@ -121,3 +123,5 @@ namespace DBus {    };  } + +#endif  | 
