diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-10 01:55:05 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-10 01:55:05 -0500 |
commit | b2e0df6cf55f8accd86fb0a726724744857714f4 (patch) | |
tree | 79d585af09ab3e1a22393a8d80bcb23b7a26e9bc /dcopperl/DCOP.xs | |
parent | c87286d815eddf298686450f1ef1bf033161db84 (diff) | |
download | tdebindings-b2e0df6cf55f8accd86fb0a726724744857714f4.tar.gz tdebindings-b2e0df6cf55f8accd86fb0a726724744857714f4.zip |
Fix a number of tdebindings build issues
This partially resolves Bug 597
Thanks to Darrell Anderson for the patch!
Diffstat (limited to 'dcopperl/DCOP.xs')
-rw-r--r-- | dcopperl/DCOP.xs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dcopperl/DCOP.xs b/dcopperl/DCOP.xs index 7c6280dc..e5384478 100644 --- a/dcopperl/DCOP.xs +++ b/dcopperl/DCOP.xs @@ -26,11 +26,11 @@ #undef vform #endif -#include <qpoint.h> -#include <qrect.h> -#include <qregexp.h> -#include <qsize.h> -#include <qstringlist.h> +#include <tqpoint.h> +#include <tqrect.h> +#include <tqregexp.h> +#include <tqsize.h> +#include <tqstringlist.h> #include <dcopclient.h> #include <dcopref.h> |