From 157db246622e300d8cfb4684c197ed873523e3e2 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:29:47 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1158455 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- languages/ruby/debugger/dbgcontroller.h | 4 ++-- languages/ruby/debugger/dbgpsdlg.h | 4 ++-- languages/ruby/debugger/debuggerpart.h | 4 ++-- languages/ruby/debugger/rdbbreakpointwidget.h | 4 ++-- languages/ruby/debugger/rdboutputwidget.h | 4 ++-- languages/ruby/debugger/stty.h | 2 +- languages/ruby/rubyconfigwidget.h | 2 +- languages/ruby/rubysupport_part.h | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) (limited to 'languages/ruby') 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 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 -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 #include -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 #include 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; -- cgit v1.2.1