From cd1b32f87128de8cc948d4f6cfa1da67291c970b Mon Sep 17 00:00:00 2001 From: totycro Date: Sat, 9 Apr 2011 16:05:52 +0200 Subject: added .proto file and generated sources --- pacman-c++/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pacman-c++/client.cpp') diff --git a/pacman-c++/client.cpp b/pacman-c++/client.cpp index 2142278..d4324b7 100644 --- a/pacman-c++/client.cpp +++ b/pacman-c++/client.cpp @@ -30,7 +30,7 @@ void Client::createMenu() QImage img(muted ? ":/soundoff" : ":/soundon"); img.setColor(1, menuBar()->palette().color( muted ? QPalette::Disabled : QPalette::Active, - dQPalette::ButtonText).rgba()); + QPalette::ButtonText).rgba()); toggleSound->setPixmap(QPixmap::fromImage(img)); if (sound) -- cgit v1.2.3