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
@@ -18,5 +18,5 @@ namespace OpieTooth {
*/
- class Connection {
+ class ConnectionState {
public:
/**
@@ -24,10 +24,10 @@ namespace OpieTooth {
* Connections
*/
- typedef QValueList<Connection> ValueList;
+ typedef QValueList<ConnectionState> ValueList;
/**
* Copy c'tor.
*/
- Connection( const Connection& );
+ ConnectionState( const ConnectionState& );
/**
@@ -45,5 +45,5 @@ namespace OpieTooth {
*
*/
- Connection( bool in,
+ ConnectionState( bool in,
const QString& conType,
const QString& mac,
@@ -56,5 +56,5 @@ namespace OpieTooth {
* QValueList needs this c'tor.
*/
- Connection();
+ ConnectionState();
/**
@@ -132,9 +132,9 @@ namespace OpieTooth {
* copy c'tor
*/
- Connection &operator=( const Connection& );
+ ConnectionState &operator=( const ConnectionState& );
private:
- class ConnectionPrivate;
- ConnectionPrivate *d;
+ class ConnectionStatePrivate;
+ ConnectionStatePrivate *d;
bool m_direction : 1;
QString m_contype;