summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-21 13:31:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-21 13:31:42 -0600
commitb467e7a30c7e904d4a30aab5e149453fd984d830 (patch)
tree132059a3730659d45e4eed8b68bc91a988a04b92
parentb3763f2a08e3ed959506e82f9e2d30bdbe584e83 (diff)
downloadtdewebdev-b467e7a3.tar.gz
tdewebdev-b467e7a3.zip
Fix FTBFS on armel
-rw-r--r--kommander/editor/actioneditorimpl.cpp1
-rw-r--r--kommander/editor/actioneditorimpl.h2
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;