diff --git a/src/widgets/window.hpp b/src/widgets/window.hpp index 33827dbe3..0b04b71d8 100644 --- a/src/widgets/window.hpp +++ b/src/widgets/window.hpp @@ -3,7 +3,7 @@ #include "util/helpers.hpp" #include "widgets/basewindow.hpp" #include "widgets/notebook.hpp" -#include "widgets/titlebar.hpp" +//#include "widgets/titlebar.hpp" //#ifdef USEWINSDK //#include @@ -67,7 +67,7 @@ private: void loadGeometry(); Notebook notebook; - TitleBar titleBar; + //TitleBar titleBar; friend class Notebook;