/* -*- C++ -*- */ //============================================================================= /** * @file Widget.cpp * * $Id: Widget.cpp 80826 2008-03-04 14:51:23Z wotte $ * * @author Christopher Kohlhoff */ //============================================================================= #include "Widget.h" Widget::~Widget (void) { }