summaryrefslogtreecommitdiffstats
path: root/quanta/components/debugger/debuggerui.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/components/debugger/debuggerui.h')
-rw-r--r--quanta/components/debugger/debuggerui.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/quanta/components/debugger/debuggerui.h b/quanta/components/debugger/debuggerui.h
index a86e4706..767facad 100644
--- a/quanta/components/debugger/debuggerui.h
+++ b/quanta/components/debugger/debuggerui.h
@@ -19,8 +19,8 @@
#ifndef DEBUGGERUI_H
#define DEBUGGERUI_H
-#include <qobject.h>
-#include <qptrlist.h>
+#include <tqobject.h>
+#include <tqptrlist.h>
#include <kmditoolviewaccessor.h>
#include "backtracelistview.h"
@@ -49,14 +49,14 @@ class DebuggerUI : public QObject
HaltedOnBreakpoint
};
- DebuggerUI(QObject *parent = 0, const char *name = 0);
+ DebuggerUI(TQObject *parent = 0, const char *name = 0);
~DebuggerUI();
// Watches
void addVariable(DebuggerVariable* var);
void showBreakpoint(const DebuggerBreakpoint& bp);
void deleteBreakpoint(const DebuggerBreakpoint& bp);
- void parsePHPVariables(const QString &);
+ void parsePHPVariables(const TQString &);
void sendRequest(const KURL &url);
VariablesListView* watches() { return m_variablesListView; };
@@ -64,7 +64,7 @@ class DebuggerUI : public QObject
void hideMenu();
void backtraceClear();
- void backtraceShow(long level, BacktraceType type, const QString &filename, long line, const QString& func);
+ void backtraceShow(long level, BacktraceType type, const TQString &filename, long line, const TQString& func);
private:
VariablesListView* m_variablesListView;