summaryrefslogtreecommitdiffstats
path: root/ark
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:53:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:53:00 -0600
commitba462cdcaeee005bc656bec1f7495c80a4fc9f1f (patch)
treeff8aa91069c08778f490c15b880ace00350c4f2a /ark
parent6987789e9755571646069fc12f9c3b2a9296a57e (diff)
downloadtdeutils-ba462cdcaeee005bc656bec1f7495c80a4fc9f1f.tar.gz
tdeutils-ba462cdcaeee005bc656bec1f7495c80a4fc9f1f.zip
Additional renaming of kde to tde
Diffstat (limited to 'ark')
-rw-r--r--ark/ChangeLog2
-rw-r--r--ark/README2
-rw-r--r--ark/ark.kcfg2
-rw-r--r--ark/general.ui2
-rw-r--r--ark/main.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/ark/ChangeLog b/ark/ChangeLog
index cd5b4de..ace4da3 100644
--- a/ark/ChangeLog
+++ b/ark/ChangeLog
@@ -243,7 +243,7 @@
development with crashes. Will add later.
* Asks "Are you sure?" when you try to "New" over an existing zip
* Began work on new extract dialog - old one doesn't work any longer
- due to kdelibs changes. Doesn't do anything yet - just trying out
+ due to tdelibs changes. Doesn't do anything yet - just trying out
for look&feel with error-checking.
Idea of extract: highlight the ones to be extracted and then
let the right archiver grab all the highlighted files (or current).
diff --git a/ark/README b/ark/README
index 156c2bb..c06dcca 100644
--- a/ark/README
+++ b/ark/README
@@ -1,4 +1,4 @@
This is Ark version 2.3.x.
-Ark is KDE archive handling tool, part of the kdeutils package.
+Ark is KDE archive handling tool, part of the tdeutils package.
diff --git a/ark/ark.kcfg b/ark/ark.kcfg
index 1c134a4..10e7c22 100644
--- a/ark/ark.kcfg
+++ b/ark/ark.kcfg
@@ -67,7 +67,7 @@
</entry>
<entry name="KonquerorIntegration" type="Bool">
<label>Enable Konqueror integration</label>
- <whatsthis>Enables integration with Konqueror's context menus, letting you easily archive or unarchive files. This option will only work if you have the kdeaddons package installed.</whatsthis>
+ <whatsthis>Enables integration with Konqueror's context menus, letting you easily archive or unarchive files. This option will only work if you have the tdeaddons package installed.</whatsthis>
<default>true</default>
</entry>
<entry name="UseIntegratedViewer" type="Bool">
diff --git a/ark/general.ui b/ark/general.ui
index b02c214..150e1e4 100644
--- a/ark/general.ui
+++ b/ark/general.ui
@@ -65,7 +65,7 @@
<cstring>konqIntegrationLabel</cstring>
</property>
<property name="text">
- <string>&lt;font size="-1"&gt;&lt;i&gt;Konqueror integration is only available if you install the Konqueror integration plugin from the kdeaddons package.&lt;/i&gt;&lt;/font&gt;</string>
+ <string>&lt;font size="-1"&gt;&lt;i&gt;Konqueror integration is only available if you install the Konqueror integration plugin from the tdeaddons package.&lt;/i&gt;&lt;/font&gt;</string>
</property>
</widget>
</hbox>
diff --git a/ark/main.cpp b/ark/main.cpp
index a2156b4..16ec98c 100644
--- a/ark/main.cpp
+++ b/ark/main.cpp
@@ -41,7 +41,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <dcopclient.h>
#include <kcmdlineargs.h>
#include <kaboutdata.h>
-#include <kdelibs_export.h>
+#include <tdelibs_export.h>
// ark includes
#include "arkapp.h"