Remove unnecessary moc include

This fixes compilation issues with the new build system.

Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Sergey Starosek 2013-10-09 11:02:57 +03:00 committed by Dirk Hohndel
parent c74b286e70
commit 4fee6077af

View file

@ -438,4 +438,3 @@ int parseTemperatureToMkelvin(const QString& text)
return mkelvin;
}
#include "qt-gui.moc"