1 #ifndef _WEBTHEMEINTERFACEDIALOG_H_
2 #define _WEBTHEMEINTERFACEDIALOG_H_
29 #ifdef COMPILE_WEBKIT_SUPPORT
33 class WebThemeInterfaceDialog :
public KviWebPackageManagementDialog
37 WebThemeInterfaceDialog(QWidget * par = 0);
38 ~WebThemeInterfaceDialog();
41 QString m_szLocalThemesPath;
42 QString m_szGlobalThemesPath;
45 virtual bool packageIsInstalled(
const QString & szId,
const QString & szVersion);
46 virtual bool installPackage(
const QString & szPath, QString & szError);
49 #endif //COMPILE_WEBKIT_SUPPORT
51 #endif //_WEBTHEMEINTERFACEDIALOG_H_
This file contains compile time settings.