From 4602a1a7ac1f4b2fd33bb1581f4eedd1edd65a9c Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 25 Sep 2012 13:15:57 +0000 Subject: qt5 support (sip): code only, no touch to build system by now git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/spaste/SlowPasteController.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/modules/spaste/SlowPasteController.cpp') diff --git a/src/modules/spaste/SlowPasteController.cpp b/src/modules/spaste/SlowPasteController.cpp index fbd1552bb..ed2f6944d 100644 --- a/src/modules/spaste/SlowPasteController.cpp +++ b/src/modules/spaste/SlowPasteController.cpp @@ -114,7 +114,7 @@ void SlowPasteController::pasteFile(void) m_pFile->close(); delete this; } else { - m_pWindow->ownMessage(line.toAscii()); + m_pWindow->ownMessage(line.toLatin1()); } } else { //File finished m_pFile->close(); @@ -134,6 +134,3 @@ void SlowPasteController::pasteClipboard(void) } } -#ifndef COMPILE_USE_STANDALONE_MOC_SOURCES -#include "SlowPasteController.moc" -#endif //!COMPILE_USE_STANDALONE_MOC_SOURCES -- cgit v1.3.1-10-gc9f91