From c2432800b1d387c5512e605ba92060d4827b7606 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 15 Feb 2006 16:25:12 +0000 Subject: Merge the changes to the bindings from the KDE Subversion server. This is a major change: library is source- and binary-incompatible to what it used to be. All testcases are green, functionality is preserved. It is not feature-complete. Development will continue in the branch in the Subversion server for a while. --- qt/qdbusserver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt/qdbusserver.h') diff --git a/qt/qdbusserver.h b/qt/qdbusserver.h index bc191a28..55607860 100644 --- a/qt/qdbusserver.h +++ b/qt/qdbusserver.h @@ -23,7 +23,7 @@ #ifndef QDBUSSERVER_H #define QDBUSSERVER_H -#include "dbus/qdbus.h" +#include "qdbusmacros.h" #include #include -- cgit