-rw-r--r-- | libopie/colorpopupmenu.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libopie/colorpopupmenu.cpp b/libopie/colorpopupmenu.cpp index dac10e9..5a8d77e 100644 --- a/libopie/colorpopupmenu.cpp +++ b/libopie/colorpopupmenu.cpp | |||
@@ -137,9 +137,12 @@ OColorPopupMenu::OColorPopupMenu( const QColor& color, QWidget* parent, const ch | |||
137 | 137 | ||
138 | insertItem( colorPanel ); | 138 | insertItem( colorPanel ); |
139 | insertSeparator(); | 139 | insertSeparator(); |
140 | insertItem(tr("More"),this,SLOT( moreColorClicked())); | ||
141 | /* | ||
140 | QAction* chooseColorAction = new QAction( tr( "More" ), tr( "More..." ), 0, colorPanel, "More" ); | 142 | QAction* chooseColorAction = new QAction( tr( "More" ), tr( "More..." ), 0, colorPanel, "More" ); |
141 | connect( chooseColorAction, SIGNAL( activated() ), this, SLOT( moreColorClicked() ) ); | 143 | connect( chooseColorAction, SIGNAL( activated() ), this, SLOT( moreColorClicked() ) ); |
142 | chooseColorAction->addTo( this ); | 144 | chooseColorAction->addTo( this ); |
145 | */ | ||
143 | activateItemAt( 0 ); | 146 | activateItemAt( 0 ); |
144 | } | 147 | } |
145 | 148 | ||