~ubuntu-branches/ubuntu/precise/kde-workspace/precise-security

« back to all changes in this revision

Viewing changes to kwin/kcmkwin/kwinrules/ruleswidget.cpp

Tags: upstream-4.7.2
Import upstream version 4.7.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
    SETUP(strictgeometry, force);
117
117
    SETUP(disableglobalshortcuts, force);
118
118
    SETUP(blockcompositing, force);
 
119
 
 
120
    connect (title_match, SIGNAL(currentIndexChanged(int)), SLOT(titleMatchChanged()));
 
121
    connect (extra_match, SIGNAL(currentIndexChanged(int)), SLOT(extraMatchChanged()));
 
122
    connect (machine_match, SIGNAL(currentIndexChanged(int)), SLOT(machineMatchChanged()));
 
123
 
119
124
    int i;
120
125
    for (i = 1;
121
126
            i <= KWindowSystem::numberOfDesktops();