summaryrefslogtreecommitdiff
path: root/client/netcom.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/netcom.h')
-rw-r--r--client/netcom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/netcom.h b/client/netcom.h
index 1ee06d6..46d40d0 100644
--- a/client/netcom.h
+++ b/client/netcom.h
@@ -51,7 +51,7 @@ typedef enum {
class NetCom : public QObject {
Q_OBJECT
public:
- NetCom(QWidget *wdg, QString host, quint16 port);
+ NetCom(QString host, quint16 port);
~NetCom();
void send(QString templ, QString macro = "");