diff options
| author | 2011-02-10 22:03:48 +0000 | |
|---|---|---|
| committer | 2011-02-10 22:03:48 +0000 | |
| commit | 75bb29bca649278322a987419802655ed7c9817f (patch) | |
| tree | e2ec1ee869d0ccaedd6e93836c2c827975094a2b /src/modules/spaste/SlowPasteController.cpp | |
| parent | fixed fish key exchange with cryptopp (diff) | |
| download | KVIrc-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.cpp | 4 |
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 |
