summaryrefslogtreecommitdiffstats
path: root/digikam
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-17 19:39:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-17 23:06:47 +0900
commit831c5f62e234ee626144e127a3a7fa6815ad0cb0 (patch)
treea4012a46c09be339f4603e59c7f5b91810feeb77 /digikam
parent3160ad942e7e0adffa908061323b7a7586e8c721 (diff)
downloaddigikam-831c5f62e234ee626144e127a3a7fa6815ad0cb0.tar.gz
digikam-831c5f62e234ee626144e127a3a7fa6815ad0cb0.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'digikam')
-rw-r--r--digikam/imageplugins/inserttext/fontchooserwidget.cpp2
-rw-r--r--digikam/libs/dimg/README6
-rw-r--r--digikam/project/project.tdevelop2
3 files changed, 5 insertions, 5 deletions
diff --git a/digikam/imageplugins/inserttext/fontchooserwidget.cpp b/digikam/imageplugins/inserttext/fontchooserwidget.cpp
index 4fcce08..aa76ea8 100644
--- a/digikam/imageplugins/inserttext/fontchooserwidget.cpp
+++ b/digikam/imageplugins/inserttext/fontchooserwidget.cpp
@@ -546,7 +546,7 @@ void FontChooserWidget::style_chosen_slot(const TQString& style)
sizeListBox->insertItem(TQString::number(*it));
}
}
- else // there are times QT does not provide the list..
+ else // there are times TQT does not provide the list..
fillSizeList();
}
sizeListBox->blockSignals(true);
diff --git a/digikam/libs/dimg/README b/digikam/libs/dimg/README
index 47e4a4c..4b13f3f 100644
--- a/digikam/libs/dimg/README
+++ b/digikam/libs/dimg/README
@@ -16,7 +16,7 @@ some imlib2 bugreports I reported to upstream have gone unfixed for long
time now.
Also, we need to think about 16bit imaging support. this won't come from
-imlib2 and neither from qt. with qt4 there was hope of 16bit image
+imlib2 and neither from tqt. with qt4 there was hope of 16bit image
support, but trolltech has made it clear that imaging apps forms only 0.1%
of their customer base and they are not interested in providing custom
support for them. so the only solution I see (without depending on
@@ -29,7 +29,7 @@ some of the working/planned features:
* Native Image Loaders, for some imageformats which are of interest to
us: JPEG (complete), TIFF (a rudimentary one currently), PNG (planned), PPM
-(planned). for the rest qt's qimage is used.
+(planned). for the rest tqt's qimage is used.
* Metadata preservation: when a file is loaded, its metadata like XMP,
IPTC, EXIF, JFIF are read and held in memory. now when you save back the
@@ -39,7 +39,7 @@ imlib2 is on saving a file: we save the file to a temporary file, reread
the exif info from the original file and then write to a second temporary
file.)
-* Explicitly Shared Container format (see qt docs): this is necessary for
+* Explicitly Shared Container format (see tqt docs): this is necessary for
performance reasons.
* 8bit and 16bit support: if the file format is 16 bit, it will load up
diff --git a/digikam/project/project.tdevelop b/digikam/project/project.tdevelop
index c8bb52d..bdea137 100644
--- a/digikam/project/project.tdevelop
+++ b/digikam/project/project.tdevelop
@@ -7,7 +7,7 @@
<projectmanagement>KDevKDEAutoProject</projectmanagement>
<primarylanguage>C++</primarylanguage>
<keywords>
- <keyword>Qt</keyword>
+ <keyword>TQt</keyword>
<keyword>KDE</keyword>
</keywords>
<projectdirectory>./</projectdirectory>