CVS commit by ariya: initial work on unified zoom action CCMAIL: koffice-devel@mail.kde.org A kozoomaction.cpp 1.1 [POSSIBLY UNSAFE: qDebug] [LGPL] A kozoomaction.h 1.1 [LGPL] M +2 -2 Makefile.am 1.72 --- koffice/lib/kofficeui/Makefile.am #1.71:1.72 @@ -11,5 +11,5 @@ libkofficeui_la_SOURCES = \ - koPageLayoutDia.cc \ + koPageLayoutDia.cc kozoomaction.cpp \ koPartSelectDia.cc koPartSelectAction.cc \ koRuler.cc koTemplateChooseDia.cc koTabChooser.cc \ @@ -23,5 +23,5 @@ include_HEADERS = \ - koPageLayoutDia.h \ + koPageLayoutDia.h kozoomaction.h \ koPartSelectDia.h koPartSelectAction.h \ koRuler.h koTemplateChooseDia.h koTabChooser.h \