Remove the Q prefix from dialog classes.

This commit is contained in:
Leonardo Zide
2026-04-29 20:43:00 -07:00
parent 1d2c01c47c
commit bc61124f50
29 changed files with 248 additions and 248 deletions
+1 -1
View File
@@ -1313,7 +1313,7 @@ void lcMainWindow::ShowHTMLDialog()
{
lcHTMLExportOptions Options(lcGetActiveProject());
lcQHTMLDialog Dialog(this, &Options);
lcHTMLDialog Dialog(this, &Options);
if (Dialog.exec() != QDialog::Accepted)
return;