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/app/main.cpp | |
parent | eba1d381626d92b860239417f21d813f02ee6394 (diff) | |
download | gwenview-04fccf73370ad95a70b8e107240e50f9fdbf98fc.tar.gz gwenview-04fccf73370ad95a70b8e107240e50f9fdbf98fc.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/app/main.cpp')
-rw-r--r-- | src/app/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp index bef08ae..989bffd 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -117,7 +117,7 @@ KDE_EXPORT int kdemain (int argc, char *argv[]) { aboutData.addCredit("Marco Gazzetta", I18N_NOOP("Fixed crash when trying to generate a thumbnail for a broken JPEG file (v0.16.0)"), "[email protected]"); aboutData.addCredit("GeniusR13", I18N_NOOP("Fixed compilation on KDE 3.0 (v0.16.1)"), "[email protected]"); aboutData.addCredit("Ian Koenig", I18N_NOOP("First RPM spec file"), "[email protected]"); - aboutData.addCredit("Meni Livne", I18N_NOOP("Toolbar tqlayout patch for RTL languages (v0.16.0)"), "[email protected]"); + aboutData.addCredit("Meni Livne", I18N_NOOP("Toolbar layout patch for RTL languages (v0.16.0)"), "[email protected]"); aboutData.addCredit("Angelo Naselli", I18N_NOOP("Printing support (v1.0.0)"), "[email protected]"); aboutData.addCredit("Jos van den Oever", I18N_NOOP("File info view (v1.0.0)\nPatch to toggle auto-zoom on click (v1.0.0)"), "[email protected]"); aboutData.addCredit("Jeroen Peters", I18N_NOOP("Configurable mouse wheel behavior (v1.1.1)"), "[email protected]"); |