summaryrefslogtreecommitdiffstats
path: root/lib/Narwhal.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Narwhal.pm')
-rw-r--r--lib/Narwhal.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Narwhal.pm b/lib/Narwhal.pm
index 82ad0ab..333ba89 100644
--- a/lib/Narwhal.pm
+++ b/lib/Narwhal.pm
@@ -23,8 +23,8 @@ component WikiEdit => 'Narwhal::Component::Wiki::Edit', (
);
# turn these two into specialized classes later
-component TT => 'Template', (
- INCLUDE_PATH => depends_on('/Config/template_root'),
+component TT => 'OX::View::TT', (
+ template_root => depends_on('/Config/template_root'),
);
component Kioku => 'KiokuX::Model', (