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
+1 -1
View File
@@ -136,7 +136,7 @@ void NotebookButton::dropEvent(QDropEvent *event)
if (SplitContainer::isDraggingSplit) {
event->acceptProposedAction();
Notebook2 *notebook = dynamic_cast<Notebook2 *>(this->parentWidget());
Notebook *notebook = dynamic_cast<Notebook *>(this->parentWidget());
if (notebook != nuuls) {
SplitContainer *page = new SplitContainer(notebook);