summaryrefslogtreecommitdiff
path: root/noncore/styles/liquid/plugin.h
Side-by-side diff
Diffstat (limited to 'noncore/styles/liquid/plugin.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/styles/liquid/plugin.h22
1 files changed, 5 insertions, 17 deletions
diff --git a/noncore/styles/liquid/plugin.h b/noncore/styles/liquid/plugin.h
index 759577f..6a9b7ac 100644
--- a/noncore/styles/liquid/plugin.h
+++ b/noncore/styles/liquid/plugin.h
@@ -7,3 +7,3 @@ class LiquidSettings;
-class LiquidInterface : public StyleInterface {
+class LiquidInterface : public StyleExtendedInterface {
public:
@@ -15,21 +15,9 @@ public:
- virtual QStyle *create ( );
+ virtual QStyle *style ( );
- virtual QString description ( );
- virtual QString name ( );
- virtual QCString key ( );
+ virtual QString name ( ) const;
- virtual unsigned int version ( );
+ virtual QString description ( ) const;
-private:
- ulong ref;
-};
-
-class LiquidSettingsInterface : public StyleSettingsInterface {
-public:
- LiquidSettingsInterface ( );
- virtual ~LiquidSettingsInterface ( );
-
- QRESULT queryInterface ( const QUuid &, QUnknownInterface ** );
- Q_REFCOUNT
+ virtual bool hasSettings ( ) const;