diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:52:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-19 11:52:23 -0600 |
commit | 92994ee2036ac7c4c68747f67dbc0ecbaf4c250c (patch) | |
tree | a7b8d21bab293fe30c6f1db1daa9544469fb5f37 /kttsd/debian/man | |
parent | 6687cd2515bdebbd8f0c92261f3acf8777441ca6 (diff) | |
download | tdeaccessibility-92994ee2036ac7c4c68747f67dbc0ecbaf4c250c.tar.gz tdeaccessibility-92994ee2036ac7c4c68747f67dbc0ecbaf4c250c.zip |
Remove additional unneeded tq method conversions
Diffstat (limited to 'kttsd/debian/man')
-rw-r--r-- | kttsd/debian/man/kttsd.1 | 4 | ||||
-rw-r--r-- | kttsd/debian/man/kttsmgr.1 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kttsd/debian/man/kttsd.1 b/kttsd/debian/man/kttsd.1 index 4b8743b..7482fd8 100644 --- a/kttsd/debian/man/kttsd.1 +++ b/kttsd/debian/man/kttsd.1 @@ -62,8 +62,8 @@ Waits for a WM_NET compatible windowmanager .B --style <style> sets the application GUI style .TP -.B --tqgeometry <tqgeometry> -sets the client tqgeometry of the main widget +.B --geometry <geometry> +sets the client geometry of the main widget .TP .B --nofork Don't run in the background. diff --git a/kttsd/debian/man/kttsmgr.1 b/kttsd/debian/man/kttsmgr.1 index c01468f..127d697 100644 --- a/kttsd/debian/man/kttsmgr.1 +++ b/kttsd/debian/man/kttsmgr.1 @@ -61,8 +61,8 @@ Waits for a WM_NET compatible windowmanager .B --style <style> sets the application GUI style .TP -.B --tqgeometry <tqgeometry> -sets the client tqgeometry of the main widget +.B --geometry <geometry> +sets the client geometry of the main widget .TP .B --nofork Don't run in the background. |