summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/cert/kfile_cert.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:14:09 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:14:09 +0000
commit00cef9840e19aae7a7541da60d1b60190cb5afec (patch)
tree5fd6aeed14f01486335c754dd96bae31203cecd2 /kfile-plugins/cert/kfile_cert.h
parent7346aee26bf190a7e70333c40fab4caca847cd27 (diff)
downloadtdeaddons-00cef9840e19aae7a7541da60d1b60190cb5afec.tar.gz
tdeaddons-00cef9840e19aae7a7541da60d1b60190cb5afec.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1158415 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kfile-plugins/cert/kfile_cert.h')
-rw-r--r--kfile-plugins/cert/kfile_cert.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kfile-plugins/cert/kfile_cert.h b/kfile-plugins/cert/kfile_cert.h
index 4ecb7a2..30607eb 100644
--- a/kfile-plugins/cert/kfile_cert.h
+++ b/kfile-plugins/cert/kfile_cert.h
@@ -26,8 +26,8 @@
*/
#include <kfilemetainfo.h>
-class QStringList;
-class QString;
+class TQStringList;
+class TQString;
class CertPlugin: public KFilePlugin {
Q_OBJECT