[Telepathy-commits] [telepathy-qt4/master] DBusProxy: use top-level names for Qt headers
Simon McVittie
simon.mcvittie at collabora.co.uk
Thu Jan 15 05:34:22 PST 2009
---
TelepathyQt4/Client/dbus-proxy.cpp | 4 ++--
tests/dbus/stateful-proxy.cpp | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/TelepathyQt4/Client/dbus-proxy.cpp b/TelepathyQt4/Client/dbus-proxy.cpp
index 4c28f2f..2f21ae7 100644
--- a/TelepathyQt4/Client/dbus-proxy.cpp
+++ b/TelepathyQt4/Client/dbus-proxy.cpp
@@ -27,8 +27,8 @@
#include <TelepathyQt4/Constants>
-#include <QtCore/QTimer>
-#include <QtDBus/QDBusConnectionInterface>
+#include <QTimer>
+#include <QDBusConnectionInterface>
namespace Telepathy
{
diff --git a/tests/dbus/stateful-proxy.cpp b/tests/dbus/stateful-proxy.cpp
index 1fedf31..22f4604 100644
--- a/tests/dbus/stateful-proxy.cpp
+++ b/tests/dbus/stateful-proxy.cpp
@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include <QtCore/QEventLoop>
-#include <QtTest/QtTest>
+#include <QEventLoop>
+#include <QtTest>
#include <TelepathyQt4/Constants>
#include <TelepathyQt4/Debug>
--
1.5.6.5
More information about the Telepathy-commits
mailing list