summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/yahoo/libkyahoo/inputprotocolbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/yahoo/libkyahoo/inputprotocolbase.h')
-rw-r--r--kopete/protocols/yahoo/libkyahoo/inputprotocolbase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/yahoo/libkyahoo/inputprotocolbase.h b/kopete/protocols/yahoo/libkyahoo/inputprotocolbase.h
index d65bd8f7..18a3dab3 100644
--- a/kopete/protocols/yahoo/libkyahoo/inputprotocolbase.h
+++ b/kopete/protocols/yahoo/libkyahoo/inputprotocolbase.h
@@ -57,7 +57,7 @@ protected:
*/
bool okToProceed();
/**
- * read a Q_UINT32 giving the number of following bytes, then a string of that length
+ * read a quint32 giving the number of following bytes, then a string of that length
* updates the bytes parsed counter
* @return false if the string was broken or there was no data available at all
*/
@@ -66,7 +66,7 @@ protected:
protected:
uint m_state;
uint m_bytes;
- QDataStream * m_din;
+ QDataStream *m_din;
};
#endif