diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-20 13:33:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-20 13:33:13 -0600 |
commit | 499449455e47d64d6aa56662a613ddad81f081cb (patch) | |
tree | caf9220f3d9f7bb2aa2aad280b40ec05271169ef | |
parent | ddf50c29f5c6bd8de807218a0e5eee42aed1ff91 (diff) | |
download | tdeedu-499449455e47d64d6aa56662a613ddad81f081cb.tar.gz tdeedu-499449455e47d64d6aa56662a613ddad81f081cb.zip |
Fix FTBFS on armel
-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> |