From kde-commits Wed Aug 31 22:26:56 2005 From: Dirk Mueller Date: Wed, 31 Aug 2005 22:26:56 +0000 To: kde-commits Subject: branches/KDE/3.4/kdevelop Message-Id: <1125527216.067457.18735.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=112552722432313 SVN commit 455594 by mueller: unbreak compilation M +1 -1 buildtools/projectmanager/kdevprojectmanager_part.cpp M +1 -1 kdevdesigner/designer/kdevdesigner_part.cpp M +1 -1 languages/ruby/debugger/rdbcommand.h M +1 -1 lib/util/rurl.cpp M +1 -1 lib/util/rurl.h M +1 -1 parts/documentation/documentation_part.cpp M +1 -1 parts/scripting/scriptingpart.cpp M +1 -1 parts/vcsmanager/vcsmanagerpart.cpp --- branches/KDE/3.4/kdevelop/buildtools/projectmanager/kdevprojectmanager_part.cpp #455593:455594 @@ -45,7 +45,7 @@ typedef KDevGenericFactory KDevProjectManagerFactory; static const KDevPluginInfo data("kdevprojectmanager"); -K_EXPORT_COMPONENT_FACTORY(libkdevprojectmanager, KDevProjectManagerFactory(data)); +K_EXPORT_COMPONENT_FACTORY(libkdevprojectmanager, KDevProjectManagerFactory(data)) KDevProjectManagerPart::KDevProjectManagerPart(QObject *parent, const char *name, const QStringList&) : KDevProject(&data, parent, name ? name : "KDevProjectManagerPart") --- branches/KDE/3.4/kdevelop/kdevdesigner/designer/kdevdesigner_part.cpp #455593:455594 @@ -288,7 +288,7 @@ { return new KDevDesignerPartFactory; } -}; +} //actions --- branches/KDE/3.4/kdevelop/languages/ruby/debugger/rdbcommand.h #455593:455594 @@ -36,7 +36,7 @@ CONSTANTS = 'C', CVARS = 'V', IVARS = 'I', - LOCALS = 'L', + LOCALS = 'L' }; #define RUNCMD (true) --- branches/KDE/3.4/kdevelop/lib/util/rurl.cpp #455593:455594 @@ -366,4 +366,4 @@ URL::setRURL(rurl, Name::File); } -}; +} --- branches/KDE/3.4/kdevelop/lib/util/rurl.h #455593:455594 @@ -177,6 +177,6 @@ }; -}; +} #endif --- branches/KDE/3.4/kdevelop/parts/documentation/documentation_part.cpp #455593:455594 @@ -72,7 +72,7 @@ static const KDevPluginInfo data("kdevdocumentation"); typedef KDevGenericFactory DocumentationFactory; -K_EXPORT_COMPONENT_FACTORY( libkdevdocumentation, DocumentationFactory( data ) ); +K_EXPORT_COMPONENT_FACTORY( libkdevdocumentation, DocumentationFactory( data ) ) DocumentationPart::DocumentationPart(QObject *parent, const char *name, const QStringList& ) :KDevPlugin(&data, parent, name ? name : "DocumentationPart" ), --- branches/KDE/3.4/kdevelop/parts/scripting/scriptingpart.cpp #455593:455594 @@ -42,7 +42,7 @@ typedef KDevGenericFactory scriptingFactory; KDevPluginInfo data("kdevscripting"); -K_EXPORT_COMPONENT_FACTORY( libkdevscripting, scriptingFactory( data ) ); +K_EXPORT_COMPONENT_FACTORY( libkdevscripting, scriptingFactory( data ) ) #define GLOBALDOC_OPTIONS 1 #define PROJECTDOC_OPTIONS 2 --- branches/KDE/3.4/kdevelop/parts/vcsmanager/vcsmanagerpart.cpp #455593:455594 @@ -43,7 +43,7 @@ typedef KDevGenericFactory VCSManagerFactory; KDevPluginInfo data("kdevvcsmanager"); -K_EXPORT_COMPONENT_FACTORY( libkdevvcsmanager, VCSManagerFactory( data ) ); +K_EXPORT_COMPONENT_FACTORY( libkdevvcsmanager, VCSManagerFactory( data ) ) #define GLOBALDOC_OPTIONS 1 #define PROJECTDOC_OPTIONS 2