summary refs log tree commit diff
path: root/src/ChatPage.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-25 14:37:54 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-27 03:14:12 +0300
commit4b4035eebcc19ea7895a60968bc8925d25045165 (patch)
treedb3bd9782f49e25de6709576d485f1a8423abd40 /src/ChatPage.cc
parentSet travis to Qt5.8 (diff)
downloadnheko-4b4035eebcc19ea7895a60968bc8925d25045165.tar.xz
Rename History to Timeline
In order to be compatible with the Matrix terminology
Diffstat (limited to 'src/ChatPage.cc')
-rw-r--r--src/ChatPage.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChatPage.cc b/src/ChatPage.cc

index 3bae177b..0ddf0f8b 100644 --- a/src/ChatPage.cc +++ b/src/ChatPage.cc
@@ -39,7 +39,7 @@ ChatPage::ChatPage(QSharedPointer<MatrixClient> client, QWidget *parent) top_bar_ = new TopRoomBar(this); ui->topBarLayout->addWidget(top_bar_); - view_manager_ = new HistoryViewManager(client, this); + view_manager_ = new TimelineViewManager(client, this); ui->mainContentLayout->addWidget(view_manager_); text_input_ = new TextInputWidget(this);