Skip to content
  • Thomas Zander's avatar
    * make the required methods on KisPaintop pure virtual so we can see if someone · 82852109
    Thomas Zander authored
    forgets to implement it.
    * Use the KoPluginLoader for the paintop registry; less code duplication.
    * remove the check of parent->inherits("KisPaintOpRegistry") which is broken by
    design as a plugin _will_ only get loaded one time by design.  And it
    breaks since the koPluginLoader is the parent, not the registry.
    
    svn path=/trunk/koffice/; revision=655535
    82852109