|
3 | 3 | * v. 2.0. If a copy of the MPL was not distributed with this file, You can |
4 | 4 | * obtain one at https://mozilla.org/MPL/2.0/ |
5 | 5 | * |
6 | | - * Copyright (C) 2005-2023, Peter Johnson (gravatar.com/delphidabbler). |
| 6 | + * Copyright (C) 2005-2024, Peter Johnson (gravatar.com/delphidabbler). |
7 | 7 | * |
8 | 8 | * Application's main form. Handles the program's main window display and user |
9 | 9 | * interaction. |
@@ -583,9 +583,11 @@ implementation |
583 | 583 | // Delphi |
584 | 584 | Windows, Graphics, |
585 | 585 | // Project |
| 586 | + ClassHelpers.UControls, |
| 587 | + ClassHelpers.UGraphics, |
586 | 588 | DB.UCategory, DB.UMain, DB.USnippet, FmSplash, FmTrappedBugReportDlg, |
587 | 589 | FmWaitDlg, IntfFrameMgrs, UActionFactory, UAppInfo, |
588 | | - UClassHelpers, UCodeShareMgr, UCommandBars, UConsts, UCopyInfoMgr, |
| 590 | + UCodeShareMgr, UCommandBars, UConsts, UCopyInfoMgr, |
589 | 591 | UCopySourceMgr, UDatabaseLoader, UDatabaseLoaderUI, UDetailTabAction, |
590 | 592 | UEditSnippetAction, UExceptions, UHelpMgr, UHistoryMenus, UKeysHelper, |
591 | 593 | UMessageBox, UNotifier, UNulDropTarget, UPrintMgr, UQuery, USaveSnippetMgr, |
|
0 commit comments