From d6f8bbb45b267065a6907e71ff9c98bb6d161241 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:56:07 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1157658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- languages/ruby/debugger/dbgcommand.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'languages/ruby/debugger/dbgcommand.cpp') diff --git a/languages/ruby/debugger/dbgcommand.cpp b/languages/ruby/debugger/dbgcommand.cpp index 6c6a24ec..7d958091 100644 --- a/languages/ruby/debugger/dbgcommand.cpp +++ b/languages/ruby/debugger/dbgcommand.cpp @@ -21,7 +21,7 @@ #include "dbgcommand.h" -#include +#include /***************************************************************************/ /***************************************************************************/ @@ -30,7 +30,7 @@ namespace RDBDebugger { -DbgCommand::DbgCommand(const QCString& command, bool isRunCmd, bool isInfoCmd) : +DbgCommand::DbgCommand(const TQCString& command, bool isRunCmd, bool isInfoCmd) : command_(command), isRunCmd_(isRunCmd), isInfoCmd_(isInfoCmd), -- cgit v1.2.1