diff options
author | Slávek Banko <[email protected]> | 2016-04-10 10:42:13 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-04-10 10:42:13 +0200 |
commit | ba407974cb68505e03dbf49a9d9cf3843873c8de (patch) | |
tree | c0302b1c937798efa89e1ff50e6a3fca2efc8b56 /src/tastybutton.h | |
parent | 7fdc8b30e85418cca031b45ad02f723373b73433 (diff) | |
download | tastymenu-ba407974cb68505e03dbf49a9d9cf3843873c8de.tar.gz tastymenu-ba407974cb68505e03dbf49a9d9cf3843873c8de.zip |
Initial TDE conversion
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/tastybutton.h')
-rw-r--r-- | src/tastybutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tastybutton.h b/src/tastybutton.h index 7df7f0f..126734c 100644 --- a/src/tastybutton.h +++ b/src/tastybutton.h @@ -42,7 +42,7 @@ protected: private: TQPixmap highLightedIcon; - KIconEffect *iconEffect; + TDEIconEffect *iconEffect; }; |