diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:03:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-21 14:03:56 -0600 |
commit | 04fccf73370ad95a70b8e107240e50f9fdbf98fc (patch) | |
tree | a880cbd190f296d25ac1d82b0c9ccc386443233b /src/gvcore/imageviewconfig.kcfg | |
parent | eba1d381626d92b860239417f21d813f02ee6394 (diff) | |
download | gwenview-04fccf73370ad95a70b8e107240e50f9fdbf98fc.tar.gz gwenview-04fccf73370ad95a70b8e107240e50f9fdbf98fc.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/gvcore/imageviewconfig.kcfg')
-rw-r--r-- | src/gvcore/imageviewconfig.kcfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/imageviewconfig.kcfg b/src/gvcore/imageviewconfig.kcfg index 6424202..e5c1e04 100644 --- a/src/gvcore/imageviewconfig.kcfg +++ b/src/gvcore/imageviewconfig.kcfg @@ -18,7 +18,7 @@ <default>false</default> </entry> <entry name="backgroundColor" key="background color" type="Color"> - <default code="true">TQApplication::tqpalette().active().dark()</default> + <default code="true">TQApplication::palette().active().dark()</default> </entry> <entry name="enlargeSmallImages" key="enlarge small images" type="Bool"> <default>false</default> |