Fixes: including <QtCrypto/QtCrypto> gives error if app doesn't add the

QtCrypto dir to include path.
Details: Include files in the same dir should be included with double quote.


svn path=/trunk/kdesupport/qca/; revision=891794
This commit is contained in:
Thomas Zander 2008-12-02 21:28:47 +00:00
parent 114b849037
commit ef5c3eea5e

View File

@ -38,7 +38,7 @@
#endif
#ifdef QPIPE_SECURE
# include <QtCrypto>
# include "QtCrypto"
#else
# define QCA_EXPORT
#endif