summaryrefslogtreecommitdiffstats
path: root/languages/ruby/debugger
diff options
context:
space:
mode:
Diffstat (limited to 'languages/ruby/debugger')
-rw-r--r--languages/ruby/debugger/CMakeLists.txt2
-rw-r--r--languages/ruby/debugger/Makefile.am2
-rw-r--r--languages/ruby/debugger/breakpoint.cpp2
-rw-r--r--languages/ruby/debugger/breakpoint.h2
-rw-r--r--languages/ruby/debugger/dbgcommand.cpp2
-rw-r--r--languages/ruby/debugger/dbgcommand.h2
-rw-r--r--languages/ruby/debugger/dbgcontroller.cpp2
-rw-r--r--languages/ruby/debugger/dbgcontroller.h2
-rw-r--r--languages/ruby/debugger/dbgpsdlg.cpp4
-rw-r--r--languages/ruby/debugger/dbgpsdlg.h2
-rw-r--r--languages/ruby/debugger/dbgtoolbar.cpp8
-rw-r--r--languages/ruby/debugger/dbgtoolbar.h2
-rw-r--r--languages/ruby/debugger/debuggerpart.cpp4
-rw-r--r--languages/ruby/debugger/debuggerpart.h4
-rw-r--r--languages/ruby/debugger/framestackwidget.cpp2
-rw-r--r--languages/ruby/debugger/framestackwidget.h2
-rw-r--r--languages/ruby/debugger/rdbbreakpointwidget.cpp2
-rw-r--r--languages/ruby/debugger/rdbbreakpointwidget.h2
-rw-r--r--languages/ruby/debugger/rdbcommand.cpp2
-rw-r--r--languages/ruby/debugger/rdbcommand.h2
-rw-r--r--languages/ruby/debugger/rdbcontroller.cpp4
-rw-r--r--languages/ruby/debugger/rdbcontroller.h2
-rw-r--r--languages/ruby/debugger/rdboutputwidget.cpp2
-rw-r--r--languages/ruby/debugger/rdboutputwidget.h2
-rw-r--r--languages/ruby/debugger/rdbparser.cpp2
-rw-r--r--languages/ruby/debugger/rdbparser.h2
-rw-r--r--languages/ruby/debugger/stty.cpp6
-rw-r--r--languages/ruby/debugger/stty.h2
-rw-r--r--languages/ruby/debugger/variablewidget.cpp4
-rw-r--r--languages/ruby/debugger/variablewidget.h2
30 files changed, 40 insertions, 40 deletions
diff --git a/languages/ruby/debugger/CMakeLists.txt b/languages/ruby/debugger/CMakeLists.txt
index 36655f65..8290afd7 100644
--- a/languages/ruby/debugger/CMakeLists.txt
+++ b/languages/ruby/debugger/CMakeLists.txt
@@ -43,6 +43,6 @@ tde_add_kpart( libkdevrbdebugger AUTOMOC
breakpoint.cpp variablewidget.cpp rdbbreakpointwidget.cpp
framestackwidget.cpp dbgpsdlg.cpp dbgtoolbar.cpp
rdboutputwidget.cpp rdbtable.cpp
- LINK lang_debugger-shared kdevwidgets-shared kdevelop-shared
+ LINK lang_debugger-shared kdevwidgets-shared tdevelop-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/languages/ruby/debugger/Makefile.am b/languages/ruby/debugger/Makefile.am
index f4c512c2..aefb6217 100644
--- a/languages/ruby/debugger/Makefile.am
+++ b/languages/ruby/debugger/Makefile.am
@@ -6,7 +6,7 @@ INCLUDES = -I$(top_srcdir)/languages/lib/debugger \
kde_module_LTLIBRARIES = libkdevrbdebugger.la
libkdevrbdebugger_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
-libkdevrbdebugger_la_LIBADD = $(top_builddir)/lib/libkdevelop.la $(top_builddir)/lib/widgets/libkdevwidgets.la $(LIB_KHTML) \
+libkdevrbdebugger_la_LIBADD = $(top_builddir)/lib/libtdevelop.la $(top_builddir)/lib/widgets/libkdevwidgets.la $(LIB_KHTML) \
$(top_builddir)/languages/lib/debugger/liblang_debugger.la
libkdevrbdebugger_la_SOURCES = debuggerpart.cpp dbgcontroller.cpp rdbcontroller.cpp dbgcommand.cpp rdbcommand.cpp rdbparser.cpp stty.cpp breakpoint.cpp variablewidget.cpp rdbbreakpointwidget.cpp framestackwidget.cpp dbgpsdlg.cpp dbgtoolbar.cpp rdboutputwidget.cpp rdbtable.cpp
diff --git a/languages/ruby/debugger/breakpoint.cpp b/languages/ruby/debugger/breakpoint.cpp
index 972a13a4..9b3ed18d 100644
--- a/languages/ruby/debugger/breakpoint.cpp
+++ b/languages/ruby/debugger/breakpoint.cpp
@@ -1,7 +1,7 @@
/***************************************************************************
begin : Tue May 13 2003
copyright : (C) 2003 by John Birch
- email : jbb@kdevelop.org
+ email : jbb@tdevelop.org
Adapted for ruby debugging
--------------------------
diff --git a/languages/ruby/debugger/breakpoint.h b/languages/ruby/debugger/breakpoint.h
index 91f1c8db..a184f33b 100644
--- a/languages/ruby/debugger/breakpoint.h
+++ b/languages/ruby/debugger/breakpoint.h
@@ -1,7 +1,7 @@
/***************************************************************************
begin : Tue May 13 2003
copyright : (C) 2003 by John Birch
- email : jbb@kdevelop.org
+ email : jbb@tdevelop.org
Adapted for ruby debugging
--------------------------
diff --git a/languages/ruby/debugger/dbgcommand.cpp b/languages/ruby/debugger/dbgcommand.cpp
index 7d958091..87308152 100644
--- a/languages/ruby/debugger/dbgcommand.cpp
+++ b/languages/ruby/debugger/dbgcommand.cpp
@@ -1,7 +1,7 @@
/***************************************************************************
begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch
- email : jbb@kdevelop.org
+ email : jbb@tdevelop.org
Adapted for ruby debugging
--------------------------
diff --git a/languages/ruby/debugger/dbgcommand.h b/languages/ruby/debugger/dbgcommand.h
index 6cea2afb..ccccc2a3 100644
--- a/languages/ruby/debugger/dbgcommand.h
+++ b/languages/ruby/debugger/dbgcommand.h
@@ -1,7 +1,7 @@
/***************************************************************************
begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch
- email : jbb@kdevelop.org
+ email : jbb@tdevelop.org
Adapted for ruby debugging
--------------------------
diff --git a/languages/ruby/debugger/dbgcontroller.cpp b/languages/ruby/debugger/dbgcontroller.cpp
index 7ee560b7..57eb4f5f 100644
--- a/languages/ruby/debugger/dbgcontroller.cpp
+++ b/languages/ruby/debugger/dbgcontroller.cpp
@@ -1,7 +1,7 @@
/***************************************************************************
begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch
- email : jbb@kdevelop.org
+ email : jbb@tdevelop.org
Adapted for ruby debugging
--------------------------
diff --git a/languages/ruby/debugger/dbgcontroller.h b/languages/ruby/debugger/dbgcontroller.h
index b134d213..9f3a79fc 100644
--- a/languages/ruby/debugger/dbgcontroller.h
+++ b/languages/ruby/debugger/dbgcontroller.h
@@ -1,7 +1,7 @@
/***************************************************************************
begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch
- email : jbb@kdevelop.org
+ email : jbb@tdevelop.org
Adapted for ruby debugging
--------------------------
diff --git a/languages/ruby/debugger/dbgpsdlg.cpp b/languages/ruby/debugger/dbgpsdlg.cpp
index be258778..bc02d7aa 100644
--- a/languages/ruby/debugger/dbgpsdlg.cpp
+++ b/languages/ruby/debugger/dbgpsdlg.cpp
@@ -1,7 +1,7 @@
/***************************************************************************
begin : Mon Sep 20 1999
copyright : (C) 1999 by John Birch
- email : jbb@kdevelop.org
+ email : jbb@tdevelop.org
Adapted for ruby debugging
--------------------------
@@ -27,7 +27,7 @@
#include <klocale.h>
#include <kprocess.h>
#include <kstdguiitem.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <tqframe.h>
#include <tqlabel.h>
diff --git a/languages/ruby/debugger/dbgpsdlg.h b/languages/ruby/debugger/dbgpsdlg.h
index 5ab9ebe1..b7037ecf 100644
--- a/languages/ruby/debugger/dbgpsdlg.h
+++ b/languages/ruby/debugger/dbgpsdlg.h
@@ -1,7 +1,7 @@
/***************************************************************************
begin : Mon Sep 20 1999
copyright : (C) 1999 by John Birch
- email : jbb@kdevelop.org
+ email : jbb@tdevelop.org
Adapted for ruby debugging
--------------------------
diff --git a/languages/ruby/debugger/dbgtoolbar.cpp b/languages/ruby/debugger/dbgtoolbar.cpp
index 0b96201f..3b13b148 100644
--- a/languages/ruby/debugger/dbgtoolbar.cpp
+++ b/languages/ruby/debugger/dbgtoolbar.cpp
@@ -1,7 +1,7 @@
/***************************************************************************
begin : Thu Dec 23 1999
copyright : (C) 1999 by John Birch
- email : jbb@kdevelop.org
+ email : jbb@tdevelop.org
Adapted for ruby debugging
--------------------------
@@ -57,7 +57,7 @@
// So, if you can get it to work as a KToolBar, and it works well when the
// app is running, then all these classes can be removed.
-// This code is very specific to the internal debugger in kdevelop.
+// This code is very specific to the internal debugger in tdevelop.
namespace RDBDebugger
{
@@ -304,7 +304,7 @@ DbgToolBar::DbgToolBar(RubyDebuggerPart* part,
TQPushButton* bFinish = new DbgButton(BarIcon("dbgstepout"), i18n("Step Out"), this);
TQPushButton* bRunTo = new DbgButton(BarIcon("dbgrunto"), i18n("Run to Cursor"), this);
bPrevFocus_ = new DbgButton(BarIcon("dbgmemview"), TQString(), this);
- bKDevFocus_ = new DbgButton(BarIcon("kdevelop"), TQString(), this);
+ bKDevFocus_ = new DbgButton(BarIcon("tdevelop"), TQString(), this);
connect(bRun, TQT_SIGNAL(clicked()), part_, TQT_SLOT(slotRun()));
connect(bInterrupt, TQT_SIGNAL(clicked()), part_, TQT_SLOT(slotPause()));
@@ -385,7 +385,7 @@ void DbgToolBar::slotKdevFocus()
{
// I really want to be able to set the focus on the _application_ being debugged
// but this is the best compromise I can come up with. All we do is save the
- // window that had focus when they switch to the kdevelop window. To do this
+ // window that had focus when they switch to the tdevelop window. To do this
// the toolbar _cannot_ accept focus.
// If anyone has a way of determining what window the app is _actually_ running on
// then please fix and send a patch.
diff --git a/languages/ruby/debugger/dbgtoolbar.h b/languages/ruby/debugger/dbgtoolbar.h
index 8143875a..5b3cc649 100644
--- a/languages/ruby/debugger/dbgtoolbar.h
+++ b/languages/ruby/debugger/dbgtoolbar.h
@@ -1,7 +1,7 @@
/***************************************************************************
begin : Thu Dec 23 1999
copyright : (C) 1999 by John Birch
- email : jbb@kdevelop.org
+ email : jbb@tdevelop.org
Adapted for ruby debugging
--------------------------
diff --git a/languages/ruby/debugger/debuggerpart.cpp b/languages/ruby/debugger/debuggerpart.cpp
index 4bc0895f..2d6437fe 100644
--- a/languages/ruby/debugger/debuggerpart.cpp
+++ b/languages/ruby/debugger/debuggerpart.cpp
@@ -1,8 +1,8 @@
/***************************************************************************
* Copyright (C) 1999-2001 by John Birch *
- * jbb@kdevelop.org *
+ * jbb@tdevelop.org *
* Copyright (C) 2001 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.org *
* *
* Adapted for ruby debugging *
* -------------------------- *
diff --git a/languages/ruby/debugger/debuggerpart.h b/languages/ruby/debugger/debuggerpart.h
index f35970fb..61558bb1 100644
--- a/languages/ruby/debugger/debuggerpart.h
+++ b/languages/ruby/debugger/debuggerpart.h
@@ -1,8 +1,8 @@
/***************************************************************************
* Copyright (C) 1999-2001 by John Birch *
- * jbb@kdevelop.org *
+ * jbb@tdevelop.org *
* Copyright (C) 2001 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.org *
* *
* Adapted for ruby debugging *
* -------------------------- *
diff --git a/languages/ruby/debugger/framestackwidget.cpp b/languages/ruby/debugger/framestackwidget.cpp
index 1d9b4b2f..72b148b6 100644
--- a/languages/ruby/debugger/framestackwidget.cpp
+++ b/languages/ruby/debugger/framestackwidget.cpp
@@ -1,7 +1,7 @@
/***************************************************************************
begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch
- email : jbb@kdevelop.org
+ email : jbb@tdevelop.org
Adapted for ruby debugging
--------------------------
diff --git a/languages/ruby/debugger/framestackwidget.h b/languages/ruby/debugger/framestackwidget.h
index 37874fdf..a1e797d1 100644
--- a/languages/ruby/debugger/framestackwidget.h
+++ b/languages/ruby/debugger/framestackwidget.h
@@ -1,7 +1,7 @@
/***************************************************************************
begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch
- email : jbb@kdevelop.org
+ email : jbb@tdevelop.org
Adapted for ruby debugging
--------------------------
diff --git a/languages/ruby/debugger/rdbbreakpointwidget.cpp b/languages/ruby/debugger/rdbbreakpointwidget.cpp
index 8607b73e..03d42788 100644
--- a/languages/ruby/debugger/rdbbreakpointwidget.cpp
+++ b/languages/ruby/debugger/rdbbreakpointwidget.cpp
@@ -1,7 +1,7 @@
/***************************************************************************
begin : Tue May 13 2003
copyright : (C) 2003 by John Birch
- email : jbb@kdevelop.org
+ email : jbb@tdevelop.org
Adapted for ruby debugging
--------------------------
diff --git a/languages/ruby/debugger/rdbbreakpointwidget.h b/languages/ruby/debugger/rdbbreakpointwidget.h
index b28b31cc..b3f1e4cd 100644
--- a/languages/ruby/debugger/rdbbreakpointwidget.h
+++ b/languages/ruby/debugger/rdbbreakpointwidget.h
@@ -1,7 +1,7 @@
/***************************************************************************
begin : Tue May 13 2003
copyright : (C) 2003 by John Birch
- email : jbb@kdevelop.org
+ email : jbb@tdevelop.org
Adapted for ruby debugging
--------------------------
diff --git a/languages/ruby/debugger/rdbcommand.cpp b/languages/ruby/debugger/rdbcommand.cpp
index bfc630cc..98d91fd8 100644
--- a/languages/ruby/debugger/rdbcommand.cpp
+++ b/languages/ruby/debugger/rdbcommand.cpp
@@ -1,7 +1,7 @@
/***************************************************************************
begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch
- email : jbb@kdevelop.org
+ email : jbb@tdevelop.org
Adapted for ruby debugging
--------------------------
diff --git a/languages/ruby/debugger/rdbcommand.h b/languages/ruby/debugger/rdbcommand.h
index 0d46a5fc..fca69ad6 100644
--- a/languages/ruby/debugger/rdbcommand.h
+++ b/languages/ruby/debugger/rdbcommand.h
@@ -1,7 +1,7 @@
/***************************************************************************
begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch
- email : jbb@kdevelop.org
+ email : jbb@tdevelop.org
Adapted for ruby debugging
--------------------------
diff --git a/languages/ruby/debugger/rdbcontroller.cpp b/languages/ruby/debugger/rdbcontroller.cpp
index 5dd15586..d98695af 100644
--- a/languages/ruby/debugger/rdbcontroller.cpp
+++ b/languages/ruby/debugger/rdbcontroller.cpp
@@ -3,7 +3,7 @@
// -------------------
// begin : Sun Aug 8 1999
// copyright : (C) 1999 by John Birch
-// email : jbb@kdevelop.org
+// email : jbb@tdevelop.org
//
// Adapted for ruby debugging
// --------------------------
@@ -58,7 +58,7 @@ using namespace std;
// **************************************************************************
//
-// Does all the communication between rdb and the kdevelop's debugger code.
+// Does all the communication between rdb and the tdevelop's debugger code.
// Significatant classes being used here are
//
// RDBParser - parses the "variable" data using the vartree and varitems
diff --git a/languages/ruby/debugger/rdbcontroller.h b/languages/ruby/debugger/rdbcontroller.h
index a5dd90e6..5cc0fc61 100644
--- a/languages/ruby/debugger/rdbcontroller.h
+++ b/languages/ruby/debugger/rdbcontroller.h
@@ -3,7 +3,7 @@
-------------------
begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch
- email : jbb@kdevelop.org
+ email : jbb@tdevelop.org
Adapted for ruby debugging
--------------------------
diff --git a/languages/ruby/debugger/rdboutputwidget.cpp b/languages/ruby/debugger/rdboutputwidget.cpp
index 7c489ed4..ea249fe2 100644
--- a/languages/ruby/debugger/rdboutputwidget.cpp
+++ b/languages/ruby/debugger/rdboutputwidget.cpp
@@ -3,7 +3,7 @@
// -------------------
// begin : 10th April 2003
// copyright : (C) 2003 by John Birch
-// email : jbb@kdevelop.org
+// email : jbb@tdevelop.org
//
// Adapted for ruby debugging
// --------------------------
diff --git a/languages/ruby/debugger/rdboutputwidget.h b/languages/ruby/debugger/rdboutputwidget.h
index efb33536..7655bf19 100644
--- a/languages/ruby/debugger/rdboutputwidget.h
+++ b/languages/ruby/debugger/rdboutputwidget.h
@@ -3,7 +3,7 @@
// -------------------
// begin : 10th April 2003
// copyright : (C) 2003 by John Birch
-// email : jbb@kdevelop.org
+// email : jbb@tdevelop.org
//
// Adapted for ruby debugging
// --------------------------
diff --git a/languages/ruby/debugger/rdbparser.cpp b/languages/ruby/debugger/rdbparser.cpp
index a517c301..532fb0e3 100644
--- a/languages/ruby/debugger/rdbparser.cpp
+++ b/languages/ruby/debugger/rdbparser.cpp
@@ -1,7 +1,7 @@
// **************************************************************************
// begin : Tue Aug 17 1999
// copyright : (C) 1999 by John Birch
-// email : jbb@kdevelop.org
+// email : jbb@tdevelop.org
//
// Adapted for ruby debugging
// --------------------------
diff --git a/languages/ruby/debugger/rdbparser.h b/languages/ruby/debugger/rdbparser.h
index d57e25d7..3184bfd6 100644
--- a/languages/ruby/debugger/rdbparser.h
+++ b/languages/ruby/debugger/rdbparser.h
@@ -1,7 +1,7 @@
/***************************************************************************
begin : Tue Aug 17 1999
copyright : (C) 1999 by John Birch
- email : jbb@kdevelop.org
+ email : jbb@tdevelop.org
Adapted for ruby debugging
--------------------------
diff --git a/languages/ruby/debugger/stty.cpp b/languages/ruby/debugger/stty.cpp
index 0cdd0eea..6027e9a2 100644
--- a/languages/ruby/debugger/stty.cpp
+++ b/languages/ruby/debugger/stty.cpp
@@ -1,7 +1,7 @@
/***************************************************************************
begin : Mon Sep 13 1999
copyright : (C) 1999 by John Birch
- email : jbb@kdevelop.org
+ email : jbb@tdevelop.org
This code was originally written by Judin Maxim, from the
KDEStudio project.
@@ -233,7 +233,7 @@ int STTY::findTTY()
if (ptyfd >= 0) {
if (needGrantPty && !chownpty(ptyfd, TRUE)) {
- fprintf(stderr,"kdevelop: chownpty failed for device %s::%s.\n",pty_master,tty_slave);
+ fprintf(stderr,"tdevelop: chownpty failed for device %s::%s.\n",pty_master,tty_slave);
fprintf(stderr," : This means the session can be eavesdroped.\n");
fprintf(stderr," : Make sure konsole_grantpty is installed and setuid root.\n");
}
@@ -313,7 +313,7 @@ bool STTY::findExternalTTY(const TQString &termApp)
if ( termApp == "konsole" )
{
::execlp( prog, prog,
- "-caption", i18n("kdevelop: Debug application console").local8Bit().data(),
+ "-caption", i18n("tdevelop: Debug application console").local8Bit().data(),
"-e", "sh",
"-c", scriptStr,
NULL);
diff --git a/languages/ruby/debugger/stty.h b/languages/ruby/debugger/stty.h
index d49e79f8..899db4ff 100644
--- a/languages/ruby/debugger/stty.h
+++ b/languages/ruby/debugger/stty.h
@@ -1,7 +1,7 @@
/***************************************************************************
begin : Mon Sep 13 1999
copyright : (C) 1999 by John Birch
- email : jbb@kdevelop.org
+ email : jbb@tdevelop.org
This code was originally written by Judin Maxim, from the
KDEStudio project.
diff --git a/languages/ruby/debugger/variablewidget.cpp b/languages/ruby/debugger/variablewidget.cpp
index 0348e8f9..2dd28b31 100644
--- a/languages/ruby/debugger/variablewidget.cpp
+++ b/languages/ruby/debugger/variablewidget.cpp
@@ -1,7 +1,7 @@
// **************************************************************************
// begin : Sun Aug 8 1999
// copyright : (C) 1999 by John Birch
-// email : jbb@kdevelop.org
+// email : jbb@tdevelop.org
//
// Adapted for ruby debugging
// --------------------------
@@ -26,7 +26,7 @@
#include <kdebug.h>
#include <kpopupmenu.h>
#include <klineedit.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#include <tqheader.h>
#include <tqlabel.h>
diff --git a/languages/ruby/debugger/variablewidget.h b/languages/ruby/debugger/variablewidget.h
index a54fc42e..60e73218 100644
--- a/languages/ruby/debugger/variablewidget.h
+++ b/languages/ruby/debugger/variablewidget.h
@@ -1,7 +1,7 @@
/***************************************************************************
begin : Sun Aug 8 1999
copyright : (C) 1999 by John Birch
- email : jbb@kdevelop.org
+ email : jbb@tdevelop.org
Adapted for ruby debugging
--------------------------