Switch to side-by-side view
--- a/src/qtgui/recoll.h +++ b/src/qtgui/recoll.h @@ -22,7 +22,7 @@ #include "rclconfig.h" #include "rcldb.h" #include "idxthread.h" -#include "history.h" +#include "dynconf.h" // Misc declarations in need of sharing between the UI files @@ -33,7 +33,7 @@ extern Rcl::Db *rcldb; extern int recollNeedsExit; extern int startIndexingAfterConfig; // 1st startup -extern RclHistory *g_dynconf; +extern RclDynConf *g_dynconf; extern void startManual(const string& helpindex); #ifdef RCL_USE_ASPELL