diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:56:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:56:15 -0600 |
commit | dc97c53fce225cd37a63752957b740cf6a23e4c7 (patch) | |
tree | 1ab114aa83239fc024f4a4c40952d3c8a4508115 /kmyfirewall/compilers/iptables/kmfiptablesscriptgenerator.h | |
parent | d737fa5621adb2f9504b4119a151615eeacba574 (diff) | |
download | kmyfirewall-dc97c53fce225cd37a63752957b740cf6a23e4c7.tar.gz kmyfirewall-dc97c53fce225cd37a63752957b740cf6a23e4c7.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit d737fa5621adb2f9504b4119a151615eeacba574.
Diffstat (limited to 'kmyfirewall/compilers/iptables/kmfiptablesscriptgenerator.h')
-rw-r--r-- | kmyfirewall/compilers/iptables/kmfiptablesscriptgenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmyfirewall/compilers/iptables/kmfiptablesscriptgenerator.h b/kmyfirewall/compilers/iptables/kmfiptablesscriptgenerator.h index a67ccad..9c11c4c 100644 --- a/kmyfirewall/compilers/iptables/kmfiptablesscriptgenerator.h +++ b/kmyfirewall/compilers/iptables/kmfiptablesscriptgenerator.h @@ -18,7 +18,7 @@ // QT includes #include <tqstring.h> #include <tqobject.h> -#include <textstream.h> +#include <tqtextstream.h> // KDE includes #include <kparts/part.h> |