summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-02-17 19:39:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-02-17 22:58:23 +0900
commit32098c8e56997c977f27cd1e2e2c6495d176c0ad (patch)
treec62b64b7de42f3b7ed7fad1212e5bcd1f6d4a4a1 /README
parentb8df349107c0a4c64c155b9405ba3160fc1acd92 (diff)
downloadgwenview-32098c8e56997c977f27cd1e2e2c6495d176c0ad.tar.gz
gwenview-32098c8e56997c977f27cd1e2e2c6495d176c0ad.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 2d69b90..f377b09 100644
--- a/README
+++ b/README
@@ -6,8 +6,8 @@ Gwenview - http://gwenview.sourceforge.net
Gwenview is a simple image viewer for TDE. It features a folder tree window
and a file list window to provide easy navigation in your file hierarchy.
-Image loading is done by Qt library, so it supports all image formats your
-Qt installation supports.
+Image loading is done by TQt library, so it supports all image formats your
+TQt installation supports.
-> Requirements
@@ -21,10 +21,10 @@ KDE 3.1 or more.
make
make install
-If configure fails to find your Qt or KDE libs, you will have to type
+If configure fails to find your TQt or KDE libs, you will have to type
'export TDEDIR=/path/to/kde'
and
- 'export TQTDIR=/path/to/Qt/lib'
+ 'export TQTDIR=/path/to/TQt/lib'
-> Uninstallation