aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/WebThemeInterfaceDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/theme/WebThemeInterfaceDialog.h')
-rw-r--r--src/modules/theme/WebThemeInterfaceDialog.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/modules/theme/WebThemeInterfaceDialog.h b/src/modules/theme/WebThemeInterfaceDialog.h
index 7b2569391..cc517027c 100644
--- a/src/modules/theme/WebThemeInterfaceDialog.h
+++ b/src/modules/theme/WebThemeInterfaceDialog.h
@@ -24,19 +24,17 @@
//
//=============================================================================
-
#include "kvi_settings.h"
#ifdef COMPILE_WEBKIT_SUPPORT
#include "KviWebPackageManagementDialog.h"
-
class WebThemeInterfaceDialog : public KviWebPackageManagementDialog
{
Q_OBJECT
public:
- WebThemeInterfaceDialog(QWidget *par=0);
+ WebThemeInterfaceDialog(QWidget * par = 0);
~WebThemeInterfaceDialog();
private:
@@ -44,12 +42,10 @@ private:
QString m_szGlobalThemesPath;
protected:
- virtual bool packageIsInstalled(const QString &szId,const QString &szVersion);
- virtual bool installPackage(const QString &szPath,QString &szError);
-
+ virtual bool packageIsInstalled(const QString & szId, const QString & szVersion);
+ virtual bool installPackage(const QString & szPath, QString & szError);
};
#endif //COMPILE_WEBKIT_SUPPORT
-
#endif //_WEBTHEMEINTERFACEDIALOG_H_