diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-20 13:33:13 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-04 04:35:53 +0200 |
commit | a44a56fdf9ce1b7cc987f18c93b505adb9f24297 (patch) | |
tree | e24c3fc9198db0a5afdcd8d24f821b426784f441 | |
parent | 5a755f8f2825ae6fe6d5316bba1cd2a0a230a701 (diff) | |
download | tdeedu-a44a56fdf9ce1b7cc987f18c93b505adb9f24297.tar.gz tdeedu-a44a56fdf9ce1b7cc987f18c93b505adb9f24297.zip |
Fix FTBFS on armel
(cherry picked from commit 499449455e47d64d6aa56662a613ddad81f081cb)
-rw-r--r-- | kmplot/kmplot/qconstanteditor.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kmplot/kmplot/qconstanteditor.ui b/kmplot/kmplot/qconstanteditor.ui index 366f7d8d..a367d809 100644 --- a/kmplot/kmplot/qconstanteditor.ui +++ b/kmplot/kmplot/qconstanteditor.ui @@ -183,6 +183,9 @@ <includes> <include location="local" impldecl="in implementation">qconstanteditor.ui.h</include> </includes> +<forwards> + <forward>class TQListViewItem;</forward> +</forwards> <Q_SLOTS> <slot>cmdCancel_clicked()</slot> <slot>cmdNew_clicked()</slot> |