diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-30 01:22:29 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-30 01:22:29 -0600 |
commit | 0c38b13efa9decb8daafda9d175a4a6e28861f2d (patch) | |
tree | 5733b6febfb1e7476852b829fc29f0282f7fa4e1 /configure | |
parent | cf8e7852a9270b1a68e4bd7c2280dd2c7573f715 (diff) | |
download | tqca-tls-0c38b13efa9decb8daafda9d175a4a6e28861f2d.tar.gz tqca-tls-0c38b13efa9decb8daafda9d175a4a6e28861f2d.zip |
Fix FTBFS
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -200,13 +200,13 @@ EOT cat >$1/conf.cpp <<EOT #include<stdio.h> #include<stdlib.h> -#include<qstring.h> -#include<qdict.h> -#include<qptrlist.h> -#include<qfileinfo.h> -#include<qfile.h> -#include<qdir.h> -#include<qstringlist.h> +#include<tqstring.h> +#include<tqdict.h> +#include<tqptrlist.h> +#include<tqfileinfo.h> +#include<tqfile.h> +#include<tqdir.h> +#include<tqstringlist.h> class Conf; |