diff options
Diffstat (limited to 'chalk/core/kis_paintop.h')
-rw-r--r-- | chalk/core/kis_paintop.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chalk/core/kis_paintop.h b/chalk/core/kis_paintop.h index 668856f7..7fad40ba 100644 --- a/chalk/core/kis_paintop.h +++ b/chalk/core/kis_paintop.h @@ -59,7 +59,7 @@ public: KisVector2D movement; }; -class KRITACORE_EXPORT KisPaintOp : public KShared +class KRITACORE_EXPORT KisPaintOp : public TDEShared { public: @@ -108,7 +108,7 @@ public: * If there is an optionWidget, the derived paintop itself must support settings, * and it's up to the factory to do that. */ -class KisPaintOpFactory : public KShared +class KisPaintOpFactory : public TDEShared { public: |