aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/spaste/SlowPasteController.cpp
diff options
context:
space:
mode:
authorGravatar Elvio Basello2011-02-10 22:03:48 +0000
committerGravatar Elvio Basello2011-02-10 22:03:48 +0000
commit75bb29bca649278322a987419802655ed7c9817f (patch)
treee2ec1ee869d0ccaedd6e93836c2c827975094a2b /src/modules/spaste/SlowPasteController.cpp
parentfixed fish key exchange with cryptopp (diff)
downloadKVIrc-75bb29bca649278322a987419802655ed7c9817f.tar.gz
KVIrc-75bb29bca649278322a987419802655ed7c9817f.tar.bz2
KVIrc-75bb29bca649278322a987419802655ed7c9817f.zip
renamed namespace
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5459 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/spaste/SlowPasteController.cpp')
-rw-r--r--src/modules/spaste/SlowPasteController.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/spaste/SlowPasteController.cpp b/src/modules/spaste/SlowPasteController.cpp
index 6debc6794..fbd1552bb 100644
--- a/src/modules/spaste/SlowPasteController.cpp
+++ b/src/modules/spaste/SlowPasteController.cpp
@@ -27,7 +27,7 @@
#include "KviWindow.h"
#include "KviConsoleWindow.h"
-#include "KviMircCntrl.h"
+#include "KviControlCodes.h"
#include "KviApplication.h"
#include "KviOptions.h"
@@ -105,7 +105,7 @@ void SlowPasteController::pasteFile(void)
{
line = data;
if(line.isEmpty())
- line = QChar(KviMircCntrl::Reset);
+ line = QChar(KviControlCodes::Reset);
line.replace('\t',QString(KVI_OPTION_UINT(KviOption_uintSpacesToExpandTabulationInput),' ')); //expand tabs to spaces