renamed Notebook2 to Notebook

This commit is contained in:
fourtf
2018-05-23 11:59:37 +02:00
parent dafbda6a4a
commit 8b3fb691a7
12 changed files with 78 additions and 78 deletions
+2 -2
View File
@@ -244,7 +244,7 @@ void SplitInput::installKeyPressedEvent()
SplitContainer *page =
static_cast<SplitContainer *>(this->chatWidget->parentWidget());
Notebook2 *notebook = static_cast<Notebook2 *>(page->parentWidget());
Notebook *notebook = static_cast<Notebook *>(page->parentWidget());
notebook->selectNextTab();
}
@@ -253,7 +253,7 @@ void SplitInput::installKeyPressedEvent()
SplitContainer *page =
static_cast<SplitContainer *>(this->chatWidget->parentWidget());
Notebook2 *notebook = static_cast<Notebook2 *>(page->parentWidget());
Notebook *notebook = static_cast<Notebook *>(page->parentWidget());
notebook->selectPreviousTab();
}