From kde-commits Mon Apr 07 16:23:41 2008 From: =?utf-8?q?Friedrich=20W=2E=20H=2E=20Kossebau?= Date: Mon, 07 Apr 2008 16:23:41 +0000 To: kde-commits Subject: kdereview/okteta Message-Id: <1207585421.050909.17917.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120758542826042 SVN commit 794473 by kossebau: fixed: the EXPORT_DEPRECATED tag was defined with the old EXPORT tag name M +1 -1 core/oktetacore_export.h M +2 -2 gui/oktetagui_export.h --- trunk/kdereview/okteta/core/oktetacore_export.h #794472:794473 @@ -38,7 +38,7 @@ #endif # ifndef OKTETACORE_EXPORT_DEPRECATED -# define OKTETACORE_EXPORT_DEPRECATED KDE_DEPRECATED KHECORE_EXPORT +# define OKTETACORE_EXPORT_DEPRECATED KDE_DEPRECATED OKTETACORE_EXPORT # endif #endif --- trunk/kdereview/okteta/gui/oktetagui_export.h #794472:794473 @@ -1,5 +1,5 @@ /* - This file is part of the Okteta Core library, part of the KDE project. + This file is part of the Okteta Gui library, part of the KDE project. Copyright 2008 Friedrich W. H. Kossebau @@ -38,7 +38,7 @@ #endif # ifndef OKTETAGUI_EXPORT_DEPRECATED -# define OKTETAGUI_EXPORT_DEPRECATED KDE_DEPRECATED KHECORE_EXPORT +# define OKTETAGUI_EXPORT_DEPRECATED KDE_DEPRECATED OKTETAGUI_EXPORT # endif #endif