summaryrefslogtreecommitdiffstats
path: root/KMFIPTInterface/iptchecker.h
diff options
context:
space:
mode:
Diffstat (limited to 'KMFIPTInterface/iptchecker.h')
-rw-r--r--KMFIPTInterface/iptchecker.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/KMFIPTInterface/iptchecker.h b/KMFIPTInterface/iptchecker.h
index 51369d6..871c300 100644
--- a/KMFIPTInterface/iptchecker.h
+++ b/KMFIPTInterface/iptchecker.h
@@ -20,7 +20,7 @@
#ifndef IPTCHECKER_H
#define IPTCHECKER_H
-#include <qstringlist.h>
+#include <tqstringlist.h>
/**
@author Christian Hubinger
@@ -33,9 +33,9 @@ public:
int numChainsInTable( char *tablename );
int numRulesInChain( char *tablename, char *chain );
- QStringList getChainsInTable( char * table );
- QString getChainPolicy( char * table, char *chain );
- QStringList getRuleProperties( char * table, char *chain, int ruleIndex );
+ TQStringList getChainsInTable( char * table );
+ TQString getChainPolicy( char * table, char *chain );
+ TQStringList getRuleProperties( char * table, char *chain, int ruleIndex );
};
#endif