summaryrefslogtreecommitdiffstats
path: root/knights/challenge_graph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/challenge_graph.cpp')
-rw-r--r--knights/challenge_graph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/challenge_graph.cpp b/knights/challenge_graph.cpp
index 106b4ee..e9ff3d2 100644
--- a/knights/challenge_graph.cpp
+++ b/knights/challenge_graph.cpp
@@ -417,7 +417,7 @@ void Challenge_Graph::display_menuSeek( Challenge_Game *Item, const TQPoint &Pos
bool enable;
if( Item != NULL )
{
- selectedPlayerName = Item->_player.tqreplace( TQRegExp("\\(.+\\)"), TQString("") );
+ selectedPlayerName = Item->_player.replace( TQRegExp("\\(.+\\)"), TQString("") );
selectedMatchID = Item->id();
enable = TRUE;
}