Fix references of K Menu -> TDE Menu.

pull/16/head
Darrell Anderson 12 years ago
parent a1c30c142a
commit 59f3e47929

@ -22,7 +22,7 @@ on http://www.freedesktop.org .
Starting apps with ASN :
-------------------------
When an application is started from the K-Menu or the minicli, and from other
When an application is started from the TDE Menu or the minicli, and from other
places, ASN is sent automatically for it, assuming a matching .desktop file
is found for the starting application. Application without a .desktop file
don't get ASN ( this may change, but it's unlikely as it creates too many

@ -19,7 +19,7 @@ TestWidget::TestWidget(TQWidget *parent, const char *name)
connect(subMenu, TQT_SIGNAL(activated(int)), TQT_SLOT(slotSubMenuCalled(int)));
init();
setText("We added \"Client Test\" to kicker. Click the K Menu to check.");
setText("We added \"Client Test\" to kicker. Click the TDE Menu to check.");
resize(sizeHint());
}

Loading…
Cancel
Save