--- a/src/qtgui/main.cpp
+++ b/src/qtgui/main.cpp
@@ -83,7 +83,7 @@
return rclconfig;
}
-RclHistory *g_dynconf;
+RclDynConf *g_dynconf;
int recollNeedsExit;
int startIndexingAfterConfig;
RclMain *mainWindow;
@@ -276,7 +276,7 @@
#endif
string historyfile = path_cat(rclconfig->getConfDir(), "history");
- g_dynconf = new RclHistory(historyfile);
+ g_dynconf = new RclDynConf(historyfile);
if (!g_dynconf || !g_dynconf->ok()) {
QString msg = app.translate("Main", "Configuration problem (dynconf");
QMessageBox::critical(0, "Recoll", msg);