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 diff --git a/doc/introduction.docbook b/doc/introduction.docbook index d3f38b8..1501dc0 100644 --- a/doc/introduction.docbook +++ b/doc/introduction.docbook @@ -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. -Image loading is handled by the Qt library, so &kappname; supports all -image formats your Qt installation supports. &kappname; correctly displays images +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. &kappname; supports the displaying and editing of EXIF comments in JPEG diff --git a/src/HACKING b/src/HACKING index 1480f90..79604a1 100644 --- a/src/HACKING +++ b/src/HACKING @@ -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 #include diff --git a/src/app/Makefile.am b/src/app/Makefile.am index a15f666..f27b359 100644 --- a/src/app/Makefile.am +++ b/src/app/Makefile.am @@ -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 diff --git a/src/doc/gwenview.1 b/src/doc/gwenview.1 index decd628..d1d9de2 100644 --- a/src/doc/gwenview.1 +++ b/src/doc/gwenview.1 @@ -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