diff options
Diffstat (limited to 'rbutil/rbutilqt/themesinstallwindow.h')
-rw-r--r-- | rbutil/rbutilqt/themesinstallwindow.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rbutil/rbutilqt/themesinstallwindow.h b/rbutil/rbutilqt/themesinstallwindow.h index e337e8c998..949ffce4d5 100644 --- a/rbutil/rbutilqt/themesinstallwindow.h +++ b/rbutil/rbutilqt/themesinstallwindow.h | |||
@@ -29,7 +29,6 @@ | |||
29 | #include "httpget.h" | 29 | #include "httpget.h" |
30 | #include "zipinstaller.h" | 30 | #include "zipinstaller.h" |
31 | #include "progressloggergui.h" | 31 | #include "progressloggergui.h" |
32 | #include "rbsettings.h" | ||
33 | 32 | ||
34 | class ThemesInstallWindow : public QDialog | 33 | class ThemesInstallWindow : public QDialog |
35 | { | 34 | { |
@@ -38,7 +37,6 @@ class ThemesInstallWindow : public QDialog | |||
38 | public: | 37 | public: |
39 | ThemesInstallWindow(QWidget* parent = 0); | 38 | ThemesInstallWindow(QWidget* parent = 0); |
40 | ~ThemesInstallWindow(); | 39 | ~ThemesInstallWindow(); |
41 | void setSettings(RbSettings* sett){settings=sett;} | ||
42 | void downloadInfo(void); | 40 | void downloadInfo(void); |
43 | void show(void); | 41 | void show(void); |
44 | 42 | ||
@@ -47,7 +45,6 @@ class ThemesInstallWindow : public QDialog | |||
47 | 45 | ||
48 | private: | 46 | private: |
49 | Ui::ThemeInstallFrm ui; | 47 | Ui::ThemeInstallFrm ui; |
50 | RbSettings* settings; | ||
51 | HttpGet *getter; | 48 | HttpGet *getter; |
52 | HttpGet igetter; | 49 | HttpGet igetter; |
53 | QTemporaryFile themesInfo; | 50 | QTemporaryFile themesInfo; |