diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-21 13:31:42 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-19 19:42:49 +0200 |
commit | 484e3ef6d7a37c49b9403bba9b820a9080ea8ebd (patch) | |
tree | b3ea15b130b2eb5f0a641b7976b70f5226164cd6 | |
parent | 012818c8b948699265217777f18483f2a14502c9 (diff) | |
download | tdewebdev-484e3ef6d7a37c49b9403bba9b820a9080ea8ebd.tar.gz tdewebdev-484e3ef6d7a37c49b9403bba9b820a9080ea8ebd.zip |
Fix FTBFS on armel
(cherry picked from commit b467e7a30c7e904d4a30aab5e149453fd984d830)
-rw-r--r-- | kommander/editor/actioneditorimpl.cpp | 1 | ||||
-rw-r--r-- | kommander/editor/actioneditorimpl.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/kommander/editor/actioneditorimpl.cpp b/kommander/editor/actioneditorimpl.cpp index ededd8a7..fdb75ea7 100644 --- a/kommander/editor/actioneditorimpl.cpp +++ b/kommander/editor/actioneditorimpl.cpp @@ -29,7 +29,6 @@ #include <tqlineedit.h> #include <tqlabel.h> #include <tqtoolbutton.h> -#include <tqlistview.h> #include <tqcheckbox.h> #include <tqpushbutton.h> #include <tqpopupmenu.h> diff --git a/kommander/editor/actioneditorimpl.h b/kommander/editor/actioneditorimpl.h index 177b5af8..b290d18d 100644 --- a/kommander/editor/actioneditorimpl.h +++ b/kommander/editor/actioneditorimpl.h @@ -21,6 +21,8 @@ #ifndef ACTIONEDITOR_H #define ACTIONEDITOR_H +#include <tqlistview.h> + #include "actioneditor.h" class TQAction; |