summaryrefslogtreecommitdiffstats
path: root/languages/cpp/debugger/dbgpsdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp/debugger/dbgpsdlg.h')
-rw-r--r--languages/cpp/debugger/dbgpsdlg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/languages/cpp/debugger/dbgpsdlg.h b/languages/cpp/debugger/dbgpsdlg.h
index d88eb72f..acc725bc 100644
--- a/languages/cpp/debugger/dbgpsdlg.h
+++ b/languages/cpp/debugger/dbgpsdlg.h
@@ -33,7 +33,7 @@ class Dbg_PS_Dialog : public KDialog
Q_OBJECT
public:
- Dbg_PS_Dialog( QWidget *parent=0, const char *name=0 );
+ Dbg_PS_Dialog( TQWidget *parent=0, const char *name=0 );
~Dbg_PS_Dialog();
int pidSelected();
@@ -44,14 +44,14 @@ private slots:
void slotProcessExited();
protected:
- void focusIn(QFocusEvent*);
+ void focusIn(TQFocusEvent*);
private:
KProcess* psProc_;
KListView* pids_;
KListViewSearchLineWidget* searchLineWidget_;
- QString pidLines_;
- QString pidCmd_;
+ TQString pidLines_;
+ TQString pidCmd_;
};
}