Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
KMines
Commits
6ca88ea9
Commit
6ca88ea9
authored
Aug 03, 2000
by
Hans Petter Bieker
Browse files
More fixes.
svn path=/trunk/kdegames/kmines/; revision=59611
parent
c648f861
Changes
2
Hide whitespace changes
Inline
Side-by-side
dialogs.cpp
View file @
6ca88ea9
...
...
@@ -451,7 +451,7 @@ MouseAction OptionDialog::readMouseBinding(MouseButton mb)
return
ma
>
UMark
?
Reveal
:
ma
;
}
QColor
OptionDialog
::
readColor
(
const
char
*
key
,
QColor
defaultColor
)
QColor
OptionDialog
::
readColor
(
const
QString
&
key
,
QColor
defaultColor
)
{
return
config
()
->
readColorEntry
(
key
,
&
defaultColor
);
}
...
...
dialogs.h
View file @
6ca88ea9
...
...
@@ -141,7 +141,7 @@ class OptionDialog : public KDialogBase
static
KConfig
*
config
();
static
uint
readCaseSize
();
static
QColor
readColor
(
const
char
*
key
,
QColor
defaultColor
);
static
QColor
readColor
(
const
QString
&
key
,
QColor
defaultColor
);
void
mainPage
();
void
casePage
();
...
...
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