summaryrefslogtreecommitdiff
path: root/noncore/games/kbill/field.cpp
Side-by-side diff
Diffstat (limited to 'noncore/games/kbill/field.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/kbill/field.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/games/kbill/field.cpp b/noncore/games/kbill/field.cpp
index a974ab2..0dd8d72 100644
--- a/noncore/games/kbill/field.cpp
+++ b/noncore/games/kbill/field.cpp
@@ -77,7 +77,7 @@ void Field::startTimer() {
void Field::Timer(){
game.update();
}
void Field::paintEvent(QPaintEvent *) {
bitBlt(this, 0, 0, pix);
-} \ No newline at end of file
+}