aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/spaste/SlowPasteController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/spaste/SlowPasteController.cpp')
-rw-r--r--src/modules/spaste/SlowPasteController.cpp5
1 files changed, 1 insertions, 4 deletions
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