diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-09-15 21:10:25 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-09-15 21:17:47 (GMT) |
commit | 127b96597bcb1b5d5a823222f3dd28f4b7aa354a (patch) | |
tree | 1e87148e7d45fcd46e3fee3904eeb9046a834d83 /Swift/Controllers/UIInterfaces | |
parent | e215caa4811f4c80c9f6767c523e649d5058cc61 (diff) | |
download | swift-127b96597bcb1b5d5a823222f3dd28f4b7aa354a.zip swift-127b96597bcb1b5d5a823222f3dd28f4b7aa354a.tar.bz2 |
Moved events from Swiften to Swift.
Diffstat (limited to 'Swift/Controllers/UIInterfaces')
-rw-r--r-- | Swift/Controllers/UIInterfaces/EventWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/Controllers/UIInterfaces/EventWindow.h b/Swift/Controllers/UIInterfaces/EventWindow.h index d174d8d..0999e0e 100644 --- a/Swift/Controllers/UIInterfaces/EventWindow.h +++ b/Swift/Controllers/UIInterfaces/EventWindow.h @@ -7,7 +7,7 @@ #pragma once #include "boost/shared_ptr.hpp" -#include "Swiften/Events/StanzaEvent.h" +#include "Swift/Controllers/XMPPEvents/StanzaEvent.h" namespace Swift { class EventWindow { |