#ifndef X11HELPER_H #define X11HELPER_H #include #include class X11Helper { public: static QMap getRootWindows(); }; #endif // X11HELPER_H