Emdek / plasmoid-adjustable-clock

Plasmoid to show date and time in adjustable format
GNU General Public License v2.0
20 stars 5 forks source link

Added inclusion of QFile #8

Closed olenz closed 11 years ago

olenz commented 11 years ago

I can't compile the code without including QFile in Applet.cpp.

Emdek commented 11 years ago

Thanks, I've suspected that this might be required (I've tried clean build but it worked), but for some reason wasn't, using KDE 4.10.2, maybe it got added in some Plasma headers (like QDebug, which is now always available after including Plasma/Applet)...