function fdqexists = qfiltexists
%QFILTEXISTS  Test to see if the QFILT constructor exists.

%   Copyright 1988-2004 The MathWorks, Inc.
%   $Revision: 1.3.4.2 $  $Date: 2004/04/13 00:32:39 $ 

fdqexists = isfdtbxinstalled;

% [EOF]
