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/lib/debugger/kdevdebugger.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'languages/lib/debugger/kdevdebugger.h') diff --git a/languages/lib/debugger/kdevdebugger.h b/languages/lib/debugger/kdevdebugger.h index d0b87721..288854e5 100644 --- a/languages/lib/debugger/kdevdebugger.h +++ b/languages/lib/debugger/kdevdebugger.h @@ -21,8 +21,8 @@ #define _KDEVDEBUGGER_H_ -#include -#include +#include +#include #include @@ -37,14 +37,14 @@ class KDevDebugger : public QObject public: - KDevDebugger(QObject *parent=0, const char *name=0); + KDevDebugger(TQObject *parent=0, const char *name=0); ~KDevDebugger(); /** * Sets a breakpoint in the editor document belong to fileName. * If id==-1, the breakpoint is deleted. */ - virtual void setBreakpoint(const QString &fileName, int lineNum, + virtual void setBreakpoint(const TQString &fileName, int lineNum, int id, bool enabled, bool pending) = 0; /** @@ -59,28 +59,28 @@ public: */ virtual void clearExecutionPoint() = 0; - static const QPixmap* inactiveBreakpointPixmap(); - static const QPixmap* activeBreakpointPixmap(); - static const QPixmap* reachedBreakpointPixmap(); - static const QPixmap* disabledBreakpointPixmap(); - static const QPixmap* executionPointPixmap(); + static const TQPixmap* inactiveBreakpointPixmap(); + static const TQPixmap* activeBreakpointPixmap(); + static const TQPixmap* reachedBreakpointPixmap(); + static const TQPixmap* disabledBreakpointPixmap(); + static const TQPixmap* executionPointPixmap(); signals: /** * The user has toggled a breakpoint. */ - void toggledBreakpoint(const QString &fileName, int lineNum); + void toggledBreakpoint(const TQString &fileName, int lineNum); /* * The user wants to edit the properties of a breakpoint. */ - void editedBreakpoint(const QString &fileName, int lineNum); + void editedBreakpoint(const TQString &fileName, int lineNum); /** * The user wants to enable/disable a breakpoint. */ - void toggledBreakpointEnabled(const QString &fileName, int lineNum); + void toggledBreakpointEnabled(const TQString &fileName, int lineNum); }; -- cgit v1.2.3