diff options
Diffstat (limited to 'chalk/ui/kis_layerbox.h')
-rw-r--r-- | chalk/ui/kis_layerbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chalk/ui/kis_layerbox.h b/chalk/ui/kis_layerbox.h index 9d05601f..fb93bb0f 100644 --- a/chalk/ui/kis_layerbox.h +++ b/chalk/ui/kis_layerbox.h @@ -33,7 +33,7 @@ class WdgLayerBox; class TQButton; class TQPainter; class TQWidget; -class KIconLoader; +class TDEIconLoader; class TDEPopupMenu; class KoDocumentEntry; class KisCompositeOp; @@ -106,7 +106,7 @@ private slots: private: void updateUI(); - TQPixmap loadPixmap(const TQString& filename, const KIconLoader& il, int size); + TQPixmap loadPixmap(const TQString& filename, const TDEIconLoader& il, int size); KisLayerList* list() const; void markModified(KisLayer *layer); |