diff options
Diffstat (limited to 'blinken/src/button.cpp')
-rw-r--r-- | blinken/src/button.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blinken/src/button.cpp b/blinken/src/button.cpp index 052ef6ed..b8eef48a 100644 --- a/blinken/src/button.cpp +++ b/blinken/src/button.cpp @@ -20,7 +20,7 @@ button::button(blinkenGame::color c) : m_selected(false), m_color(c) KConfig *kc = kapp->config(); kc->setGroup("General"); TQString cs = getColorString(); - TQString pixmap = TQString("images/%1h.png").tqarg(cs); + TQString pixmap = TQString("images/%1h.png").arg(cs); switch (c) { |