diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-10-10 11:34:03 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-10-10 11:34:03 +0000 |
| commit | 188288cea6960dc7153136eb11217ef8382452b5 (patch) | |
| tree | 07e5bd6219d33817b4c812d547ce80950f3c30c2 /src/plugins/General/rgscan/rgscandialog.h | |
| parent | 32dc2e325f765da1292d255cb937c3ad02ae0774 (diff) | |
| download | qmmp-188288cea6960dc7153136eb11217ef8382452b5.tar.gz qmmp-188288cea6960dc7153136eb11217ef8382452b5.tar.bz2 qmmp-188288cea6960dc7153136eb11217ef8382452b5.zip | |
rgscan: fixed class name
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3771 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/rgscan/rgscandialog.h')
| -rw-r--r-- | src/plugins/General/rgscan/rgscandialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/General/rgscan/rgscandialog.h b/src/plugins/General/rgscan/rgscandialog.h index 5db2f2008..eeacbb632 100644 --- a/src/plugins/General/rgscan/rgscandialog.h +++ b/src/plugins/General/rgscan/rgscandialog.h @@ -28,7 +28,7 @@ class QAction; class PlayListTrack; class ConverterPreset; -class RGScaner; +class RGScanner; /** @author Ilya Kotov <forkotov02@hotmail.ru> @@ -47,9 +47,9 @@ private slots: private: void stop(); - RGScaner *findScannerByUrl(const QString &url); + RGScanner *findScannerByUrl(const QString &url); Ui::RGScanDialog m_ui; - QList<RGScaner *> m_scanners; + QList<RGScanner *> m_scanners; }; #endif // RGSCANDIALOG_H |
