More get()

svn path=/trunk/kdebase/kwin/; revision=30392
This commit is contained in:
Kalle Dalheimer 1999-10-09 11:12:26 +00:00
parent df7fc2905e
commit 21ae659168

View file

@ -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(": ");
}