|
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.4 2005-10-19 10:21:48 dockes Exp $ (C) 2004 J.F.Dockes */
|
3 |
/* @(#$Id: recoll.h,v 1.5 2005-11-16 15:07:20 dockes Exp $ (C) 2004 J.F.Dockes */
|
4 |
#include <string>
|
4 |
#include <string>
|
5 |
#include <list>
|
5 |
#include <list>
|
6 |
#include "rclconfig.h"
|
6 |
#include "rclconfig.h"
|
7 |
#include "rcldb.h"
|
7 |
#include "rcldb.h"
|
8 |
#include "idxthread.h"
|
8 |
#include "idxthread.h"
|
|
... |
|
... |
14 |
extern void getQueryStemming(bool &dostem, std::string &stemlang);
|
14 |
extern void getQueryStemming(bool &dostem, std::string &stemlang);
|
15 |
|
15 |
|
16 |
extern RclConfig *rclconfig;
|
16 |
extern RclConfig *rclconfig;
|
17 |
extern Rcl::Db *rcldb;
|
17 |
extern Rcl::Db *rcldb;
|
18 |
extern std::string tmpdir;
|
18 |
extern std::string tmpdir;
|
|
|
19 |
extern bool showicons;
|
|
|
20 |
extern string iconsdir;
|
19 |
|
21 |
|
20 |
extern int recollNeedsExit;
|
22 |
extern int recollNeedsExit;
|
21 |
|
23 |
|
22 |
#endif /* _RECOLL_H_INCLUDED_ */
|
24 |
#endif /* _RECOLL_H_INCLUDED_ */
|