diff options
Diffstat (limited to 'qcaprovider.h')
-rw-r--r-- | qcaprovider.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/qcaprovider.h b/qcaprovider.h index 46c06c5..baf0e29 100644 --- a/qcaprovider.h +++ b/qcaprovider.h @@ -26,7 +26,16 @@ #include<tqdatetime.h> #include<tqobject.h> #include<tqhostaddress.h> -#include"qca.h" + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#ifdef HAVE_TQCA +#include <tqca.h> +#else +#include "qca.h" +#endif #define TQCA_PLUGIN_VERSION 1 |