blob: 4afc1afeaaf071c703d2211f655cdf384125c6ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** ../anthem-0.0.17.old/anthem/tse3/kdeui/SnapWidget.cpp Sun Jul 28 11:08:05 2002
--- anthem/tse3/kdeui/SnapWidget.cpp Wed Nov 12 21:47:26 2003
***************
*** 34,40 ****
};
! SnapWidget::SnapWidget(QWidget *parent, const char *name = 0)
: QComboBox(false, parent, name)
{
setInsertionPolicy(NoInsertion);
--- 34,40 ----
};
! SnapWidget::SnapWidget(QWidget *parent, const char *name )
: QComboBox(false, parent, name)
{
setInsertionPolicy(NoInsertion);
|