summaryrefslogtreecommitdiffstats
path: root/parts/classview
diff options
context:
space:
mode:
Diffstat (limited to 'parts/classview')
-rw-r--r--parts/classview/CMakeLists.txt2
-rw-r--r--parts/classview/Makefile.am2
-rw-r--r--parts/classview/README.dox2
-rw-r--r--parts/classview/classtooldlg.cpp2
-rw-r--r--parts/classview/classtooldlg.h2
-rw-r--r--parts/classview/classtoolwidget.cpp2
-rw-r--r--parts/classview/classtoolwidget.h2
-rw-r--r--parts/classview/classtreebase.cpp2
-rw-r--r--parts/classview/classtreebase.h2
-rw-r--r--parts/classview/classviewpart.cpp2
-rw-r--r--parts/classview/classviewpart.h2
-rw-r--r--parts/classview/classviewwidget.cpp2
-rw-r--r--parts/classview/classviewwidget.h2
-rw-r--r--parts/classview/digraphview.cpp4
-rw-r--r--parts/classview/digraphview.h2
-rw-r--r--parts/classview/hierarchydlg.cpp2
-rw-r--r--parts/classview/hierarchydlg.h2
-rw-r--r--parts/classview/navigator.cpp4
18 files changed, 20 insertions, 20 deletions
diff --git a/parts/classview/CMakeLists.txt b/parts/classview/CMakeLists.txt
index b0037f91..2d19388a 100644
--- a/parts/classview/CMakeLists.txt
+++ b/parts/classview/CMakeLists.txt
@@ -41,6 +41,6 @@ tde_add_kpart( libkdevclassview AUTOMOC
classviewpart.cpp classviewwidget.cpp digraphview.cpp
hierarchydlg.cpp navigator.cpp viewcombos.cpp
LINK
- kdevextensions-static kdevelop-shared kdevwidgets-shared
+ kdevextensions-static tdevelop-shared kdevwidgets-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/parts/classview/Makefile.am b/parts/classview/Makefile.am
index de0de499..a58ec684 100644
--- a/parts/classview/Makefile.am
+++ b/parts/classview/Makefile.am
@@ -5,7 +5,7 @@ INCLUDES = -I$(top_srcdir)/lib/compat -I$(top_srcdir)/lib/interfaces -I$(top_src
kde_module_LTLIBRARIES = libkdevclassview.la
libkdevclassview_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
-libkdevclassview_la_LIBADD = $(top_builddir)/lib/libkdevelop.la $(top_builddir)/lib/widgets/libkdevwidgets.la $(LIB_KHTML) $(top_builddir)/lib/interfaces/extensions/libkdevextensions.la
+libkdevclassview_la_LIBADD = $(top_builddir)/lib/libtdevelop.la $(top_builddir)/lib/widgets/libkdevwidgets.la $(LIB_KHTML) $(top_builddir)/lib/interfaces/extensions/libkdevextensions.la
libkdevclassview_la_SOURCES = classviewpart.cpp classviewwidget.cpp \
digraphview.cpp hierarchydlg.cpp navigator.cpp viewcombos.cpp
diff --git a/parts/classview/README.dox b/parts/classview/README.dox
index 78049424..81f14b66 100644
--- a/parts/classview/README.dox
+++ b/parts/classview/README.dox
@@ -20,7 +20,7 @@ and images.
...
\feature Describe the last feature
-\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&component=classview&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">classview component at Bugzilla database</a>
+\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=classview&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">classview component at Bugzilla database</a>
\bug Describe a the 1st bug that you know of, but probably hasn't been reported yet.
..
\bug Describe a the nth bug that you know of, but probably hasn't been reported yet.
diff --git a/parts/classview/classtooldlg.cpp b/parts/classview/classtooldlg.cpp
index 7cce890a..a30e0e11 100644
--- a/parts/classview/classtooldlg.cpp
+++ b/parts/classview/classtooldlg.cpp
@@ -2,7 +2,7 @@
* Copyright (C) 1999 by Jonas Nordin *
* jonas.nordin@syncom.se *
* Copyright (C) 2000-2001 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/classview/classtooldlg.h b/parts/classview/classtooldlg.h
index c8d88e71..9b722346 100644
--- a/parts/classview/classtooldlg.h
+++ b/parts/classview/classtooldlg.h
@@ -2,7 +2,7 @@
* Copyright (C) 1999 by Jonas Nordin *
* jonas.nordin@syncom.se *
* Copyright (C) 2000-2001 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/classview/classtoolwidget.cpp b/parts/classview/classtoolwidget.cpp
index 5aefe6e5..251ff556 100644
--- a/parts/classview/classtoolwidget.cpp
+++ b/parts/classview/classtoolwidget.cpp
@@ -2,7 +2,7 @@
* Copyright (C) 1999 by Jonas Nordin *
* jonas.nordin@syncom.se *
* Copyright (C) 2000-2001 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/classview/classtoolwidget.h b/parts/classview/classtoolwidget.h
index 41af01e0..e6dc1fc1 100644
--- a/parts/classview/classtoolwidget.h
+++ b/parts/classview/classtoolwidget.h
@@ -2,7 +2,7 @@
* Copyright (C) 1999 by Jonas Nordin *
* jonas.nordin@syncom.se *
* Copyright (C) 2000-2001 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/classview/classtreebase.cpp b/parts/classview/classtreebase.cpp
index f9074510..d057f6e0 100644
--- a/parts/classview/classtreebase.cpp
+++ b/parts/classview/classtreebase.cpp
@@ -2,7 +2,7 @@
* Copyright (C) 1999 by Jonas Nordin *
* jonas.nordin@syncom.se *
* Copyright (C) 2000-2001 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/classview/classtreebase.h b/parts/classview/classtreebase.h
index 0c9a7d0f..07f45715 100644
--- a/parts/classview/classtreebase.h
+++ b/parts/classview/classtreebase.h
@@ -2,7 +2,7 @@
* Copyright (C) 1999 by Jonas Nordin *
* jonas.nordin@syncom.se *
* Copyright (C) 2000-2001 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/classview/classviewpart.cpp b/parts/classview/classviewpart.cpp
index b26ea30b..649db134 100644
--- a/parts/classview/classviewpart.cpp
+++ b/parts/classview/classviewpart.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org)
+ * Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org)
* Copyright (C) 2003 Alexander Dymo (cloudtemple@mksat.net)
*
* This program is free software; you can redistribute it and/or
diff --git a/parts/classview/classviewpart.h b/parts/classview/classviewpart.h
index 3bd2b259..b20d7f7c 100644
--- a/parts/classview/classviewpart.h
+++ b/parts/classview/classviewpart.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org)
+ * Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
diff --git a/parts/classview/classviewwidget.cpp b/parts/classview/classviewwidget.cpp
index a7a2fea3..20c8e8b1 100644
--- a/parts/classview/classviewwidget.cpp
+++ b/parts/classview/classviewwidget.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org)
+ * Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
diff --git a/parts/classview/classviewwidget.h b/parts/classview/classviewwidget.h
index bef2e5a0..a1cb2baf 100644
--- a/parts/classview/classviewwidget.h
+++ b/parts/classview/classviewwidget.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org)
+ * Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
diff --git a/parts/classview/digraphview.cpp b/parts/classview/digraphview.cpp
index 32463042..ba09e463 100644
--- a/parts/classview/digraphview.cpp
+++ b/parts/classview/digraphview.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -24,7 +24,7 @@
#include <kstandarddirs.h>
#include <kglobalsettings.h>
#include <ktempfile.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <kdebug.h>
struct DigraphNode
diff --git a/parts/classview/digraphview.h b/parts/classview/digraphview.h
index b04f5306..9130be75 100644
--- a/parts/classview/digraphview.h
+++ b/parts/classview/digraphview.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/classview/hierarchydlg.cpp b/parts/classview/hierarchydlg.cpp
index 2ce9d6b3..0929c5cd 100644
--- a/parts/classview/hierarchydlg.cpp
+++ b/parts/classview/hierarchydlg.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/classview/hierarchydlg.h b/parts/classview/hierarchydlg.h
index 27d5b2a4..2f7483e2 100644
--- a/parts/classview/hierarchydlg.h
+++ b/parts/classview/hierarchydlg.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2001 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/parts/classview/navigator.cpp b/parts/classview/navigator.cpp
index 6c9f65f9..0d9d6a7a 100644
--- a/parts/classview/navigator.cpp
+++ b/parts/classview/navigator.cpp
@@ -2,7 +2,7 @@
* Copyright (C) 2004 by Alexander Dymo *
* adymo@mksat.net *
* Portions Copyright (C) 2002-2003 by Roberto Raggi *
- * roberto@kdevelop.org *
+ * roberto@tdevelop.org *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@@ -195,7 +195,7 @@ void Navigator::functionNavFocused()
void Navigator::slotCursorPositionChanged()
{
- //FIXME: we assume that background parser delay is set globally in kdeveloprc file
+ //FIXME: we assume that background parser delay is set globally in tdeveloprc file
//for all available language supports
//this is reasonable assumption because problem reporter should be the same for all languages
KConfig* config = kapp->config();