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.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/cscopemsgdlg.cpp') diff --git a/src/cscopemsgdlg.cpp b/src/cscopemsgdlg.cpp index 1bf6656..2ffb469 100644 --- a/src/cscopemsgdlg.cpp +++ b/src/cscopemsgdlg.cpp @@ -25,8 +25,8 @@ * ***************************************************************************/ -#include -#include +#include +#include #include "cscopemsgdlg.h" /** @@ -34,7 +34,7 @@ * @param pParent The parent widget * @param szName The widget's name */ -CscopeMsgDlg::CscopeMsgDlg(QWidget* pParent, const char* szName) +CscopeMsgDlg::CscopeMsgDlg(TQWidget* pParent, const char* szName) : CscopeMsgLayout(pParent, szName, false, 0) { // Hide the dialog when the "Hide" button is clicked @@ -56,7 +56,7 @@ CscopeMsgDlg::~CscopeMsgDlg() * After a new messsage is added, the dialog becomes visible. * @param sText The text of the message to add */ -void CscopeMsgDlg::addText(const QString& sText) +void CscopeMsgDlg::addText(const TQString& sText) { m_pMsgText->append(sText); show(); -- cgit v1.2.1