|
|
|
@ -501,7 +501,7 @@ MainWidget::MainWidget ( TDEAboutData *about, bool tren, TQWidget *parent, const
|
|
|
|
|
|
|
|
|
|
TDEConfig *cfg = TDEApplication::kApplication()->config();
|
|
|
|
|
|
|
|
|
|
KPopupMenu *m = tray->contextMenu();
|
|
|
|
|
TDEPopupMenu *m = tray->contextMenu();
|
|
|
|
|
m->setCheckable ( true );
|
|
|
|
|
|
|
|
|
|
KHelpMenu *h = new KHelpMenu ( tray, about );
|
|
|
|
@ -663,7 +663,7 @@ void MainWidget::resizeEvent(TQResizeEvent * e)
|
|
|
|
|
void MainWidget::showConfigMenu()
|
|
|
|
|
{
|
|
|
|
|
if (tray){
|
|
|
|
|
KPopupMenu *m = tray->contextMenu();
|
|
|
|
|
TDEPopupMenu *m = tray->contextMenu();
|
|
|
|
|
m->popup(mapToGlobal(popup_menu->pos()));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|