From 155d68c1e7d7dc0fed2534ac43d6d77ce2781f55 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Thu, 10 Jul 2003 02:40:10 +0000 Subject: update qmake to 1.05a --- (limited to 'qmake/include/private/qdir_p.h') diff --git a/qmake/include/private/qdir_p.h b/qmake/include/private/qdir_p.h index 35dba28..a6c7c91 100644 --- a/qmake/include/private/qdir_p.h +++ b/qmake/include/private/qdir_p.h @@ -3,7 +3,7 @@ ** ** Definition of some private QDir functions. ** -** Created : 2000.11.06 +** Created : 001106 ** ** Copyright (C) 2000 Trolltech AS. All rights reserved. ** @@ -38,7 +38,6 @@ #ifndef QDIR_P_H #define QDIR_P_H - // // W A R N I N G // ------------- @@ -53,10 +52,12 @@ // #ifndef QT_H +#include "qregexp.h" +#include "qvaluelist.h" #endif // QT_H -extern QStringList qt_makeFilterList( const QString & ); - +extern QValueList qt_makeFilterList( const QString & ); +extern bool qt_matchFilterList( const QValueList &, const QString & ); extern int qt_cmp_si_sortSpec; -- cgit v0.9.0.2