@ -113,7 +113,7 @@ set(konsoleprivate_SRCS ${windowadaptors_SRCS}
EscapeSequenceUrlExtractor.cpp
ExtendedCharTable.cpp
FontDialog.cpp
HTMLDecoder.cpp
decoders/HTMLDecoder.cpp
HistorySizeDialog.cpp
KeyBindingEditor.cpp
LabelsAligner.cpp
@ -9,7 +9,7 @@
#include "konsoleprivate_export.h"
#include "TerminalCharacterDecoder.h"
#include "../decoders/TerminalCharacterDecoder.h"
class QTextStream;
template<typename> class QList;
@ -21,7 +21,7 @@
#include "Emulation.h"
#include "PlainTextDecoder.h"
#include "HTMLDecoder.h"
#include "../decoders/HTMLDecoder.h"
namespace Konsole {
@ -13,7 +13,7 @@
// Konsole
#include "history/HistoryType.h"
#include "history/HistoryScrollNone.h"
#include "ExtendedCharTable.h"
@ -10,7 +10,7 @@
#include "../PlainTextDecoder.h"
#include "../HTMLDecoder.h"
// Qt
#include <QTextStream>