fix compiling

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=667422
This commit is contained in:
David Faure 2007-05-22 19:23:22 +00:00
parent 4f6c36f3af
commit 22998455f1
3 changed files with 3 additions and 3 deletions

View File

@ -61,6 +61,6 @@ class KDE_EXPORT Layout : public LayoutItem
Private *const d;
};
};
}
#endif /* __LAYOUT__ */

View File

@ -54,6 +54,6 @@ class KDE_EXPORT LayoutItem
Private *const d;
};
};
}
#endif /* __LAYOUT_ITEM__ */

View File

@ -189,7 +189,7 @@ void Widget::addChild(Widget *w)
d->childList.append(w);
qDebug("Added Child Widget : %p", w);
qDebug("Added Child Widget : %p", (void*)w);
if(layout()) {