summaryrefslogtreecommitdiffstats
path: root/src/gtk2_in_qt5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtk2_in_qt5.cpp')
-rw-r--r--src/gtk2_in_qt5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtk2_in_qt5.cpp b/src/gtk2_in_qt5.cpp
index 77af460..50b9012 100644
--- a/src/gtk2_in_qt5.cpp
+++ b/src/gtk2_in_qt5.cpp
@@ -87,7 +87,7 @@ wrapper_wrap(SuilWrapper* wrapper,
gtk_container_add(GTK_CONTAINER(plug), widget);
gtk_widget_show_all(plug);
- const WId wid = (const WId)gtk_plug_get_id((GtkPlug*)plug);
+ const WId wid = (WId)gtk_plug_get_id((GtkPlug*)plug);
QWindow* window = QWindow::fromWinId(wid);
QWidget* container = QWidget::createWindowContainer(window, wrap);
QVBoxLayout* layout = new QVBoxLayout();