diff --git a/tabbox.cpp b/tabbox.cpp index 845b7357ff..547caaa62c 100644 --- a/tabbox.cpp +++ b/tabbox.cpp @@ -154,7 +154,7 @@ void TabBox::paintContents() if ( currentClient() ) { QString s; if (!client->isOnDesktop(workspace()->currentDesktop())){ - //TODO s = KWM::getDesktopName(client->desktop); + //TODO s = KWM::desktopName(client->desktop); s.append(": "); }