]> vaikene.ee Git - evaf/blobdiff - src/apps/FileFinder/GUI/gui.cpp
Changed to use Gui::Panel instead of Gui::Window.
[evaf] / src / apps / FileFinder / GUI / gui.cpp
index 260b6c8b64f8631c3f798f56bdbb5233f203a1e8..d1f1c4b36169b9bfa4bee7cd3d93e65ef2be9df9 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->addWindow(wMain);
+    win->addPanel("FileFinder", wMain);
 
     // Create actions for the window and widgets on it
     createActions();