Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1bf4952925)
r14.1.x r14.1.1
Michele Calgaro 8 months ago
parent 918444d107
commit 1cf53c1d53
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -14,22 +14,22 @@ KVpnc provides the following functions:
--------------------------------------------------
QCStringList interfaces()
QCStringList functions()
QString getVersion()
TQString getVersion()
void doConnect()
void doDisconnect()
uint getConnectedTime()
QString getStatus()
QString getCurrentProfile()
void setProfile(QString profilename)
TQString getStatus()
TQString getCurrentProfile()
void setProfile(TQString profilename)
void createNewProfile()
void createNewProfileWithWizard()
void deleteCurrentProfile()
void openPreferences()
void doImportCert()
void doImportPcf()
void doImportPcf(QString file)
void doImportPcf(TQString file)
void doImportOpenvpnConfig()
void doImportOpenvpnConfig(QString file)
void doImportOpenvpnConfig(TQString file)
QStringList profiles()
QStringList toolinfo()
void doQuit()
@ -39,8 +39,8 @@ QStringList getProfileTypes()
Return and parameter data types:
------------------------------------------
QString text (QString format)
QStringList string list - list of text (QString format)
TQString text (TQString format)
QStringList string list - list of text (TQString format)
QCStringList string list - list of text (C format)
uint unsigned int - number
void empty - no return value

Loading…
Cancel
Save