Use catalog instead of catalogue consistently

This commit is contained in:
eelke 2018-11-25 09:05:01 +01:00
parent 52011a9842
commit 7db859737a
10 changed files with 24 additions and 24 deletions

View file

@ -39,7 +39,7 @@ QueryTab::QueryTab(MainWindow *win, QWidget *parent) :
highlighter = new SqlSyntaxHighlighter(ui->queryEdit->document());
auto open_database = m_win->getDatabase();
if (open_database) {
auto cat = open_database->catalogue();
auto cat = open_database->catalog();
highlighter->setTypes(*cat->types());
}