summaryrefslogtreecommitdiffstats
path: root/ktuberling/toplevel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ktuberling/toplevel.cpp')
-rw-r--r--ktuberling/toplevel.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ktuberling/toplevel.cpp b/ktuberling/toplevel.cpp
index c0822446..c0131d26 100644
--- a/ktuberling/toplevel.cpp
+++ b/ktuberling/toplevel.cpp
@@ -283,7 +283,7 @@ void TopLevel::fileNew()
enableUndo(false);
enableRedo(false);
- playGround->tqrepaintAll();
+ playGround->repaintAll();
}
// Load gameboard
@@ -314,7 +314,7 @@ void TopLevel::open(const KURL &url)
enableUndo(!playGround->isFirstAction());
enableRedo(false);
- playGround->tqrepaintAll();
+ playGround->repaintAll();
KIO::NetAccess::removeTempFile( name );
}
@@ -438,7 +438,7 @@ void TopLevel::editUndo()
if (playGround->isFirstAction()) enableUndo(false);
enableRedo(true);
- playGround->tqrepaintAll();
+ playGround->repaintAll();
}
// Redo last action
@@ -451,7 +451,7 @@ void TopLevel::editRedo()
if (playGround->isLastAction()) enableRedo(false);
enableUndo(true);
- playGround->tqrepaintAll();
+ playGround->repaintAll();
}
// Switch to gameboard #0