fix compiling
svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=667422
This commit is contained in:
parent
4f6c36f3af
commit
22998455f1
@ -61,6 +61,6 @@ class KDE_EXPORT Layout : public LayoutItem
|
||||
Private *const d;
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
#endif /* __LAYOUT__ */
|
||||
|
@ -54,6 +54,6 @@ class KDE_EXPORT LayoutItem
|
||||
Private *const d;
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
#endif /* __LAYOUT_ITEM__ */
|
||||
|
@ -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()) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user