From 82a3e76f99e40cae6da2095a493a2fc8dfbb2d5f Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sun, 24 Jul 2005 21:38:16 +0000 Subject: [PATCH] SVN_SILENT apidox fixes. svn path=/trunk/KDE/kdeedu/kalzium/src/spectrum.h; revision=438296 --- kalzium/src/spectrum.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kalzium/src/spectrum.h b/kalzium/src/spectrum.h index c5b23a5..f250979 100644 --- a/kalzium/src/spectrum.h +++ b/kalzium/src/spectrum.h @@ -46,14 +46,14 @@ class Spectrum { public: /** - * public ctor + * public costructor */ Spectrum( Element* parent ){ m_parentElement = parent; }; /** - * public dtor + * public destructor */ ~Spectrum(){}; @@ -147,7 +147,7 @@ class Spectrum } /** - * @return the data of a spectrum as html-code + * @return the data of a spectrum as HTML code */ QString BandsAsHtml(); -- 2.47.3