~neon/kolf/master

« back to all changes in this revision

Viewing changes to pluginloader.cpp

  • Committer: Paul Broadbent
  • Date: 2007-02-21 16:56:45 UTC
  • Revision ID: git-v1:efe052a813b637d1d76e2e8f554980812626e167
KConfig ports

svn path=/trunk/KDE/kdegames/kolf/; revision=636003

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
        for (QStringList::Iterator it = files.begin(); it != files.end(); ++it)
17
17
        {
18
18
                KConfig cfg(*it, KConfig::OnlyLocal);
19
 
                QString filename(cfg.readEntry("Filename", ""));
 
19
                KConfigGroup cfgGroup(cfg.group("General")); //probably a bug here, come back and test
 
20
                QString filename(cfgGroup.readEntry("Filename", ""));
20
21
 
21
22
                libs.append(filename);
22
23
        }