Rename TeletextPage class to LevelOnePage

This commit is contained in:
G.K.MacGregor
2020-09-16 11:15:46 +01:00
parent a1e0986e5c
commit 0f864c7787
9 changed files with 114 additions and 114 deletions

View File

@@ -81,7 +81,7 @@ protected:
private:
TeletextDocument* m_teletextDocument;
TeletextPage* m_teletextPage;
LevelOnePage* m_levelOnePage;
bool m_insertMode, m_grid;
QBasicTimer m_flashTimer;
int m_flashTiming, m_flashPhase;