summaryrefslogtreecommitdiffstats
path: root/languages/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'languages/ruby')
-rw-r--r--languages/ruby/debugger/dbgcontroller.h4
-rw-r--r--languages/ruby/debugger/dbgpsdlg.h4
-rw-r--r--languages/ruby/debugger/debuggerpart.h4
-rw-r--r--languages/ruby/debugger/rdbbreakpointwidget.h4
-rw-r--r--languages/ruby/debugger/rdboutputwidget.h4
-rw-r--r--languages/ruby/debugger/stty.h2
-rw-r--r--languages/ruby/rubyconfigwidget.h2
-rw-r--r--languages/ruby/rubysupport_part.h2
8 files changed, 13 insertions, 13 deletions
diff --git a/languages/ruby/debugger/dbgcontroller.h b/languages/ruby/debugger/dbgcontroller.h
index f0b08981..56aaee11 100644
--- a/languages/ruby/debugger/dbgcontroller.h
+++ b/languages/ruby/debugger/dbgcontroller.h
@@ -26,8 +26,8 @@
#include <domutil.h>
class KProcess;
-class QString;
-class QStrList;
+class TQString;
+class TQStrList;
namespace RDBDebugger
{
diff --git a/languages/ruby/debugger/dbgpsdlg.h b/languages/ruby/debugger/dbgpsdlg.h
index e210c92b..928e4c54 100644
--- a/languages/ruby/debugger/dbgpsdlg.h
+++ b/languages/ruby/debugger/dbgpsdlg.h
@@ -24,9 +24,9 @@
#include <kdialog.h>
-class QListBox;
+class TQListBox;
class KProcess;
-class QLabel;
+class TQLabel;
namespace RDBDebugger
{
diff --git a/languages/ruby/debugger/debuggerpart.h b/languages/ruby/debugger/debuggerpart.h
index 637c2431..c78a53ee 100644
--- a/languages/ruby/debugger/debuggerpart.h
+++ b/languages/ruby/debugger/debuggerpart.h
@@ -26,8 +26,8 @@
namespace KParts { class Part; }
-class QLabel;
-class QPopupMenu;
+class TQLabel;
+class TQPopupMenu;
class KDialogBase;
class ProcessWidget;
class ProcessLineMaker;
diff --git a/languages/ruby/debugger/rdbbreakpointwidget.h b/languages/ruby/debugger/rdbbreakpointwidget.h
index 22922010..75c0dfbb 100644
--- a/languages/ruby/debugger/rdbbreakpointwidget.h
+++ b/languages/ruby/debugger/rdbbreakpointwidget.h
@@ -25,8 +25,8 @@
#include <tqhbox.h>
#include <tqpopupmenu.h>
-class QDomElement;
-class QToolButton;
+class TQDomElement;
+class TQToolButton;
class KURL;
/***************************************************************************/
diff --git a/languages/ruby/debugger/rdboutputwidget.h b/languages/ruby/debugger/rdboutputwidget.h
index 051c65bb..41d25e5d 100644
--- a/languages/ruby/debugger/rdboutputwidget.h
+++ b/languages/ruby/debugger/rdboutputwidget.h
@@ -28,8 +28,8 @@
class KHistoryCombo;
-class QTextEdit;
-class QToolButton;
+class TQTextEdit;
+class TQToolButton;
namespace RDBDebugger
{
diff --git a/languages/ruby/debugger/stty.h b/languages/ruby/debugger/stty.h
index 4f42e650..20aece2c 100644
--- a/languages/ruby/debugger/stty.h
+++ b/languages/ruby/debugger/stty.h
@@ -25,7 +25,7 @@
#ifndef _STTY_H_
#define _STTY_H_
-class QSocketNotifier;
+class TQSocketNotifier;
#include <tqobject.h>
#include <tqstring.h>
diff --git a/languages/ruby/rubyconfigwidget.h b/languages/ruby/rubyconfigwidget.h
index ba602059..2effa213 100644
--- a/languages/ruby/rubyconfigwidget.h
+++ b/languages/ruby/rubyconfigwidget.h
@@ -4,7 +4,7 @@
#include "rubyconfigwidgetbase.h"
-class QDomDocument;
+class TQDomDocument;
class RubyConfigWidget : public RubyConfigWidgetBase
{
diff --git a/languages/ruby/rubysupport_part.h b/languages/ruby/rubysupport_part.h
index bc5e2552..f55ecc4e 100644
--- a/languages/ruby/rubysupport_part.h
+++ b/languages/ruby/rubysupport_part.h
@@ -11,7 +11,7 @@
#include "kdevlanguagesupport.h"
class KDialogBase;
-class QPopupMenu;
+class TQPopupMenu;
class Context;
class KDevShellWidget;