Current templates don't compile with KDE 3.0

Sascha Cunz Milo at NG-Projekt.ORG
Thu Feb 27 20:56:03 UTC 2003


Hi all,
i think some of the current templates don't compile with KDE 3.0 anymore.

Example: (newly created C++/KDE/App. Framework)
void gideontest::optionsConfigureToolbars()
{
    // use the standard toolbar editor
    saveMainWindowSettings( KGlobal::config(), autoSaveGroup() );
    KEditToolbar dlg(actionCollection());
    connect(&dlg, SIGNAL(newToolbarConfig()), this, SLOT(newToolbarConfig()));
    dlg.exec();
}

"autoSaveGroup" is defined since KDE 3.1

If we want Gideon to be useable with KDE 3.0.x, we should also ensure that 
templates run with KDE3.0.x

Sascha

P.S.: Current Gideon does also not compile out of the Box with some old KDE3.1 
checkouts. But i guess, i should rather update my system in that case than 
bothering with that. Problems here are: src/splashscreen and 
parts/classview/digraph or such. Both because of KDE_IS_VERSION(3,1,90).




More information about the KDevelop-devel mailing list