X-Git-Url: https://vaikene.ee/gitweb/highlight.css?a=blobdiff_plain;f=src%2Fapps%2FFileFinder%2FGUI%2Fgui.cpp;h=d1f1c4b36169b9bfa4bee7cd3d93e65ef2be9df9;hb=388264abc0442ea0e4c6dca6812cb755053c79d5;hp=260b6c8b64f8631c3f798f56bdbb5233f203a1e8;hpb=7a8ba1ead6dbe609ecc6eeae5ddde607f0b5bd5f;p=evaf diff --git a/src/apps/FileFinder/GUI/gui.cpp b/src/apps/FileFinder/GUI/gui.cpp index 260b6c8..d1f1c4b 100644 --- a/src/apps/FileFinder/GUI/gui.cpp +++ b/src/apps/FileFinder/GUI/gui.cpp @@ -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();