summaryrefslogtreecommitdiffstats
path: root/kmyfirewall/compilers/iptables/kmfiptablesscriptgenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmyfirewall/compilers/iptables/kmfiptablesscriptgenerator.h')
-rw-r--r--kmyfirewall/compilers/iptables/kmfiptablesscriptgenerator.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kmyfirewall/compilers/iptables/kmfiptablesscriptgenerator.h b/kmyfirewall/compilers/iptables/kmfiptablesscriptgenerator.h
index de789e2..9c11c4c 100644
--- a/kmyfirewall/compilers/iptables/kmfiptablesscriptgenerator.h
+++ b/kmyfirewall/compilers/iptables/kmfiptablesscriptgenerator.h
@@ -16,9 +16,9 @@
@author Christian Hubinger
*/
// QT includes
-#include <qstring.h>
-#include <qobject.h>
-#include <qtextstream.h>
+#include <tqstring.h>
+#include <tqobject.h>
+#include <tqtextstream.h>
// KDE includes
#include <kparts/part.h>
@@ -36,7 +36,7 @@ public:
~KMFIPTablesScriptGenerator();
- const QString& compile( KMFIPTDoc* );
+ const TQString& compile( KMFIPTDoc* );
private:
@@ -49,12 +49,12 @@ private:
void printScriptHeader();
void printScriptExecLogic();
- const QString& printScriptDebug( const QString&, bool newLine = true);
+ const TQString& printScriptDebug( const TQString&, bool newLine = true);
private: // DATA
KMFIPTDoc *m_iptDoc;
- QTextOStream *m_stream;
+ TQTextOStream *m_stream;
};
}
#endif