From b52afc5e2984b0a67205ae8f4a54d3f4e695e73e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 23 Aug 2018 14:32:00 +0200 Subject: Fix FTBFS due to improper automoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit e9ad638186a167c22bc4e36d4ba15edafe3570c7) --- src/qlcdstring.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/qlcdstring.cpp') diff --git a/src/qlcdstring.cpp b/src/qlcdstring.cpp index 8426c76..f37dbc0 100644 --- a/src/qlcdstring.cpp +++ b/src/qlcdstring.cpp @@ -105,10 +105,4 @@ TQPainter p(this); TQLcd::draw(&p,0,0,width(),height(),digitStr.latin1(),options,&forColor,&shaColor); } - - - - - - - +#include "qlcdstring.moc" -- cgit v1.2.1