CVS commit by rnolden: added a rm qttableview.h qtmultilineedit.h - those get linked through the wildcard from src/attic though the source is never built for them and people end up having them available but they of course shouldn't. M +2 -1 Makefile.cvs 1.17 --- qt-copy/Makefile.cvs #1.16:1.17 @@ -5,4 +5,5 @@ ln -f -s ../tools/designer/uilib/q*.h . &&\ ln -f -s ../tools/assistant/lib/q*.h . && rm -f q*_p.h && \ + rm qtmultilineedit.h qttableview.h && \ cd private && rm -f q*.h && ln -f -s ../../src/*/q*_p.h .;