1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

TabBar: Change mimetype to falkon

This commit is contained in:
David Rosca 2018-01-01 17:00:42 +01:00
parent fb652ff6cd
commit 38bfd49d4f

View File

@ -39,7 +39,7 @@
#include <QHBoxLayout>
#include <QDrag>
#define MIMETYPE QSL("application/qupzilla.tabbar.tab")
#define MIMETYPE QSL("application/falkon.tabbar.tab")
TabBar::TabBar(BrowserWindow* window, TabWidget* tabWidget)
: ComboTabBar()