|
|
@ -147,7 +147,7 @@ void Configure::changeTheme(int theme)
|
|
|
|
void Configure::showInterfaceContextMenu(TQListBoxItem* item, const TQPoint& point) {
|
|
|
|
void Configure::showInterfaceContextMenu(TQListBoxItem* item, const TQPoint& point) {
|
|
|
|
if (!item && mConfig.size() == 1)
|
|
|
|
if (!item && mConfig.size() == 1)
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
TQPixmap icon = kapp->iconLoader()->loadIcon("editdelete", TDEIcon::Small, 16);
|
|
|
|
TQPixmap icon = kapp->iconLoader()->loadIcon("edit-delete", TDEIcon::Small, 16);
|
|
|
|
TQPopupMenu* menu = new TQPopupMenu(this);
|
|
|
|
TQPopupMenu* menu = new TQPopupMenu(this);
|
|
|
|
menu->insertItem(icon, i18n("Renomve Interface"), this, TQT_SLOT(removeInterface()));
|
|
|
|
menu->insertItem(icon, i18n("Renomve Interface"), this, TQT_SLOT(removeInterface()));
|
|
|
|
menu->exec(point);
|
|
|
|
menu->exec(point);
|
|
|
|