diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-25 03:40:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-25 03:40:49 -0600 |
commit | b43df843c8bf2c1ccd637fedaa7c036203f2f63e (patch) | |
tree | ab4d6a0d0487802146c0c779d4efd65d9900b7a3 | |
parent | 5c4162ecd91fb98ea7761d5c90adb956eb313b5e (diff) | |
download | kmymoney-b43df843c8bf2c1ccd637fedaa7c036203f2f63e.tar.gz kmymoney-b43df843c8bf2c1ccd637fedaa7c036203f2f63e.zip |
Fix FTBFS
-rw-r--r-- | kmymoney2/widgets/transactionsortoption.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kmymoney2/widgets/transactionsortoption.ui b/kmymoney2/widgets/transactionsortoption.ui index 36a78d7..fc91754 100644 --- a/kmymoney2/widgets/transactionsortoption.ui +++ b/kmymoney2/widgets/transactionsortoption.ui @@ -265,6 +265,9 @@ <includes> <include location="local" impldecl="in implementation">transactionsortoption.ui.h</include> </includes> +<forwards> + <forward>class TQListViewItem;</forward> +</forwards> <Q_SIGNALS> <signal>settingsChanged(const TQString&)</signal> </Q_SIGNALS> |