diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:17:23 -0600 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-04 03:25:50 +0200 |
commit | 75e37fa7ac968680c553ae1d8a175527a731a3aa (patch) | |
tree | 814b5f558f75806a2a922cb31f13e0d4b7b4e3c3 /kicker-applets/kbinaryclock/kbinaryclock.kcfg | |
parent | 19e67aed27e50319d00a06ae6287236db13f82f4 (diff) | |
download | tdeaddons-75e37fa7ac968680c553ae1d8a175527a731a3aa.tar.gz tdeaddons-75e37fa7ac968680c553ae1d8a175527a731a3aa.zip |
Rename obsolete tq methods to standard names
(cherry picked from commit ff5b07d9659291ac8172cd35f0821bcd30ce25c9)
Diffstat (limited to 'kicker-applets/kbinaryclock/kbinaryclock.kcfg')
-rw-r--r-- | kicker-applets/kbinaryclock/kbinaryclock.kcfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker-applets/kbinaryclock/kbinaryclock.kcfg b/kicker-applets/kbinaryclock/kbinaryclock.kcfg index 84f35c3..b5a5fb3 100644 --- a/kicker-applets/kbinaryclock/kbinaryclock.kcfg +++ b/kicker-applets/kbinaryclock/kbinaryclock.kcfg @@ -35,7 +35,7 @@ </entry> <entry name="Background" type="Color"> <label>Background color</label> - <default code="true">KApplication::tqpalette().active().background()</default> + <default code="true">KApplication::palette().active().background()</default> </entry> <entry name="Show_Seconds" type="Bool"> <label>Whether to show seconds</label> |