diff options
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 |
