summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/vt102emulation.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/vt102emulation.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/vt102emulation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/vt102emulation.h b/noncore/apps/opie-console/vt102emulation.h
index 018835e..a3d0ae6 100644
--- a/noncore/apps/opie-console/vt102emulation.h
+++ b/noncore/apps/opie-console/vt102emulation.h
@@ -83,13 +83,13 @@ public:
*/
void onRcvChar(int cc);
/**
* sends a list of bytes to the IOLayer
*/
- void sendString(const QByteArray);
+ void sendString(const QByteArray&);
/**
* @deprecated use QByteArray instead
* see sendString() above
*/
void sendString(const char *);