summaryrefslogtreecommitdiffstats
path: root/kicker/menuext/remote/remotemenu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/menuext/remote/remotemenu.cpp')
-rw-r--r--kicker/menuext/remote/remotemenu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker/menuext/remote/remotemenu.cpp b/kicker/menuext/remote/remotemenu.cpp
index c09f9a825..3547e3f9b 100644
--- a/kicker/menuext/remote/remotemenu.cpp
+++ b/kicker/menuext/remote/remotemenu.cpp
@@ -93,7 +93,7 @@ void RemoteMenu::initialize()
for(; name!=endf; ++name)
{
- if (!names_found.contains(*name))
+ if (!names_found.tqcontains(*name))
{
names_found.append(*name);
TQString filename = *dirpath+*name;
@@ -124,7 +124,7 @@ void RemoteMenu::openRemoteDir()
void RemoteMenu::slotExec(int id)
{
- if (m_desktopMap.contains(id))
+ if (m_desktopMap.tqcontains(id))
{
new KRun(m_desktopMap[id]);
}