Switch to unified view

a/src/qtgui/recoll.h b/src/qtgui/recoll.h
1
#ifndef _RECOLL_H_INCLUDED_
1
#ifndef _RECOLL_H_INCLUDED_
2
#define _RECOLL_H_INCLUDED_
2
#define _RECOLL_H_INCLUDED_
3
/* @(#$Id: recoll.h,v 1.10 2006-01-04 11:33:44 dockes Exp $  (C) 2004 J.F.Dockes */
3
/* @(#$Id: recoll.h,v 1.11 2006-01-20 14:58:57 dockes Exp $  (C) 2004 J.F.Dockes */
4
#include <string>
4
#include <string>
5
#include <list>
6
5
7
#include "rclconfig.h"
6
#include "rclconfig.h"
8
#include "rcldb.h"
7
#include "rcldb.h"
9
#include "idxthread.h"
8
#include "idxthread.h"
10
#include "history.h"
11
#include "docseq.h"
12
9
13
// Misc declarations in need of sharing between the UI files
10
// Misc declarations in need of sharing between the UI files
14
extern void recollCleanup();
15
extern bool maybeOpenDb(std::string &reason);
11
extern bool maybeOpenDb(std::string &reason);
16
extern bool startHelpBrowser(const string& url = "");
12
extern bool startHelpBrowser(const string& url = "");
17
13
18
extern RclConfig *rclconfig;
14
extern RclConfig *rclconfig;
19
extern Rcl::Db *rcldb;
15
extern Rcl::Db *rcldb;
20
extern std::string tmpdir;
21
extern string iconsdir;
22
extern RclDHistory *history;
23
extern int recollNeedsExit;
16
extern int recollNeedsExit;
24
17
25
class QString;
18
class QString;
26
extern bool prefs_showicons;
19
extern bool prefs_showicons;
27
extern int prefs_respagesize;
20
extern int prefs_respagesize;