Switch to unified view

a/src/qtgui/recoll.h b/src/qtgui/recoll.h
...
...
20
#include <string>
20
#include <string>
21
21
22
#include "rclconfig.h"
22
#include "rclconfig.h"
23
#include "rcldb.h"
23
#include "rcldb.h"
24
#include "rclutil.h"
24
#include "rclutil.h"
25
#include "ptmutex.h"
26
25
27
#include <QString>
26
#include <QString>
28
27
29
// Misc declarations in need of sharing between the UI files
28
// Misc declarations in need of sharing between the UI files
30
29