- COSMETIC: Improved style management

This commit is contained in:
Christophe Dumez
2010-01-31 17:30:17 +00:00
parent 3693ecdd30
commit 09c48539ad
6 changed files with 47 additions and 109 deletions

View File

@@ -65,7 +65,7 @@ protected:
void loadOptions();
// General options
QString getLocale() const;
int getStyle() const;
QString getStyle() const;
bool confirmOnExit() const;
bool speedInTitleBar() const;
bool systrayIntegration() const;
@@ -154,7 +154,7 @@ protected slots:
void enableDHTPortSettings(bool checked);
void enableQueueingSystem(bool checked);
void enableSpoofingSettings(int index);
void setStyle(int style);
void setStyle(QString style);
void on_buttonBox_accepted();
void closeEvent(QCloseEvent *e);
void on_buttonBox_rejected();