summaryrefslogtreecommitdiffstats
path: root/src/cscopemsgdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cscopemsgdlg.h')
-rw-r--r--src/cscopemsgdlg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cscopemsgdlg.h b/src/cscopemsgdlg.h
index 0cd45cd..cab1a25 100644
--- a/src/cscopemsgdlg.h
+++ b/src/cscopemsgdlg.h
@@ -39,10 +39,10 @@ class CscopeMsgDlg : public CscopeMsgLayout
Q_OBJECT
public:
- CscopeMsgDlg(QWidget* pParent = 0, const char* szName = 0);
+ CscopeMsgDlg(TQWidget* pParent = 0, const char* szName = 0);
~CscopeMsgDlg();
- void addText(const QString&);
+ void addText(const TQString&);
};
#endif