summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Queries/IQChannel.h')
-rw-r--r--Swiften/Queries/IQChannel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Queries/IQChannel.h b/Swiften/Queries/IQChannel.h
index e700b51..22b7572 100644
--- a/Swiften/Queries/IQChannel.h
+++ b/Swiften/Queries/IQChannel.h
@@ -10,7 +10,7 @@
#include "Swiften/Base/boost_bsignals.h"
#include <boost/shared_ptr.hpp>
-#include "Swiften/Base/String.h"
+#include <string>
#include "Swiften/Elements/IQ.h"
namespace Swift {
@@ -19,7 +19,7 @@ namespace Swift {
virtual ~IQChannel();
virtual void sendIQ(boost::shared_ptr<IQ>) = 0;
- virtual String getNewIQID() = 0;
+ virtual std::string getNewIQID() = 0;
virtual bool isAvailable() const = 0;