summaryrefslogtreecommitdiffabout
path: root/korganizer/kofilterview.h
authorzautrix <zautrix>2005-06-15 19:45:57 (UTC)
committer zautrix <zautrix>2005-06-15 19:45:57 (UTC)
commite17a686fcfab42a71f25e9f0a4c3a395ec41a7b1 (patch) (side-by-side diff)
tree3974dde9d4f9a5c8d3f6af724cafb3206d08f3cc /korganizer/kofilterview.h
parentccfe3f97afd65c75ee6c7c931cb3694919a4e29b (diff)
downloadkdepimpi-e17a686fcfab42a71f25e9f0a4c3a395ec41a7b1.zip
kdepimpi-e17a686fcfab42a71f25e9f0a4c3a395ec41a7b1.tar.gz
kdepimpi-e17a686fcfab42a71f25e9f0a4c3a395ec41a7b1.tar.bz2
fixxx
Diffstat (limited to 'korganizer/kofilterview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/kofilterview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/korganizer/kofilterview.h b/korganizer/kofilterview.h
index e2ebdd4..3ab316f 100644
--- a/korganizer/kofilterview.h
+++ b/korganizer/kofilterview.h
@@ -45,6 +45,7 @@ class KOCalButton : public QPushButton
connect( this, SIGNAL( clicked() ),
SLOT( bottonClicked() ));
mNumber = -1;
+ setFocusPolicy(NoFocus);
}
void setNum ( int num ) {mNumber = num; }
signals:
@@ -69,6 +70,7 @@ class KOCalCheckButton : public QCheckBox
connect( this, SIGNAL( toggled ( bool ) ),
SLOT( bottonClicked( bool ) ));
mNumber = -1;
+ setFocusPolicy(NoFocus);
//setMaximumWidth( 10 );
}