Change file names and classes names to match them

This commit is contained in:
thalieht 2018-06-14 12:54:23 +03:00
parent 0433d5f074
commit d34ddb2e3c
86 changed files with 842 additions and 819 deletions

View file

@ -52,9 +52,9 @@ class TransferListWidget;
class TransferListFiltersWidget;
class PropertiesWidget;
class StatusBar;
class TorrentCreatorDlg;
class TorrentCreatorDialog;
class LineEdit;
class ExecutionLog;
class ExecutionLogWidget;
class PowerManagement;
class StatsDialog;
@ -227,7 +227,7 @@ private:
QPointer<OptionsDialog> m_options;
QPointer<AboutDialog> m_aboutDlg;
QPointer<StatsDialog> m_statsDlg;
QPointer<TorrentCreatorDlg> m_createTorrentDlg;
QPointer<TorrentCreatorDialog> m_createTorrentDlg;
QPointer<DownloadFromURLDialog> m_downloadFromURLDialog;
#ifndef Q_OS_MAC
QPointer<QSystemTrayIcon> m_systrayIcon;
@ -249,7 +249,7 @@ private:
QSplitter *m_splitter;
QPointer<SearchWidget> m_searchWidget;
QPointer<RSSWidget> m_rssWidget;
QPointer<ExecutionLog> m_executionLog;
QPointer<ExecutionLogWidget> m_executionLog;
// Power Management
PowerManagement *m_pwr;
QTimer *m_preventTimer;