diff options
Diffstat (limited to 'ksysv/trash.h')
-rw-r--r-- | ksysv/trash.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksysv/trash.h b/ksysv/trash.h index 89215ba..d848790 100644 --- a/ksysv/trash.h +++ b/ksysv/trash.h @@ -21,7 +21,7 @@ // forward declarations class TQLabel; -class KIconLoader; +class TDEIconLoader; class KSVItem; class KSVAction; @@ -55,7 +55,7 @@ protected: virtual bool eventFilter ( TQObject*, TQEvent* ); private: - KIconLoader* mKIL; + TDEIconLoader* mKIL; TQLabel* mLabel; bool mOpen; int mPixmapWidth; |