diff options
author | gregory guy <[email protected]> | 2019-02-07 15:18:06 +0100 |
---|---|---|
committer | gregory guy <[email protected]> | 2019-02-08 13:56:17 +0100 |
commit | b39e276958b010825d8d030add4945b6ecd2ba3b (patch) | |
tree | 356cee814a0357458a3e7559998d87257e045814 /src/tastylistview.cpp | |
parent | 56db0ac263e2c908dbdc43c2b7a5c9c642bbe586 (diff) | |
download | tastymenu-b39e276958b010825d8d030add4945b6ecd2ba3b.tar.gz tastymenu-b39e276958b010825d8d030add4945b6ecd2ba3b.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/tastylistview.cpp')
-rw-r--r-- | src/tastylistview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tastylistview.cpp b/src/tastylistview.cpp index cb6d629..f958bfc 100644 --- a/src/tastylistview.cpp +++ b/src/tastylistview.cpp @@ -594,7 +594,7 @@ void TastyListViewItem::paintCell ( TQPainter * p, const TQColorGroup & cg, int pBuf.end(); p->drawPixmap( 0, 0, buffer ); } - +#include "tastylistview.moc" //EOF |