aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/send.h
diff options
context:
space:
mode:
authorGravatar Elvio Basello2010-12-30 02:02:11 +0000
committerGravatar Elvio Basello2010-12-30 02:02:11 +0000
commit6b09d84c225324d7fb47f6ed564fef2262a451ba (patch)
treef2f1ece38ca8750421f96bc7688eb8fa05bf4a80 /src/modules/dcc/send.h
parentupdated docs (diff)
downloadKVIrc-6b09d84c225324d7fb47f6ed564fef2262a451ba.tar.gz
KVIrc-6b09d84c225324d7fb47f6ed564fef2262a451ba.tar.bz2
KVIrc-6b09d84c225324d7fb47f6ed564fef2262a451ba.zip
reworder KviError stuff
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5266 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/dcc/send.h')
-rw-r--r--src/modules/dcc/send.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/dcc/send.h b/src/modules/dcc/send.h
index 6fd393a39..b4f5eb467 100644
--- a/src/modules/dcc/send.h
+++ b/src/modules/dcc/send.h
@@ -241,7 +241,7 @@ protected slots:
void connectionInProgress();
void sslError(const char * msg);
void startingSSLHandshake();
- void handleMarshalError(int err);
+ void handleMarshalError(KviError::Code);
void connected();
void bandwidthDialogDestroyed();
void configureBandwidth();