Fix compile with newer Qt 5.

That includes less headers implicitly, so we need
to list them explictily ourselves.
wilder-portage
Milian Wolff 11 years ago
parent b9961b6b85
commit 504d80681d
  1. 2
      src/autotests/CharacterColorTest.h
  2. 2
      src/autotests/ShellCommandTest.h
  3. 2
      src/autotests/TerminalCharacterDecoderTest.h

@ -20,6 +20,8 @@
#ifndef CHARACTERCOLORTEST_H
#define CHARACTERCOLORTEST_H
#include <QObject>
#include "../CharacterColor.h"
namespace Konsole

@ -21,6 +21,8 @@
#ifndef SHELLCOMMANDTEST_H
#define SHELLCOMMANDTEST_H
#include <QObject>
#include "../ShellCommand.h"
namespace Konsole

@ -20,6 +20,8 @@
#ifndef TERMINALCHARACTERDECODERTEST_H
#define TERMINALCHARACTERDECODERTEST_H
#include <QObject>
#include "../TerminalCharacterDecoder.h"
namespace Konsole

Loading…
Cancel
Save