]> vaikene.ee Git - evaf/blobdiff - src/apps/FileFinder/GUI/gui.cpp
Changed to use the Gui::Window class instead of QWidget.
[evaf] / src / apps / FileFinder / GUI / gui.cpp
index 29dcd712b3280e4aa22d3d37ee4dbce38f32f592..260b6c8b64f8631c3f798f56bdbb5233f203a1e8 100644 (file)
@@ -118,7 +118,7 @@ bool FileFinder::GUI::Module::init(QString const & args)
     // Create the main widget for this window
     wMain = new Internal::MainWidget;
     connect(wMain, SIGNAL(quit()), qApp, SLOT(quit()));
-    win->addWidget(wMain);
+    win->addWindow(wMain);
 
     // Create actions for the window and widgets on it
     createActions();