diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-21 13:31:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-21 13:31:42 -0600 |
commit | b467e7a30c7e904d4a30aab5e149453fd984d830 (patch) | |
tree | 132059a3730659d45e4eed8b68bc91a988a04b92 /kommander/editor | |
parent | b3763f2a08e3ed959506e82f9e2d30bdbe584e83 (diff) | |
download | tdewebdev-b467e7a30c7e904d4a30aab5e149453fd984d830.tar.gz tdewebdev-b467e7a30c7e904d4a30aab5e149453fd984d830.zip |
Fix FTBFS on armel
Diffstat (limited to 'kommander/editor')
-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; |