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" ) ) ///////////////////////////////////////////////////////////////////////////////