summaryrefslogtreecommitdiffstats
path: root/KMFIPTInterface/iptchecker.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-27 17:52:36 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-27 17:52:36 +0000
commitff419492931de3748936967da36948af7a04d7a0 (patch)
tree31a70be62d3bfb8e405d51e4b256a7210940ffe8 /KMFIPTInterface/iptchecker.h
parentf1fd95abe28acef708caac65af44473461d7026c (diff)
downloadkmyfirewall-ff419492.tar.gz
kmyfirewall-ff419492.zip
TQt4 convert kmyfirewall
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmyfirewall@1238525 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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