summaryrefslogtreecommitdiffstats
path: root/knetworkconf/knetworkconf.spec
diff options
context:
space:
mode:
Diffstat (limited to 'knetworkconf/knetworkconf.spec')
-rw-r--r--knetworkconf/knetworkconf.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/knetworkconf/knetworkconf.spec b/knetworkconf/knetworkconf.spec
index 9b0e7eb..789bacd 100644
--- a/knetworkconf/knetworkconf.spec
+++ b/knetworkconf/knetworkconf.spec
@@ -14,7 +14,7 @@ Url: http://www.merlinux.org/knetworkconf/
Group: Networking/Other
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-buildroot
-Requires: %_bindir/kdesu
+Requires: %_bindir/tdesu
%description
KNetworkConf is a KDE application to configure TCP/IP settings
@@ -51,7 +51,7 @@ install -m 644 %{name}/network_card.png %buildroot/%{_prefix}/share/pixmaps/netw
# Menu
mkdir -p %buildroot/%_menudir
cat <<EOF > %buildroot/%_menudir/%name
-?package(%name): command="kdesu %_bindir/%name" needs="X11" \
+?package(%name): command="tdesu %_bindir/%name" needs="X11" \
icon="%name.png" section="Configuration/Networking" \
title="KNetworkConf" longtitle="Configure TCP/IP settings under KDE"
EOF