From f0296ef9e1f94e23c00d6f490e565d1dc768416d Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 26 May 2011 00:38:19 +0000 Subject: TQt4 port Filelight This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/filelight@1233561 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/part/Config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/part/Config.h') diff --git a/src/part/Config.h b/src/part/Config.h index dffaa95..7aad62a 100644 --- a/src/part/Config.h +++ b/src/part/Config.h @@ -2,7 +2,7 @@ #ifndef Config_H #define Config_H -#include +#include class KConfig; @@ -32,7 +32,7 @@ namespace Filelight static uint defaultRingDepth; static MapScheme scheme; - static QStringList skipList; + static TQStringList skipList; }; } -- cgit v1.2.1