aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/voice.cpp
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2010-12-27 02:18:43 +0000
committerGravatar Szymon Tomasz Stefanek2010-12-27 02:18:43 +0000
commit26ef0cff00c368487a8a95a5c66dc2b0a85f1efa (patch)
tree2202884c2789c5eb543993ef0885c4fee37a8d90 /src/modules/dcc/voice.cpp
parentKill system memmove, ix86 asm and kvi_memmove stuff: modern gcc coupled to gl... (diff)
downloadKVIrc-26ef0cff00c368487a8a95a5c66dc2b0a85f1efa.tar.gz
KVIrc-26ef0cff00c368487a8a95a5c66dc2b0a85f1efa.tar.bz2
KVIrc-26ef0cff00c368487a8a95a5c66dc2b0a85f1efa.zip
Yet more renaming and cleanup
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5236 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/dcc/voice.cpp')
-rw-r--r--src/modules/dcc/voice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/dcc/voice.cpp b/src/modules/dcc/voice.cpp
index df84c9127..315ae0f05 100644
--- a/src/modules/dcc/voice.cpp
+++ b/src/modules/dcc/voice.cpp
@@ -33,7 +33,7 @@
#include "kvi_ircview.h"
#include "KviLocale.h"
#include "kvi_out.h"
-#include "kvi_error.h"
+#include "KviError.h"
#include "KviNetUtils.h"
#include "kvi_options.h"
#include "kvi_console.h"
@@ -52,7 +52,7 @@
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
- //#include "kvi_error.h"
+ //#include "KviError.h"
#include <sys/stat.h> // for open()
#include <sys/ioctl.h> // for ioctl()
#endif