~ubuntu-branches/ubuntu/gutsy/kdebase-workspace/gutsy-backports

« back to all changes in this revision

Viewing changes to kcontrol/kxkb/kxkbconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-10-31 19:16:54 UTC
  • Revision ID: james.westby@ubuntu.com-20071031191654-xuof6e1jg6uxqaze
Tags: 3.95.0-0ubuntu1~gutsy1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
        SwitchingPolicy m_switchingPolicy;
110
110
        
111
111
        QString m_model;
112
 
        QString m_options;
 
112
        QStringList m_options;
113
113
        QList<LayoutUnit> m_layouts;
114
114
 
115
115
        KxkbConfig();