diff options
Diffstat (limited to 'src/item.h')
-rw-r--r-- | src/item.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ #define ITEM_H #include <kiconloader.h> -#include <kwin.h> +#include <twin.h> #include <ntqstring.h> #include <ntqpixmap.h> @@ -66,7 +66,7 @@ class Item bool wIcon; private: - KIconLoader *iLoader; + TDEIconLoader *iLoader; int minSize; int maxSize; |