I have trouble compiling tdelibs:
[ 42%] Building CXX object kio/misc/kwalletd/CMakeFiles/kded_kwalletd-module.dir/kwalletd.cpp.o
/home/midenok/src/kde/tdelibs/kio/misc/kwalletd/kwalletd.cpp: In member function ‘bool KWalletD::isAuthorizedApp(const QCString&, const QString&, WId)’:
/home/midenok/src/kde/tdelibs/kio/misc/kwalletd/kwalletd.cpp:556:12: error: ‘class KBetterThanKDialogBase’ has no member named ‘setLabel’
/home/midenok/src/kde/tdelibs/kio/misc/kwalletd/kwalletd.cpp:558:12: error: ‘class KBetterThanKDialogBase’ has no member named ‘setLabel’
I looked at KBetterThanKDialogBase. It is descendant of QDialog. And there is no method setLabel().
Tried to compile from master branch and from tag v3.5.13 -- same result.
I compile with tqtinterface and qt3 modules from git.