summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-21 16:36:49 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-21 16:36:49 -0500
commit59f3e47929514c6ae679395784727abdf37b7a80 (patch)
treee82e70b7bca1473a59e1ad44ba90151b031295a7
parenta1c30c142a7b631d6ff66f12d8b48c9aec07190f (diff)
downloadtdelibs-59f3e47929514c6ae679395784727abdf37b7a80.tar.gz
tdelibs-59f3e47929514c6ae679395784727abdf37b7a80.zip
Fix references of K Menu -> TDE Menu.
-rw-r--r--tdecore/README.kstartupinfo2
-rw-r--r--tdeui/tests/kpanelmenutest.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/README.kstartupinfo b/tdecore/README.kstartupinfo
index 09531b7d7..7f1aec52d 100644
--- a/tdecore/README.kstartupinfo
+++ b/tdecore/README.kstartupinfo
@@ -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
diff --git a/tdeui/tests/kpanelmenutest.cpp b/tdeui/tests/kpanelmenutest.cpp
index 6f2d8f2be..678a1eeb6 100644
--- a/tdeui/tests/kpanelmenutest.cpp
+++ b/tdeui/tests/kpanelmenutest.cpp
@@ -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());
}