Commit 62fcfb0f authored by Christoffer Ackelman's avatar Christoffer Ackelman

QT: Fix error on Import Graph/Image.

parent c81dc918
......@@ -818,13 +818,13 @@ void GeQtWidget::activate_customcolors_write()
void GeQtWidget::activate_import_graph()
{
ge->wow->CreateFileSelDia("Graph Selection", (void*)this,
ge->wow->CreateFileSelDia("Graph Selection", ge,
GeQt::graph_file_selected_cb, wow_eFileSelType_Graph);
}
void GeQtWidget::activate_import_image()
{
ge->wow->CreateFileSelDia("Image Selection", (void*)this,
ge->wow->CreateFileSelDia("Image Selection", ge,
GeQt::image_file_selected_cb, wow_eFileSelType_Image);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment