From kde-commits Tue Dec 02 13:37:06 2003 From: Amilcar do Carmo Lucas Date: Tue, 02 Dec 2003 13:37:06 +0000 To: kde-commits Subject: kdevelop/parts/fileview X-MARC-Message: https://marc.info/?l=kde-commits&m=107037226212948 CVS commit by aclu: Fix API doc reviewed by MarioS M +5 -5 fileviewpart.cpp 1.35 --- kdevelop/parts/fileview/fileviewpart.cpp #1.34:1.35 @@ -38,15 +38,15 @@ /////////////////////////////////////////////////////////////////////////////// -// class factory +// static members /////////////////////////////////////////////////////////////////////////////// -typedef KGenericFactory FileViewFactory; -K_EXPORT_COMPONENT_FACTORY( libkdevfileview, FileViewFactory( "kdevfileview" ) ) +VCSColors FileViewPart::vcsColors; /////////////////////////////////////////////////////////////////////////////// -// static members +// class factory /////////////////////////////////////////////////////////////////////////////// -VCSColors FileViewPart::vcsColors; +typedef KGenericFactory FileViewFactory; +K_EXPORT_COMPONENT_FACTORY( libkdevfileview, FileViewFactory( "kdevfileview" ) ) ///////////////////////////////////////////////////////////////////////////////