diff options
author | Timothy Pearson <[email protected]> | 2011-11-21 18:14:06 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-21 18:14:06 -0600 |
commit | d0f4f1bc5d4feb8ad340798b13fcd8b62661d2fa (patch) | |
tree | 9836e3759c57fca4dbdf0b8e0581f21993839445 /filters/kspread | |
parent | 947cf3bdbcd2815213a94f4d20bfa52088a4df98 (diff) | |
download | koffice-d0f4f1bc5d4feb8ad340798b13fcd8b62661d2fa.tar.gz koffice-d0f4f1bc5d4feb8ad340798b13fcd8b62661d2fa.zip |
Fix FTBFS
Diffstat (limited to 'filters/kspread')
-rw-r--r-- | filters/kspread/kexi/kspread_kexiimportdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/filters/kspread/kexi/kspread_kexiimportdialog.h b/filters/kspread/kexi/kspread_kexiimportdialog.h index 1476a25e..ec8951b9 100644 --- a/filters/kspread/kexi/kspread_kexiimportdialog.h +++ b/filters/kspread/kexi/kspread_kexiimportdialog.h @@ -29,6 +29,8 @@ #ifndef KSPREAD_KEXIIMPORTDIALOG_H #define KSPREAD_KEXIIMPORTDIALOG_H +#include <tqlistview.h> + #include "kspread_kexiimportdialogbase.h" #include <koffice_export.h> |