comparison base/TempDirectory.cpp @ 150:4b2ea82fd0ed

* Reorganising code base. This revision probably should compile once more.
author Chris Cannam
date Mon, 31 Jul 2006 14:05:22 +0000
parents 82f529a08cf3
children b23eea68357e
comparison
equal deleted inserted replaced
149:3e4c384f518e 150:4b2ea82fd0ed
12 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #include "TempDirectory.h" 16 #include "TempDirectory.h"
17 #include "System.h" 17 #include "system/System.h"
18 #include "Exceptions.h" 18 #include "Exceptions.h"
19 19
20 #include <QDir> 20 #include <QDir>
21 #include <QFile> 21 #include <QFile>
22 #include <QMutexLocker> 22 #include <QMutexLocker>