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
Network
Konqueror
Commits
bc77e5a2
Commit
bc77e5a2
authored
May 05, 2006
by
Stephan Kulow
Browse files
deprecated--
svn path=/trunk/KDE/kdebase/konqueror/; revision=537738
parent
da3b1574
Changes
1
Hide whitespace changes
Inline
Side-by-side
konqueror/iconview/konq_iconview.cc
View file @
bc77e5a2
...
...
@@ -313,9 +313,9 @@ KonqKfmIconView::KonqKfmIconView( QWidget *parentWidget, QObject *parent, const
m_paUnselectAll
=
new
KAction
(
i18n
(
"Unselect All"
),
actionCollection
(),
"unselectall"
);
connect
(
m_paUnselectAll
,
SIGNAL
(
triggered
(
bool
)
),
SLOT
(
slotUnselectAll
()
));
m_paUnselectAll
->
setShortcut
(
Qt
::
CTRL
+
Qt
::
Key_U
);
m_paInvertSelection
=
new
KAction
(
i18n
(
"&Invert Selection"
),
Qt
::
CTRL
+
Qt
::
Key_Asterisk
,
this
,
SLOT
(
slotInvertSelection
()
)
,
actionCollection
(),
"invertselection"
);
m_paInvertSelection
=
new
KAction
(
i18n
(
"&Invert Selection"
),
actionCollection
(),
"invertselection"
);
connect
(
m_paInvertSelection
,
SIGNAL
(
triggered
(
bool
)
)
,
SLOT
(
slotInvertSelection
()
)
);
m_paInvertSelection
->
setShortcut
(
Qt
::
CTRL
+
Qt
::
Key_Asterisk
);
m_paSelect
->
setToolTip
(
i18n
(
"Allows selecting of file or folder items based on a given mask"
)
);
m_paUnselect
->
setToolTip
(
i18n
(
"Allows unselecting of file or folder items based on a given mask"
)
);
...
...
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