diff options
| author | Montel Laurent <[email protected]> | 2014-10-18 15:00:17 +0200 |
|---|---|---|
| committer | Montel Laurent <[email protected]> | 2014-10-18 15:00:17 +0200 |
| commit | 0a6257bce3de877e4ae869f974df645c428d32c9 (patch) | |
| tree | 7a86e6d5022acc7717806664337075137e00f5d2 /src/panels/terminal | |
| parent | aabd6ad3bc0fd11793c3332c9181af95da9bf607 (diff) | |
Fix includes
Diffstat (limited to 'src/panels/terminal')
| -rw-r--r-- | src/panels/terminal/terminalpanel.cpp | 2 | ||||
| -rw-r--r-- | src/panels/terminal/terminalpanel.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/panels/terminal/terminalpanel.cpp b/src/panels/terminal/terminalpanel.cpp index c8352f73a..964479628 100644 --- a/src/panels/terminal/terminalpanel.cpp +++ b/src/panels/terminal/terminalpanel.cpp @@ -31,9 +31,9 @@ #include <KIO/JobUiDelegate> #include <KJobWidgets> -#include <QBoxLayout> #include <QDir> #include <QShowEvent> +#include <QVBoxLayout> TerminalPanel::TerminalPanel(QWidget* parent) : Panel(parent), diff --git a/src/panels/terminal/terminalpanel.h b/src/panels/terminal/terminalpanel.h index 987ee4753..6a0b38f5b 100644 --- a/src/panels/terminal/terminalpanel.h +++ b/src/panels/terminal/terminalpanel.h @@ -33,7 +33,7 @@ namespace KIO { namespace KParts { class ReadOnlyPart; } - +class KJob; /** * @brief Shows the terminal which is synchronized with the URL of the * active view. |
