summaryrefslogtreecommitdiffstats
path: root/src/part/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/part/Config.h')
-rw-r--r--src/part/Config.h4
1 files changed, 2 insertions, 2 deletions
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 <qstringlist.h>
+#include <tqstringlist.h>
class KConfig;
@@ -32,7 +32,7 @@ namespace Filelight
static uint defaultRingDepth;
static MapScheme scheme;
- static QStringList skipList;
+ static TQStringList skipList;
};
}