diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-21 16:28:25 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-23 19:35:04 +0200 |
commit | 9dec9695384cac6b0595ad9d8f16bcc71dd978d2 (patch) | |
tree | bcc6675bbeff029a85130e978b974484e8b87ecc /kdevdesigner/designer/actioneditorimpl.h | |
parent | 4adc1433d2c80be42dfd7e054475c81b419009d4 (diff) | |
download | tdevelop-9dec9695384cac6b0595ad9d8f16bcc71dd978d2.tar.gz tdevelop-9dec9695384cac6b0595ad9d8f16bcc71dd978d2.zip |
Fix FTBFS
(cherry picked from commit c6fee889e9a4a644560804c7226c5fd6eb475e48)
Diffstat (limited to 'kdevdesigner/designer/actioneditorimpl.h')
-rw-r--r-- | kdevdesigner/designer/actioneditorimpl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kdevdesigner/designer/actioneditorimpl.h b/kdevdesigner/designer/actioneditorimpl.h index 248c9e24..a3c804bf 100644 --- a/kdevdesigner/designer/actioneditorimpl.h +++ b/kdevdesigner/designer/actioneditorimpl.h @@ -27,6 +27,8 @@ #ifndef ACTIONEDITORIMPL_H #define ACTIONEDITORIMPL_H +#include <tqlistview.h> + #include "actioneditor.h" class TQAction; |