diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-10-29 23:48:18 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-10-29 23:48:18 +0000 |
commit | c13a5bcfcd39a60b06331e0e456f81187f336764 (patch) | |
tree | 24d87d150c14833a85f8fac72b8a8e53d186d7c8 /x11/kdelibs3/files/patch-kdeui-kactionclasses.cpp | |
parent | - Add p5-File-Next as RUN_DEPENDS for this package at run time. (diff) |
Update to KDE 3.5.8
Notes
Notes:
svn path=/head/; revision=202377
Diffstat (limited to 'x11/kdelibs3/files/patch-kdeui-kactionclasses.cpp')
-rw-r--r-- | x11/kdelibs3/files/patch-kdeui-kactionclasses.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/kdelibs3/files/patch-kdeui-kactionclasses.cpp b/x11/kdelibs3/files/patch-kdeui-kactionclasses.cpp new file mode 100644 index 000000000000..caee9f862c62 --- /dev/null +++ b/x11/kdelibs3/files/patch-kdeui-kactionclasses.cpp @@ -0,0 +1,13 @@ +--- kdeui/kactionclasses.cpp 2007/10/08 11:32:36 722993 ++++ kdeui/kactionclasses.cpp 2007/10/20 20:49:01 727528 +@@ -667,8 +667,8 @@ + KToolBar* bar = static_cast<KToolBar*>( widget ); + int id_ = KAction::getToolButtonID(); + bar->insertCombo( comboItems(), id_, isEditable(), +- SIGNAL( activated( int ) ), this, +- SLOT( slotActivated( int ) ), isEnabled(), ++ SIGNAL( activated( const QString & ) ), this, ++ SLOT( slotActivated( const QString & ) ), isEnabled(), + toolTip(), -1, index ); + + QComboBox *cb = bar->getCombo( id_ ); |