diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-09 18:58:02 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 21:16:45 +0900 |
commit | 7a7827396f90ad06945cd5a367f93d8ffd380e0f (patch) | |
tree | c812fa6c9a336fac31583724535fbcf8fd0e5ae0 /chalk/doc | |
parent | ea7a0b4d73337e0e30678300466e668179241348 (diff) | |
download | koffice-7a7827396f90ad06945cd5a367f93d8ffd380e0f.tar.gz koffice-7a7827396f90ad06945cd5a367f93d8ffd380e0f.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'chalk/doc')
-rw-r--r-- | chalk/doc/DESIGN.obsolete | 2 | ||||
-rw-r--r-- | chalk/doc/chalk.xmi | 4 | ||||
-rw-r--r-- | chalk/doc/howtofilters.txt | 6 | ||||
-rw-r--r-- | chalk/doc/profiles.txt | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/chalk/doc/DESIGN.obsolete b/chalk/doc/DESIGN.obsolete index 2f0d25ca..3d218990 100644 --- a/chalk/doc/DESIGN.obsolete +++ b/chalk/doc/DESIGN.obsolete @@ -91,7 +91,7 @@ User interface ui - The dialogs appear to be created by hand, not with Qt + The dialogs appear to be created by hand, not with TQt Designer. Besides, many are inoperational. other diff --git a/chalk/doc/chalk.xmi b/chalk/doc/chalk.xmi index d803727a..ce42344a 100644 --- a/chalk/doc/chalk.xmi +++ b/chalk/doc/chalk.xmi @@ -983,7 +983,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas </UML:Class> <UML:Class stereotype="class" visibility="public" xmi.id="740" name="KisGuide" > <UML:Operation visibility="public" xmi.id="745" type="" name="KisGuide" > - <UML:Parameter visibility="private" xmi.id="746" value="" type="Qt :: Orientation" name="o" /> + <UML:Parameter visibility="private" xmi.id="746" value="" type="TQt :: Orientation" name="o" /> </UML:Operation> <UML:Operation visibility="public" xmi.id="747" type="bool" name="isSelected" /> <UML:Operation visibility="public" xmi.id="748" type="double" name="position" /> @@ -1050,7 +1050,7 @@ pixels in the brush." visibility="public" xmi.id="705" type="virtual KisAlphaMas <UML:Operation visibility="public" xmi.id="802" type="" name="KisGuideMgr" /> <UML:Operation visibility="public" xmi.id="803" type="KisGuideSP" name="add" > <UML:Parameter visibility="private" xmi.id="804" value="" type="double" name="pos" /> - <UML:Parameter visibility="private" xmi.id="805" value="" type="Qt :: Orientation" name="o" /> + <UML:Parameter visibility="private" xmi.id="805" value="" type="TQt :: Orientation" name="o" /> </UML:Operation> <UML:Operation visibility="public" xmi.id="806" type="void" name="erase" > <UML:Parameter visibility="private" xmi.id="807" value="" type="QPaintDevice *" name="device" /> diff --git a/chalk/doc/howtofilters.txt b/chalk/doc/howtofilters.txt index e586ae19..dad6fe45 100644 --- a/chalk/doc/howtofilters.txt +++ b/chalk/doc/howtofilters.txt @@ -1,7 +1,7 @@ The goal of this howto is to explain how to create a filter for chalk -2) using Qt/Designer for the ConfigurationWidget +2) using TQt/Designer for the ConfigurationWidget Just copy the following in a file named (for instance) myfiltercw.ui : <!DOCTYPE UI><UI version="3.3" stdsetdef="1"> @@ -25,6 +25,6 @@ Just copy the following in a file named (for instance) myfiltercw.ui : <layoutdefaults spacing="6" margin="11"/> </UI> -And then open Qt/Designer +And then open TQt/Designer -NOTE: it would be nicer if I knew how to copy (using autoconf/automake) this file in $(TQTDIR)/tools/designer/templates
\ No newline at end of file +NOTE: it would be nicer if I knew how to copy (using autoconf/automake) this file in $(TQTDIR)/tools/designer/templates diff --git a/chalk/doc/profiles.txt b/chalk/doc/profiles.txt index c1841d52..52a80941 100644 --- a/chalk/doc/profiles.txt +++ b/chalk/doc/profiles.txt @@ -60,7 +60,7 @@ Paste from clipboard Two cases: Chalk has placed a clip on the copy profile set in the Settings, or none. An external clip is always RGB8 (for now, no - doubt Qt will extend its clipboard once RGB16 + doubt TQt will extend its clipboard once RGB16 images or RGB half images become widespread), so in those cases we always need an RGB profile. |