[Kst] extragear/graphics/kst/kst (silent)
George Staikos
staikos at kde.org
Thu Sep 15 06:00:14 CEST 2005
SVN commit 460756 by staikos:
SVN_SILENT
remove NULL
M +1 -1 kst.cpp
--- trunk/extragear/graphics/kst/kst/kst.cpp #460755:460756
@@ -1751,7 +1751,7 @@
void KstApp::toggleMouseMode() {
KstTopLevelView::ViewMode mode = KstTopLevelView::DisplayMode;
- KAction* action = NULL;
+ KAction *action = 0L;
if (_gfxLineAction->isChecked()) {
action = _gfxLineAction;
More information about the Kst
mailing list