Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Education
KmPlot
Commits
62a9d7aa
Commit
62a9d7aa
authored
Dec 23, 2008
by
Eckhart Wörner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
krazy: Check for invalid icon names (1 issue)
svn path=/trunk/KDE/kdeedu/kmplot/; revision=900494
parent
e9bb009c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
kmplot/kmplotprogress.cpp
kmplot/kmplotprogress.cpp
+1
-1
No files found.
kmplot/kmplotprogress.cpp
View file @
62a9d7aa
...
...
@@ -37,7 +37,7 @@
KmPlotProgress
::
KmPlotProgress
(
QWidget
*
parent
)
:
QWidget
(
parent
)
{
m_button
=
new
KPushButton
(
this
);
m_button
->
setIcon
(
KIcon
(
"
cancel
"
)
);
m_button
->
setIcon
(
KIcon
(
"
process-stop
"
)
);
m_button
->
setGeometry
(
QRect
(
0
,
0
,
30
,
23
)
);
m_button
->
setMaximumHeight
(
height
()
-
10
);
connect
(
m_button
,
SIGNAL
(
clicked
()),
this
,
SIGNAL
(
cancelDraw
())
);
...
...
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