Alias ImageWidget.~this

class ImageWidget
{
  // ...
  alias ~this;
  // ...
}