From 4bed627fd84e0d78975fa87b57b0dc2e8e768158 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Fri, 16 Aug 2013 23:31:19 +0000 Subject: [PATCH] Fix a typo in class name. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3558 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 4f320b43a..cb2fa51f1 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -52,7 +52,7 @@ MainWindow::MainWindow(QSettings * settings, QSharedMemory *shdmem, QString *the m_modulator (TX_SAMPLE_RATE, NTMAX / 2), m_audioOutputDevice (QAudioDeviceInfo::defaultOutputDevice ()), // start with default m_soundOutput (&m_modulator), - psk_Reporter (new PSKReporter (this)) + psk_Reporter (new PSK_Reporter (this)) { ui->setupUi(this);