fix (??) for kde c++ application framework template

Roberto Raggi roberto at kdevelop.org
Fri Feb 28 23:26:03 UTC 2003


On Fri, 2003-02-28 at 23:04, Zac Hansen wrote:
> I'm running the RH 8.0 3.0.3-8.3 KDE RPM.
> 
> To get the C++ KDE application framework to build under 3.0.3 I made the 
> following two changes to the ProjectName.cpp file:
> 
> saveMainWindowSettings( KGlobal::config(), autoSaveGroup() );
> goes to
> saveMainWindowSettings( KGlobal::config() );
> 
> and 
> 
> applyMainWindowSettings( KGlobal::config(), autoSaveGroup() );
> goes to 
> applyMainWindowSettings( KGlobal::config() );
> 
> both save and apply main window settings have default arguments for the 
> second parameter, but I don't know if they are correct in all situations.
> 
> I can then successfully build and execute the program correctly -- I 
> think; it doesn't do much..

fixed in cvs.. thanks for your hint Zac ;)

ciao robe






More information about the KDevelop-devel mailing list