diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:29:47 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:29:47 +0000 |
commit | 157db246622e300d8cfb4684c197ed873523e3e2 (patch) | |
tree | eaae500286d2b11f6625063f6d7f48c45392de5d /languages/ruby | |
parent | d6f8bbb45b267065a6907e71ff9c98bb6d161241 (diff) | |
download | tdevelop-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')
-rw-r--r-- | languages/ruby/debugger/dbgcontroller.h | 4 | ||||
-rw-r--r-- | languages/ruby/debugger/dbgpsdlg.h | 4 | ||||
-rw-r--r-- | languages/ruby/debugger/debuggerpart.h | 4 | ||||
-rw-r--r-- | languages/ruby/debugger/rdbbreakpointwidget.h | 4 | ||||
-rw-r--r-- | languages/ruby/debugger/rdboutputwidget.h | 4 | ||||
-rw-r--r-- | languages/ruby/debugger/stty.h | 2 | ||||
-rw-r--r-- | languages/ruby/rubyconfigwidget.h | 2 | ||||
-rw-r--r-- | languages/ruby/rubysupport_part.h | 2 |
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; |