Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/21/head
Michele Calgaro 2 months ago
parent b8df349107
commit 32098c8e56
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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

@ -14,8 +14,8 @@ navigation of your file hierarchy. &kappname; uses docked windows, so you can
alter its layout any way you wish. You can also browse your images in
full-screen mode, or embedded within &konqueror; using the Image View and Kpart.</para>
<para>Image loading is handled by the Qt library, so &kappname; supports all
image formats your Qt installation supports. &kappname; correctly displays images
<para>Image loading is handled by the TQt library, so &kappname; supports all
image formats your TQt installation supports. &kappname; correctly displays images
with an alpha channel as well as animations.</para>
<para>&kappname; supports the displaying and editing of EXIF comments in JPEG

@ -78,11 +78,11 @@ if (!data)
Include files
-------------
Group include files in the Qt, KDE or local groups and sort them
Group include files in the TQt, KDE or local groups and sort them
alphabetically. When writing the implementation file of a class which is a
TQ_OBJECT, make sure you include the .moc file, not the .h.
// Qt
// TQt
#include <qobject.h>
#include <qwidget.h>

@ -38,7 +38,7 @@ gwenview_la_LIBADD = libgwenshared.la ../gvcore/libgwenviewcore.la $(GV_LIB_KI
gwenview_la_LDFLAGS = $(all_libraries) $(LIB_TQT) -module $(KDE_PLUGIN)
# set the include path for X, qt and KDE
# set the include path for X, tqt and KDE
INCLUDES = -I$(srcdir)/.. $(all_includes) -I$(kde_includes)/tde
METASOURCES = AUTO

@ -7,7 +7,7 @@ Gwenview \- An image viewer for TDE
.SH DESCRIPTION
Gwenview is an image viewer for TDE. It features a folder tree window and a file list window to provide easy navigation of your file hierarchy. Gwenview uses docked windows, so you can alter its layout any way you wish. You can also browse your images in full\-screen mode, or embedded within Konqueror using the Gwenview Image Browser View and Kpart.
.PP
Image loading is handled by the Qt library, so Gwenview supports all image formats your Qt installation supports. Gwenview correctly displays images with an alpha channel.
Image loading is handled by the TQt library, so Gwenview supports all image formats your TQt installation supports. Gwenview correctly displays images with an alpha channel.
.PP
Gwenview supports the displaying and editing of EXIF comments, if the necessary JPEG tdefile\-plugin is installed. This comes as part of the tdegraphics package. Lossless JPEG transforms are also supported.
.SH OPTIONS
@ -24,8 +24,8 @@ Start in Full Screen mode.
.B \-\-help
Show help about options.
.TP
.B \-\-help\-qt
Show Qt specific options.
.B \-\-help\-tqt
Show TQt specific options.
.TP
.B \-\-help\-kde
Show KDE specific options.
@ -44,7 +44,7 @@ Show license information.
.TP
.B \-\-
End of options.
.SS Qt options:
.SS TQt options:
.TP
.B \-\-display \fIdisplayname\fR
Use the X\-server display 'displayname'.
@ -63,7 +63,7 @@ using the QApplication::ManyColor color
specification.
.TP
.B \-\-nograb
Tells Qt to never grab the mouse or the keyboard.
Tells TQt to never grab the mouse or the keyboard.
.TP
.B \-\-dograb
Running under a debugger can cause an implicit

Loading…
Cancel
Save