diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-27 17:52:36 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-27 17:52:36 +0000 |
commit | ff419492931de3748936967da36948af7a04d7a0 (patch) | |
tree | 31a70be62d3bfb8e405d51e4b256a7210940ffe8 /kmyfirewall/core/kmfinstallerinterface.cpp | |
parent | f1fd95abe28acef708caac65af44473461d7026c (diff) | |
download | kmyfirewall-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 'kmyfirewall/core/kmfinstallerinterface.cpp')
-rw-r--r-- | kmyfirewall/core/kmfinstallerinterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmyfirewall/core/kmfinstallerinterface.cpp b/kmyfirewall/core/kmfinstallerinterface.cpp index 3b33073..3f50eb0 100644 --- a/kmyfirewall/core/kmfinstallerinterface.cpp +++ b/kmyfirewall/core/kmfinstallerinterface.cpp @@ -15,7 +15,7 @@ Author: Christian Hubinger <chubinger@irrsinnig.org>, (C) 2001 #include <kdebug.h> // QT Inludes -#include <qvaluelist.h> +#include <tqvaluelist.h> // Project Includes #include "kmfpluginfactory.h" |