summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-01-09 12:59:32 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-01-09 12:59:32 -0600
commit974af48ed9d9f89b8937ef4b07529adebc2a38c8 (patch)
treea54ce6b62e5c2cf32ebd6345bf1e66b69146e917 /src
parent7aee7af8efdf26718e0ab1f52f47d29e7fe8fc62 (diff)
downloadkscope-974af48ed9d9f89b8937ef4b07529adebc2a38c8.tar.gz
kscope-974af48ed9d9f89b8937ef4b07529adebc2a38c8.zip
Branding cleanup.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/editorpage.cpp2
-rw-r--r--src/kscope.cpp2
-rw-r--r--src/kscope.h2
-rw-r--r--src/kscopepixmaps.h2
-rw-r--r--src/main.cpp2
-rw-r--r--src/progressdlg.h2
-rw-r--r--src/tabwidget.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4b7cdd7..3600e74 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)
# these are the headers for your project
diff --git a/src/editorpage.cpp b/src/editorpage.cpp
index df69e0c..b9f5b96 100644
--- a/src/editorpage.cpp
+++ b/src/editorpage.cpp
@@ -662,7 +662,7 @@ void EditorPage::slotSetModified()
m_bModified = true;
emit modified(this, m_bModified);
-#if KDE_IS_VERSION(3,3,0)
+#if TDE_IS_VERSION(3,3,0)
Kate::DocumentExt* pKateDoc;
// If the editor is a Kate part, check whether it was modified on
diff --git a/src/kscope.cpp b/src/kscope.cpp
index 4444810..b1d6d76 100644
--- a/src/kscope.cpp
+++ b/src/kscope.cpp
@@ -892,7 +892,7 @@ void KScope::toggleQueryWindow(bool bShow)
}
/**
- * Parses the command line, after it was stripped of its KDE options.
+ * Parses the command line, after it was stripped of its TDE options.
* The command line may contain one of the following options:
* 1. A project file (named cscope.proj)
* 2. A Cscope cross-reference database
diff --git a/src/kscope.h b/src/kscope.h
index 20332fb..a9cbf89 100644
--- a/src/kscope.h
+++ b/src/kscope.h
@@ -105,7 +105,7 @@ private:
/** The query results tabbed window. */
QueryWidget* m_pQueryWidget;
- /** A KDE editor part manager, responsible for creating KTextEditor
+ /** A TDE editor part manager, responsible for creating KTextEditor
parts. */
EditorManager* m_pEditMgr;
diff --git a/src/kscopepixmaps.h b/src/kscopepixmaps.h
index db27712..f284674 100644
--- a/src/kscopepixmaps.h
+++ b/src/kscopepixmaps.h
@@ -68,7 +68,7 @@ private:
/** An array of pointers to the embedded pixmaps. */
TQPixmap** m_pPixArray;
- /** An icon loader used to retrieve pixmaps through the KDE mechanism. */
+ /** An icon loader used to retrieve pixmaps through the TDE mechanism. */
TDEIconLoader m_loader;
};
diff --git a/src/main.cpp b/src/main.cpp
index 9d88dfc..2b6b2fe 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -33,7 +33,7 @@
#include "kscopeconfig.h"
static const char *description =
- I18N_NOOP("KScope\nA source-editing environment for KDE, based on "
+ I18N_NOOP("KScope\nA source-editing environment for TDE, based on "
"Cscope");
static TDECmdLineOptions options[] =
diff --git a/src/progressdlg.h b/src/progressdlg.h
index 3b29df6..995be48 100644
--- a/src/progressdlg.h
+++ b/src/progressdlg.h
@@ -34,7 +34,7 @@
/**
* An improved progress dialog.
- * This variation of the standard KDE progress dialog displays a busy
+ * This variation of the standard TDE progress dialog displays a busy
* indicator while waiting for the first value greater than 0.
* @author Elad Lahav
*/
diff --git a/src/tabwidget.h b/src/tabwidget.h
index b83589e..4c79820 100644
--- a/src/tabwidget.h
+++ b/src/tabwidget.h
@@ -34,7 +34,7 @@
#include <ktabwidget.h>
/**
- * An extension to the standard KDE tab widget that allows the user to select
+ * An extension to the standard TDE tab widget that allows the user to select
* a tab from a list displayed as a popup menu.
* @author Elad Lahav
*/