summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-01-09 13:04:56 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-01-09 13:04:56 -0600
commit85b112961c3357746d18c14f5c3a7800a7c03baa (patch)
tree6dc7088d98fc7b480090dabfdc82022180d08d84 /src
parenta0c5421cc536f211fe4a67d9914a9dec15e04937 (diff)
downloadkbibtex-85b112961c3357746d18c14f5c3a7800a7c03baa.tar.gz
kbibtex-85b112961c3357746d18c14f5c3a7800a7c03baa.zip
Branding cleanup.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/kbibtex.desktop4
-rw-r--r--src/main.cpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 68b9b49..5609974 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-# set the include path for X, qt and KDE
+# set the include path for X, qt and TDE
INCLUDES = $(all_includes) $(LIBXSLT_CFLAGS) $(LIBXML_CFLAGS) $(LIBYAZ_CFLAGS) $(LIBBIBUTILS_CFLAGS)
# these are the headers for your project
diff --git a/src/kbibtex.desktop b/src/kbibtex.desktop
index 70ac095..48a8db5 100644
--- a/src/kbibtex.desktop
+++ b/src/kbibtex.desktop
@@ -4,8 +4,8 @@ Exec=kbibtex %U %i -caption "%c"
Icon=kbibtex
Type=Application
X-DocPath=kbibtex/kbibtex.html
-Comment=A BibTeX editor for KDE
-Comment[de]=Ein BibTeX-Editor für KDE
+Comment=A BibTeX editor for TDE
+Comment[de]=Ein BibTeX-Editor für TDE
MimeType=text/x-bibtex;
Categories=Qt;TDE;Office;
X-TDE-HasTempFileOption=true
diff --git a/src/main.cpp b/src/main.cpp
index a3f4078..67a8c32 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -37,7 +37,7 @@
#include "kbibtexshell.h"
static const char description[] =
- I18N_NOOP( "A BibTeX editor for KDE" );
+ I18N_NOOP( "A BibTeX editor for TDE" );
static const char version[] = "0.2.3.91";