Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
KLettres
Commits
76432f86
Commit
76432f86
authored
Jul 31, 2022
by
Laurent Montel
Browse files
KMessageBox::sorry is deprecated in kf5.97
parent
2f8b05f5
Pipeline
#210934
passed with stage
in 3 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/klettres.cpp
View file @
76432f86
...
...
@@ -382,7 +382,7 @@ void KLettres::loadLangToolBar()
if
(
!
myFile
.
exists
())
{
QString
mString
=
i18n
(
"File $KDEDIR/share/apps/klettres/%1.txt not found;
\n
"
"please check your installation."
,
lang
);
KMessageBox
::
sorry
(
this
,
mString
,
KMessageBox
::
error
(
this
,
mString
,
i18n
(
"Error"
)
);
qApp
->
quit
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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