summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/lib/connection.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/lib/connection.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/lib/connection.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/noncore/net/opietooth/lib/connection.h b/noncore/net/opietooth/lib/connection.h
index 37090ce..76e5dad 100644
--- a/noncore/net/opietooth/lib/connection.h
+++ b/noncore/net/opietooth/lib/connection.h
@@ -19,3 +19,3 @@ namespace OpieTooth {
- class Connection {
+ class ConnectionState {
public:
@@ -25,3 +25,3 @@ namespace OpieTooth {
*/
- typedef QValueList<Connection> ValueList;
+ typedef QValueList<ConnectionState> ValueList;
@@ -30,3 +30,3 @@ namespace OpieTooth {
*/
- Connection( const Connection& );
+ ConnectionState( const ConnectionState& );
@@ -46,3 +46,3 @@ namespace OpieTooth {
*/
- Connection( bool in,
+ ConnectionState( bool in,
const QString& conType,
@@ -57,3 +57,3 @@ namespace OpieTooth {
*/
- Connection();
+ ConnectionState();
@@ -133,7 +133,7 @@ namespace OpieTooth {
*/
- Connection &operator=( const Connection& );
+ ConnectionState &operator=( const ConnectionState& );
private:
- class ConnectionPrivate;
- ConnectionPrivate *d;
+ class ConnectionStatePrivate;
+ ConnectionStatePrivate *d;
bool m_direction : 1;