Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Games
lskat
Commits
69acc030
Commit
69acc030
authored
Oct 22, 2005
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Launch my script to adapt to new kdelibs api
svn path=/trunk/KDE/kdegames/lskat/; revision=472976
parent
2e6e8392
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lskat/msgdlg.cpp
lskat/msgdlg.cpp
+2
-1
No files found.
lskat/msgdlg.cpp
View file @
69acc030
...
...
@@ -60,7 +60,8 @@ MsgDlg::MsgDlg( QWidget *parent, const char *name,const char * /*sufi */ )
connect
(
PushButton
,
SIGNAL
(
clicked
()),
SLOT
(
accept
())
);
PushButton
->
setAutoRepeat
(
FALSE
);
PushButton
=
new
KPushButton
(
KStdGuiItem
::
cancel
(),
this
,
"PushButton_2"
);
PushButton
=
new
KPushButton
(
KStdGuiItem
::
cancel
(),
this
);
PushButton
->
setObjectName
(
"PushButton_2"
);
PushButton
->
setGeometry
(
305
,
120
,
65
,
30
);
connect
(
PushButton
,
SIGNAL
(
clicked
()),
SLOT
(
reject
())
);
PushButton
->
setAutoRepeat
(
FALSE
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment