diff --git a/src/Slit.hh b/src/Slit.hh index 645ba1db..f335e344 100644 --- a/src/Slit.hh +++ b/src/Slit.hh @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -/// $Id: Slit.hh,v 1.22 2003/04/16 16:18:05 rathnor Exp $ +/// $Id: Slit.hh,v 1.23 2003/04/25 10:45:02 fluxgen Exp $ #ifndef SLIT_HH #define SLIT_HH @@ -41,6 +41,7 @@ #include #include +class SlitTheme; class SlitClient; class BScreen; @@ -142,6 +143,7 @@ private: Atom kwm1_dockwindow, kwm2_dockwindow; std::auto_ptr m_layeritem; + std::auto_ptr m_slit_theme; };