Remove private variable

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=787914
This commit is contained in:
Laurent Montel 2008-03-20 07:44:02 +00:00
parent 4780390ae2
commit 2af508fefe

View File

@ -72,6 +72,7 @@ Dialog::Dialog( QWidget * parent, Qt::WindowFlags f )
Dialog::~Dialog()
{
delete d;
}
void Dialog::themeUpdated()