summaryrefslogtreecommitdiffstats
path: root/src/cscopemsgdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cscopemsgdlg.cpp')
-rw-r--r--src/cscopemsgdlg.cpp8
1 files changed, 4 insertions, 4 deletions
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 <qtextedit.h>
-#include <qpushbutton.h>
+#include <ntqtextedit.h>
+#include <ntqpushbutton.h>
#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();