aboutsummaryrefslogtreecommitdiffstats
path: root/Tabbed.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Tabbed.hs')
-rw-r--r--Tabbed.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tabbed.hs b/Tabbed.hs
index b4d006e..689e4a6 100644
--- a/Tabbed.hs
+++ b/Tabbed.hs
@@ -99,7 +99,7 @@ data Tabbed a =
Tabbed (Invisible Maybe TabState) (Invisible Maybe Shrinker) TConf
deriving (Show, Read)
-instance Layout Tabbed Window where
+instance LayoutClass Tabbed Window where
doLayout (Tabbed ist ishr conf) = doLay ist ishr conf
handleMessage = handleMess
description _ = "Tabbed"