diff --git a/lib/modules/Protocols.pmod/SMTP.pmod b/lib/modules/Protocols.pmod/SMTP.pmod
index ae0df6f21c4af93abdc17eb7107763eccf38b794..22f760b151bdd6b5cc2f7b90935a23dc9700bc7a 100644
--- a/lib/modules/Protocols.pmod/SMTP.pmod
+++ b/lib/modules/Protocols.pmod/SMTP.pmod
@@ -1,7 +1,7 @@
 class protocol
 {
   // Maybe this should be the other way around?
-  inherit NNTP.protocol;
+  inherit .NNTP.protocol;
 }
 
 class client