Lars Gullik Bjønnes wrote:

Not quite. QT3_SUPPORT is still defined by configure. And if that is
removed the compile fails.

OK, I found the following "q3..." functions. They may be the reason why QT3_SUPPORT is still needed.

Michael


[EMAIL PROTECTED]:~/lyx-trunk/src/frontends/qt4> find . -name ".svn" -prune -o -type f -exec grep -i "Q3" {} \; -print
       : Q3GridView(parent,name,f)
       setVScrollBarMode(Q3ScrollView::AlwaysOff);
       setHScrollBarMode(Q3ScrollView::AlwaysOff);
./QBrowseBox.C
#include <Q3GridView>
class QBrowseBox : public Q3GridView
./QBrowseBox.h



Reply via email to