From 7f6dbcc6420bac9a9ef55eaeb523ac0bc8040bd6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 3 Jun 2020 00:55:21 +0900 Subject: KMix: added help submenu in context menu. Signed-off-by: Michele Calgaro --- kmix/kmix.cpp | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'kmix/kmix.cpp') diff --git a/kmix/kmix.cpp b/kmix/kmix.cpp index 69630f61..f00db82a 100644 --- a/kmix/kmix.cpp +++ b/kmix/kmix.cpp @@ -194,27 +194,8 @@ KMixWindow::updateDocking() if (m_showDockWidget) { - // create dock widget - // !! This should be a View in the future m_dockWidget = new KMixDockWidget( Mixer::mixers().first(), this, "mainDockWidget", m_volumeWidget, m_dockIconMuting ); - -/* Belongs in KMixDockWidget - // create RMB menu - TDEPopupMenu *menu = m_dockWidget->contextMenu(); - - // !! check this - TDEAction *a = actionCollection()->action( "dock_mute" ); - if ( a ) a->plug( menu ); -*/ - - /* - * Mail from 31.1.2005: "make sure your features are at least string complete" - * Preparation for fixing Bug #55078 - scheduled for KDE3.4.1 . - * This text will be plugged into the dock-icon popup menu. - */ - TQString selectChannel = i18n("Select Channel"); // This text will be used in KDE3.4.1 !!! - m_dockWidget->show(); } } -- cgit v1.2.3