diff options
| author | Simon Rettberg | 2019-03-13 18:13:46 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2019-03-13 18:13:46 +0100 |
| commit | 2976c897389bb13562c045ce29a4139d79a9a04c (patch) | |
| tree | 6f4fe8eaad887c0b85ef11ff691a9e5c4e70f30b /src/slxbrowser.h | |
| parent | Update signal/slot connect to Qt5 style (diff) | |
| download | slxbrowser-2976c897389bb13562c045ce29a4139d79a9a04c.tar.gz slxbrowser-2976c897389bb13562c045ce29a4139d79a9a04c.tar.xz slxbrowser-2976c897389bb13562c045ce29a4139d79a9a04c.zip | |
SLXbrowser -> SlxBrowser
Diffstat (limited to 'src/slxbrowser.h')
| -rw-r--r-- | src/slxbrowser.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/slxbrowser.h b/src/slxbrowser.h index f68e186..2c14465 100644 --- a/src/slxbrowser.h +++ b/src/slxbrowser.h @@ -21,12 +21,12 @@ struct BrowserSettings QStringList urlList; }; -class SLXbrowser : public QMainWindow +class SlxBrowser : public QMainWindow { Q_OBJECT public: - SLXbrowser(BrowserSettings settings); - virtual ~SLXbrowser(); + SlxBrowser(BrowserSettings settings); + virtual ~SlxBrowser(); private slots: void loadStarted(); |
