summaryrefslogtreecommitdiffstats
path: root/knetworkconf
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-23 19:46:13 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-23 19:46:13 -0500
commit6fc4bb1437314644ef1b78f10bc340970edfcf6f (patch)
treebb91ca5ef46ffa11c711da06c6a48794ec727351 /knetworkconf
parent10bce5f13da14da36cea851fab0ff3927342e72a (diff)
downloadtdeadmin-6fc4bb1437314644ef1b78f10bc340970edfcf6f.tar.gz
tdeadmin-6fc4bb1437314644ef1b78f10bc340970edfcf6f.zip
Fix KDE -> TDE branding.
Diffstat (limited to 'knetworkconf')
-rw-r--r--knetworkconf/README2
-rw-r--r--knetworkconf/knetworkconf-mdk.spec4
-rw-r--r--knetworkconf/knetworkconf.spec2
-rw-r--r--knetworkconf/knetworkconf/version.h2
4 files changed, 5 insertions, 5 deletions
diff --git a/knetworkconf/README b/knetworkconf/README
index 40b11c2..db16fe9 100644
--- a/knetworkconf/README
+++ b/knetworkconf/README
@@ -7,7 +7,7 @@ http://www.merlinux.org/knetworkconf/
1. Introduction
-KNetworkConf is a KDE Control Center module to configure the Network
+KNetworkConf is a TDE Control Center module to configure the Network
settings in a Linux machine. I developed it because I couldn't find any
application to do this from within KDE, and I think this is a "must have"
app for a serious Desktop Enviroment like KDE.
diff --git a/knetworkconf/knetworkconf-mdk.spec b/knetworkconf/knetworkconf-mdk.spec
index d0f763f..7f4adbf 100644
--- a/knetworkconf/knetworkconf-mdk.spec
+++ b/knetworkconf/knetworkconf-mdk.spec
@@ -3,7 +3,7 @@
%define release 1mdk
#%define _unpackaged_files_terminate_build 0
-Summary: A KDE Control Center Module to configure Network settings.
+Summary: A TDE Control Center Module to configure Network settings.
Name: %{name}
Version: %{version}
Release: %{release}
@@ -16,7 +16,7 @@ Requires: %_bindir/tdesu
Patch1: knetworkconf-0.6-fix-menu.patch.bz2
%description
-KNetworkConf is a KDE Control Center module to configure the Network
+KNetworkConf is a TDE Control Center module to configure the Network
settings in a Linux machine. I developed it because I couldn't find any
application to do this from within KDE, and I think this is a "must have"
app for a serious Desktop Enviroment like KDE.
diff --git a/knetworkconf/knetworkconf.spec b/knetworkconf/knetworkconf.spec
index 789bacd..e47e964 100644
--- a/knetworkconf/knetworkconf.spec
+++ b/knetworkconf/knetworkconf.spec
@@ -25,7 +25,7 @@ like KDE.
KNetworkConf can configure installed network devices (you can't
add new ones for now), the default gateway,host and domain names,
and add/remove DNS servers. This first version is a standalone
-application, but the idea is to make it a KDE Control Center
+application, but the idea is to make it a TDE Control Center
module and a KApplet to have a fast access to it from the KDE
panel.
diff --git a/knetworkconf/knetworkconf/version.h b/knetworkconf/knetworkconf/version.h
index cfa0b7d..f4900dc 100644
--- a/knetworkconf/knetworkconf/version.h
+++ b/knetworkconf/knetworkconf/version.h
@@ -2,5 +2,5 @@
#define KNETWORKVERSION_H
static const char *description =
- I18N_NOOP("KNetworkConf - A KDE Control Center module to configure TCP/IP settings.");
+ I18N_NOOP("KNetworkConf - A TDE Control Center module to configure TCP/IP settings.");
#endif