summaryrefslogtreecommitdiffstats
path: root/lskat/lskat/lskatdoc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lskat/lskat/lskatdoc.cpp')
-rw-r--r--lskat/lskat/lskatdoc.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/lskat/lskat/lskatdoc.cpp b/lskat/lskat/lskatdoc.cpp
index 1de66668..cdb51054 100644
--- a/lskat/lskat/lskatdoc.cpp
+++ b/lskat/lskat/lskatdoc.cpp
@@ -135,7 +135,7 @@ void LSkatDoc::slotUpdateAllViews(LSkatView *sender)
for(w=pViewList->first(); w!=0; w=pViewList->next())
{
if(w!=sender)
- w->repaint();
+ w->tqrepaint();
}
}
}
@@ -147,7 +147,7 @@ void LSkatDoc::UpdateViews(int mode)
{
for(w=pViewList->first(); w!=0; w=pViewList->next())
{
- if (mode & UPDATE_STATUS) w->updateStatus();
+ if (mode & UPDATE_STATUS) w->updatetqStatus();
}
}
}
@@ -528,8 +528,8 @@ int LSkatDoc::WonMove(int c1,int c2)
}
-int LSkatDoc::GetMoveStatus() {return movestatus;}
-void LSkatDoc::SetMoveStatus(int i) { movestatus=i; }
+int LSkatDoc::GetMovetqStatus() {return movestatus;}
+void LSkatDoc::SetMovetqStatus(int i) { movestatus=i; }
int LSkatDoc::GetCurrentPlayer() {return currentplayer;}
void LSkatDoc::SetCurrentPlayer(int i) {currentplayer=i;}
int LSkatDoc::GetStartPlayer() {return startplayer;}