When building tdeadmin against TQt3 I receive the following hard build failure:
=======================================================
In file included from knetworkconfdlg.cpp:11:
knetworkconfdlg.h:142: error: 'TQListViewItem' has not been declared
In file included from knetworkconfdlg.cpp:31:
./knetworkconfdlg.ui.h:153: error: prototype for 'void
KNetworkConfDlg::updateProfileNameSlot(TQListViewItem*)' does not match any in class
'KNetworkConfDlg'
knetworkconfdlg.h:142: error: candidates are: virtual void
KNetworkConfDlg::updateProfileNameSlot(int*)
./knetworkconfdlg.ui.h:147: error: virtual void
KNetworkConfDlg::updateProfileNameSlot()
In file included from knetworkconfdlg.cpp:688:
knetworkconfdlg.moc: In member function 'virtual bool KNetworkConfDlg::tqt_invoke(int,
TQUObject*)':
knetworkconfdlg.moc:171: error: no matching function for call to
'KNetworkConfDlg::updateProfileNameSlot(TQListViewItem*)'
./knetworkconfdlg.ui.h:147: note: candidates are: virtual void
KNetworkConfDlg::updateProfileNameSlot()
knetworkconfdlg.h:142: note: virtual void
KNetworkConfDlg::updateProfileNameSlot(int*)
make[3]: *** [knetworkconfdlg.lo] Error 1
=======================================================
I don't know how to resolve the error. An unacceptable work-around is to use
DO_NOT_COMPILE="knetworkconf," which then allows the package to build, albeit
incompletely.
I appreciate help with resolving the problem.
Darrell