From kde-commits Wed Jan 29 14:03:52 2003 From: Ralf Nolden Date: Wed, 29 Jan 2003 14:03:52 +0000 To: kde-commits Subject: qt-copy X-MARC-Message: https://marc.info/?l=kde-commits&m=104384907626796 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 .;