summaryrefslogtreecommitdiffstats
path: root/src/slxbrowser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/slxbrowser.h')
-rw-r--r--src/slxbrowser.h6
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();