summaryrefslogtreecommitdiffstats
path: root/lib/util
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:53:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:53:18 -0600
commit2ecab1a194b0dc551b478820e1aaa3b8713354cc (patch)
treeae4df71ed26f3dc2dd605970d8d455165a1c8ab3 /lib/util
parent549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff)
downloadtdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz
tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip
Additional renaming of kde to tde
Diffstat (limited to 'lib/util')
-rw-r--r--lib/util/Mainpage.dox4
-rw-r--r--lib/util/Makefile.am4
-rw-r--r--lib/util/configwidgetproxy.h4
-rw-r--r--lib/util/domutil.cpp2
-rw-r--r--lib/util/domutil.h2
-rw-r--r--lib/util/execcommand.cpp2
-rw-r--r--lib/util/execcommand.h2
-rw-r--r--lib/util/filetemplate.cpp2
-rw-r--r--lib/util/filetemplate.h2
-rw-r--r--lib/util/settings.cpp2
-rw-r--r--lib/util/urlutil.cpp2
-rw-r--r--lib/util/urlutil.h6
12 files changed, 17 insertions, 17 deletions
diff --git a/lib/util/Mainpage.dox b/lib/util/Mainpage.dox
index dad04de5..7cd0974c 100644
--- a/lib/util/Mainpage.dox
+++ b/lib/util/Mainpage.dox
@@ -3,8 +3,8 @@
This library contains utility classes for the KDevelop architecture.
-<b>Link with</b>: -lkdevelop
+<b>Link with</b>: -ltdevelop
-<b>Include path</b>: -I\$(kde_includes)/kdevelop/util
+<b>Include path</b>: -I\$(kde_includes)/tdevelop/util
*/
diff --git a/lib/util/Makefile.am b/lib/util/Makefile.am
index 7789cd5f..3a31f258 100644
--- a/lib/util/Makefile.am
+++ b/lib/util/Makefile.am
@@ -8,8 +8,8 @@ libkdevutil_la_SOURCES = blockingkprocess.cpp configwidgetproxy.cpp domutil.cpp
METASOURCES = AUTO
-kdevelopincludedir = $(includedir)/kdevelop/util
-kdevelopinclude_HEADERS = domutil.h execcommand.h filetemplate.h urlutil.h \
+tdevelopincludedir = $(includedir)/tdevelop/util
+tdevelopinclude_HEADERS = domutil.h execcommand.h filetemplate.h urlutil.h \
configwidgetproxy.h rurl.h kscriptactionmanager.h
DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevextensions kdevinterfaces
diff --git a/lib/util/configwidgetproxy.h b/lib/util/configwidgetproxy.h
index 1c48d4c7..145483b1 100644
--- a/lib/util/configwidgetproxy.h
+++ b/lib/util/configwidgetproxy.h
@@ -85,7 +85,7 @@ public:
* @param pagenumber A per-proxy unique identifier, used when responding to insertConfigWidget() signal.
* @param icon The name of the icon to use.
*/
- void createGlobalConfigPage( TQString const & title, unsigned int pagenumber, TQString const & icon = "kdevelop" );
+ void createGlobalConfigPage( TQString const & title, unsigned int pagenumber, TQString const & icon = "tdevelop" );
/**
* Tells the proxy you want a page in the Project Settings.
@@ -93,7 +93,7 @@ public:
* @param pagenumber A per-proxy unique identifier, used when responding to insertConfigWidget() signal.
* @param icon The name of the icon to use.
*/
- void createProjectConfigPage( TQString const & title, unsigned int pagenumber, TQString const & icon = "kdevelop" );
+ void createProjectConfigPage( TQString const & title, unsigned int pagenumber, TQString const & icon = "tdevelop" );
/**
* Removes a config page from the proxy. Next time the settings dialog opens, this page will not be available.
diff --git a/lib/util/domutil.cpp b/lib/util/domutil.cpp
index a8f036e6..0c9a2491 100644
--- a/lib/util/domutil.cpp
+++ b/lib/util/domutil.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001-2002 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.org *
* default support: Eray Ozkural (exa) *
* additions: John Firebaugh <jfirebaugh@kde.org> *
* Jakob Simon-Gaarde <jakob@simon-gaarde.dk> *
diff --git a/lib/util/domutil.h b/lib/util/domutil.h
index db9cd184..ea28a407 100644
--- a/lib/util/domutil.h
+++ b/lib/util/domutil.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.org *
* jakob@simon-gaarde.dk *
* *
* This program is free software; you can redistribute it and/or modify *
diff --git a/lib/util/execcommand.cpp b/lib/util/execcommand.cpp
index 9692b29e..b3d83746 100644
--- a/lib/util/execcommand.cpp
+++ b/lib/util/execcommand.cpp
@@ -1,5 +1,5 @@
/* This file is part of the KDE project
- Copyright (C) 2002 Harald Fernengel <harry@kdevelop.org>
+ Copyright (C) 2002 Harald Fernengel <harry@tdevelop.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/lib/util/execcommand.h b/lib/util/execcommand.h
index ca403cfc..abdcd687 100644
--- a/lib/util/execcommand.h
+++ b/lib/util/execcommand.h
@@ -1,5 +1,5 @@
/* This file is part of the KDE project
- Copyright (C) 2002 Harald Fernengel <harry@kdevelop.org>
+ Copyright (C) 2002 Harald Fernengel <harry@tdevelop.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/lib/util/filetemplate.cpp b/lib/util/filetemplate.cpp
index c3538040..e0425614 100644
--- a/lib/util/filetemplate.cpp
+++ b/lib/util/filetemplate.cpp
@@ -1,5 +1,5 @@
/* This file is part of the KDE project
- Copyright (C) 2002 Sandy Meier <smeier@kdevelop.org>
+ Copyright (C) 2002 Sandy Meier <smeier@tdevelop.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/lib/util/filetemplate.h b/lib/util/filetemplate.h
index 8f863535..a3d2c2dc 100644
--- a/lib/util/filetemplate.h
+++ b/lib/util/filetemplate.h
@@ -1,5 +1,5 @@
/* This file is part of the KDE project
- Copyright (C) 2002 Bernd Gehrmann <bernd@kdevelop.org>
+ Copyright (C) 2002 Bernd Gehrmann <bernd@tdevelop.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
diff --git a/lib/util/settings.cpp b/lib/util/settings.cpp
index 908df54e..f91c91f0 100644
--- a/lib/util/settings.cpp
+++ b/lib/util/settings.cpp
@@ -35,7 +35,7 @@ TQString Settings::terminalEmulatorName( KConfig & config )
TQString Settings::profileByAttributes(const TQString &language, const TQStringList &keywords)
{
- KConfig config(locate("data", "kdevelop/profiles/projectprofiles"));
+ KConfig config(locate("data", "tdevelop/profiles/projectprofiles"));
config.setGroup(language);
TQStringList profileKeywords = TQStringList::split("/", "Empty");
diff --git a/lib/util/urlutil.cpp b/lib/util/urlutil.cpp
index a31aa789..12b00065 100644
--- a/lib/util/urlutil.cpp
+++ b/lib/util/urlutil.cpp
@@ -30,7 +30,7 @@
#include "urlutil.h"
-#include <kdeversion.h>
+#include <tdeversion.h>
///////////////////////////////////////////////////////////////////////////////
// Namespace URLUtil
diff --git a/lib/util/urlutil.h b/lib/util/urlutil.h
index 4a063961..d8119292 100644
--- a/lib/util/urlutil.h
+++ b/lib/util/urlutil.h
@@ -118,10 +118,10 @@ namespace URLUtil
* If baseDirUrl == url.path() then it will return ".".
* @code
* KURL baseUrl, dirUrl;
- * baseUrl.setPath( "/home/mario/src/kdevelop/" );
- * dirUrl.setPath( "/home/mario/src/kdevelop/parts/cvs/" );
+ * baseUrl.setPath( "/home/mario/src/tdevelop/" );
+ * dirUrl.setPath( "/home/mario/src/tdevelop/parts/cvs/" );
* TQString relPathName = extractDirPathRelative( baseUrl, url ); // == "parts/cvs/"
- * TQString absPathName = extractDirPathAbsolute( url ); // == "/home/mario/src/kdevelop/parts/cvs/"
+ * TQString absPathName = extractDirPathAbsolute( url ); // == "/home/mario/src/tdevelop/parts/cvs/"
* @endcode
* Note that if you pass a file name in @p url (instead of a directory) or the
* @p baseUrl is not contained in @p url then the function will return "" (void string).