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