diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-21 18:14:06 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-21 18:14:06 -0600 |
commit | d0f4f1bc5d4feb8ad340798b13fcd8b62661d2fa (patch) | |
tree | 9836e3759c57fca4dbdf0b8e0581f21993839445 /lib/kofficecore | |
parent | 947cf3bdbcd2815213a94f4d20bfa52088a4df98 (diff) | |
download | koffice-d0f4f1bc5d4feb8ad340798b13fcd8b62661d2fa.tar.gz koffice-d0f4f1bc5d4feb8ad340798b13fcd8b62661d2fa.zip |
Fix FTBFS
Diffstat (limited to 'lib/kofficecore')
-rw-r--r-- | lib/kofficecore/KoOpenPane.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/kofficecore/KoOpenPane.h b/lib/kofficecore/KoOpenPane.h index 64f799d8..2d450cda 100644 --- a/lib/kofficecore/KoOpenPane.h +++ b/lib/kofficecore/KoOpenPane.h @@ -19,6 +19,8 @@ #ifndef KOOPENPANE_H #define KOOPENPANE_H +#include <tqlistview.h> + #include <koOpenPaneBase.h> class KoCustomDocumentCreator; |