Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/23/head
Michele Calgaro 2 months ago
parent 41907371bb
commit 8ddc40ff83
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -4,7 +4,7 @@
tdesvn
\- A Subversion client for TDE (standalone application)
.SH SYNOPSIS
tdesvn [Qt\-options] [TDE\-options] [options] exec <command> [URL]
tdesvn [TQt\-options] [TDE\-options] [options] exec <command> [URL]
.SH DESCRIPTION
A Subversion client for TDE (standalone application)
.SH OPTIONS
@ -35,8 +35,8 @@ Limit log output to <number>
.B \-\-help
Show help about options
.TP
.B \-\-help\-qt
Show Qt specific options
.B \-\-help\-tqt
Show TQt specific options
.TP
.B \-\-help\-tde
Show TDE specific options
@ -85,7 +85,7 @@ sets the application GUI style
.B \-\-geometry <geometry>
sets the client geometry of the main widget - see man X for the argument format
.SS
.SS Qt options:
.SS TQt options:
.TP
.B \-\-display <displayname>
Use the X-server display 'displayname'
@ -104,7 +104,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

@ -4,7 +4,7 @@
tdesvnaskpass
\- ssh-askpass for tdesvn
.SH SYNOPSIS
tdesvnaskpass [Qt\-options] [TDE\-options] [prompt]
tdesvnaskpass [TQt\-options] [TDE\-options] [prompt]
.SH DESCRIPTION
ssh-askpass for tdesvn.
.SH OPTIONS
@ -18,8 +18,8 @@ Prompt that is displayed to the user.
.B \-\-help
Show help about options
.TP
.B \-\-help\-qt
Show Qt specific options
.B \-\-help\-tqt
Show TQt specific options
.TP
.B \-\-help\-tde
Show TDE specific options
@ -68,7 +68,7 @@ sets the application GUI style
.B \-\-geometry <geometry>
sets the client geometry of the main widget - see man X for the argument format
.SS
.SS Qt options:
.SS TQt options:
.TP
.B \-\-display <displayname>
Use the X-server display 'displayname'
@ -87,7 +87,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

@ -2716,7 +2716,7 @@ void tdesvnfilelist::contentsMousePressEvent(TQMouseEvent*e)
m_pList->m_fileTip->setItem(0);
TQPoint p(contentsToViewport( e->pos()));
TQListViewItem *i = itemAt( p );
// this is from qt the example - hopefully I got my problems with drag&drop fixed.
// this is from tqt the example - hopefully I got my problems with drag&drop fixed.
if ( i ) {
// if the user clicked into the root decoration of the item, don't try to start a drag!
if ( p.x() > header()->cellPos( header()->mapToActual( 0 ) ) +

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,15 +1,12 @@
With this driver you can access the files created by sqlite3 through
the standard Qt sql module. The driver name is QSQLITE3.
the standard TQt sql module. The driver name is QSQLITE3.
Although there are many other solutions to access such DB files, I think
that using this driver has some advantages:
--> You use the standard Qt interface so you can reuse exinting code or
--> You use the standard TQt interface so you can reuse exinting code or
switch to or from other DB types quite easily.
--> Soft transition to Qt 4: Qt 4 supports sqlite3, you can prepare your
application now.
--> The source of this driver is smaller than any other, you can incorporate
it on your application with little overhead and without requiring external
libraries.
@ -27,6 +24,6 @@ qmake
make
cp sqldrivers/libqsqlite3.so $TQTDIR/plugins/sqldrivers (probably as root)
use it as any other Qt sql driver.
use it as any other TQt sql driver.
Have fun, Stefano !!!
Have fun, Stefano !!!

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/
@ -45,7 +45,7 @@
#include "svnqt/svnqttypes.h"
#include "svnqt/svnstream.h"
// qt
// tqt
#include <tqglobal.h>
#include <tqstring.h>

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2008 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/
@ -33,7 +33,7 @@
#include "svnqt/svnqt_defines.h"
// qt
// tqt
#include <tqstring.h>
// Subversion api

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/
@ -35,7 +35,7 @@
#include "pool.h"
#include "commititem.h"
#include "svnqt_defines.h"
// qt
// tqt
#include <tqstring.h>
// Subversion api
#include <svn_client.h>

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/
@ -33,7 +33,7 @@
#include "revision.h"
#include "pool.h"
// qt
// tqt
#include "tqdatetime.h"
namespace svn

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/
@ -35,7 +35,7 @@
#include <svnqt/datetime.h>
#include <svnqt/svnqt_defines.h>
// qt
// tqt
#include <tqglobal.h>
#include <tqstring.h>
#include <tqtextstream.h>

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -24,7 +24,7 @@
#include "svnqt/svnqt_defines.h"
#include "svnqt/shared_pointer.h"
// qt
// tqt
#include <tqglobal.h>
#include <tqstring.h>

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/
@ -33,7 +33,7 @@
#include "svnqt/svnqt_defines.h"
// qt
// tqt
#include <tqglobal.h>
#include <tqstring.h>

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

@ -1,5 +1,5 @@
/*
* Port for usage with qt-framework and development for tdesvn
* Port for usage with tqt-framework and development for tdesvn
* (C) 2005-2007 by Rajko Albrecht
* http://tdesvn.alwins-world.de
*/

Loading…
Cancel
Save