summaryrefslogtreecommitdiffstats
path: root/languages/ruby/debugger
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:29:47 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:29:47 +0000
commit157db246622e300d8cfb4684c197ed873523e3e2 (patch)
treeeaae500286d2b11f6625063f6d7f48c45392de5d /languages/ruby/debugger
parentd6f8bbb45b267065a6907e71ff9c98bb6d161241 (diff)
downloadtdevelop-157db246622e300d8cfb4684c197ed873523e3e2.tar.gz
tdevelop-157db246622e300d8cfb4684c197ed873523e3e2.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1158455 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'languages/ruby/debugger')
-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
6 files changed, 11 insertions, 11 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>