summaryrefslogtreecommitdiffstats
path: root/kmailcvt/README
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-25 12:24:30 +0900
committerMichele Calgaro <[email protected]>2023-09-25 17:54:46 +0900
commit1a3e938ea6a568249910a55192b131fb182d60f1 (patch)
treeb2636f350c19c46cb5bc19f30aa07c97a5ede679 /kmailcvt/README
parenteac8bbbdfd3f6ad6cbd8ec2a9e8870ea23e08c63 (diff)
downloadtdepim-1a3e938ea6a568249910a55192b131fb182d60f1.tar.gz
tdepim-1a3e938ea6a568249910a55192b131fb182d60f1.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 33ba77ee894fb6368e3804458ddd52ea1a1f0909)
Diffstat (limited to 'kmailcvt/README')
-rw-r--r--kmailcvt/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/kmailcvt/README b/kmailcvt/README
index d1105fe45..1f778afeb 100644
--- a/kmailcvt/README
+++ b/kmailcvt/README
@@ -16,14 +16,14 @@ your tdepim source directory.
In the import method of your filter you are passed a FilterInfo object. This has
the following methods that you may want to use:
- void setFrom( const QString& from ); // Set to file importing from
- void setTo( const QString& to ); // Set to folder importing into
- void setCurrent( const QString& current ); // What we are doing
+ void setFrom( const TQString& from ); // Set to file importing from
+ void setTo( const TQString& to ); // Set to folder importing into
+ void setCurrent( const TQString& current ); // What we are doing
void setCurrent( int percent = 0 ); // Set percentage of current file
void setOverall( int percent = 0 ); // Set overall percentage
- void addLog( const QString& log ); // Add a message for the user to see
- void alert( const QString& message ); // Tell user something has gone wrong
- QWidget *parent(); // The parent widget
+ void addLog( const TQString& log ); // Add a message for the user to see
+ void alert( const TQString& message ); // Tell user something has gone wrong
+ TQWidget *parent(); // The parent widget
bool removeDupMsg; // true, if user selected 'remove duplicated messages'