From 84f5a315c3429b47a7eff15e626e2efdbe4f6e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 8 Oct 2013 00:13:25 +0200 Subject: Initial TQt conversion --- src/cscopemsgdlg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cscopemsgdlg.h') 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 -- cgit v1.2.1