summaryrefslogtreecommitdiffstats
path: root/languages/cpp/debugger/dbgpsdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp/debugger/dbgpsdlg.cpp')
-rw-r--r--languages/cpp/debugger/dbgpsdlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/cpp/debugger/dbgpsdlg.cpp b/languages/cpp/debugger/dbgpsdlg.cpp
index fe04ffd4..64f4dcee 100644
--- a/languages/cpp/debugger/dbgpsdlg.cpp
+++ b/languages/cpp/debugger/dbgpsdlg.cpp
@@ -50,8 +50,8 @@ namespace GDBDebugger
// For use with the internal debugger, but this dialog doesn't know anything
// about why it's doing it.
-Dbg_PS_Dialog::Dbg_PS_Dialog(TQWidget *tqparent, const char *name)
- : KDialog(tqparent, name, true), // modal
+Dbg_PS_Dialog::Dbg_PS_Dialog(TQWidget *parent, const char *name)
+ : KDialog(parent, name, true), // modal
psProc_(0),
pids_(new KListView(this)),
pidLines_(TQString())