diff options
Diffstat (limited to 'lib/util')
-rw-r--r-- | lib/util/Mainpage.dox | 4 | ||||
-rw-r--r-- | lib/util/Makefile.am | 4 | ||||
-rw-r--r-- | lib/util/configwidgetproxy.h | 4 | ||||
-rw-r--r-- | lib/util/domutil.cpp | 2 | ||||
-rw-r--r-- | lib/util/domutil.h | 2 | ||||
-rw-r--r-- | lib/util/execcommand.cpp | 2 | ||||
-rw-r--r-- | lib/util/execcommand.h | 2 | ||||
-rw-r--r-- | lib/util/filetemplate.cpp | 2 | ||||
-rw-r--r-- | lib/util/filetemplate.h | 2 | ||||
-rw-r--r-- | lib/util/settings.cpp | 2 | ||||
-rw-r--r-- | lib/util/urlutil.cpp | 2 | ||||
-rw-r--r-- | lib/util/urlutil.h | 6 |
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 * - * [email protected] * + * [email protected] * * default support: Eray Ozkural (exa) * * additions: John Firebaugh <[email protected]> * * Jakob Simon-Gaarde <[email protected]> * 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 * - * [email protected] * + * [email protected] * * * * 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 <[email protected]> + Copyright (C) 2002 Harald Fernengel <[email protected]> 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 <[email protected]> + Copyright (C) 2002 Harald Fernengel <[email protected]> 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 <[email protected]> + Copyright (C) 2002 Sandy Meier <[email protected]> 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 <[email protected]> + Copyright (C) 2002 Bernd Gehrmann <[email protected]> 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). |