diff options
author | Friedemann Kleint <[email protected]> | 2010-03-24 10:43:01 +0100 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2010-03-24 10:43:01 +0100 |
commit | 8a58a2fe71c36a233f5d056aba6c588f24fd2f87 (patch) | |
tree | 5529590df92f411101d4793bf5f2f776b99d47e0 /src/plugins/cpaster/codepasterprotocol.h | |
parent | c750facb7767ea5a89122a0761d4d7bccbe7f12a (diff) |
Header cleaning mainly in find/cpaster.
Diffstat (limited to 'src/plugins/cpaster/codepasterprotocol.h')
-rw-r--r-- | src/plugins/cpaster/codepasterprotocol.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/plugins/cpaster/codepasterprotocol.h b/src/plugins/cpaster/codepasterprotocol.h index f7c98e6465c..6a4ef01c119 100644 --- a/src/plugins/cpaster/codepasterprotocol.h +++ b/src/plugins/cpaster/codepasterprotocol.h @@ -32,10 +32,13 @@ #include "protocol.h" -#include <QtGui/QListWidget> #include <QtNetwork/QHttp> #include <QtNetwork/QNetworkAccessManager> -#include <QtNetwork/QNetworkReply> + +QT_BEGIN_NAMESPACE +class QListWidget; +class QNetworkReply; +QT_END_NAMESPACE namespace CodePaster { |