summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/yahoo
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/yahoo')
-rw-r--r--kopete/protocols/yahoo/libkyahoo/changestatustask.h2
-rw-r--r--kopete/protocols/yahoo/libkyahoo/chatsessiontask.h2
-rw-r--r--kopete/protocols/yahoo/libkyahoo/client.h8
-rw-r--r--kopete/protocols/yahoo/libkyahoo/filetransfernotifiertask.h4
-rw-r--r--kopete/protocols/yahoo/libkyahoo/listtask.h2
-rw-r--r--kopete/protocols/yahoo/libkyahoo/logintask.h2
-rw-r--r--kopete/protocols/yahoo/libkyahoo/mailnotifiertask.h2
-rw-r--r--kopete/protocols/yahoo/libkyahoo/messagereceivertask.h2
-rw-r--r--kopete/protocols/yahoo/libkyahoo/modifybuddytask.h2
-rw-r--r--kopete/protocols/yahoo/libkyahoo/picturenotifiertask.h2
-rw-r--r--kopete/protocols/yahoo/libkyahoo/receivefiletask.h4
-rw-r--r--kopete/protocols/yahoo/libkyahoo/requestpicturetask.h2
-rw-r--r--kopete/protocols/yahoo/libkyahoo/sendauthresptask.h2
-rw-r--r--kopete/protocols/yahoo/libkyahoo/sendfiletask.h2
-rw-r--r--kopete/protocols/yahoo/libkyahoo/sendmessagetask.h2
-rw-r--r--kopete/protocols/yahoo/libkyahoo/sendnotifytask.h2
-rw-r--r--kopete/protocols/yahoo/libkyahoo/sendpicturetask.h4
-rw-r--r--kopete/protocols/yahoo/libkyahoo/statusnotifiertask.h2
-rw-r--r--kopete/protocols/yahoo/libkyahoo/stealthtask.h2
-rw-r--r--kopete/protocols/yahoo/libkyahoo/task.h2
-rw-r--r--kopete/protocols/yahoo/libkyahoo/webcamtask.h4
-rw-r--r--kopete/protocols/yahoo/libkyahoo/yahoochattask.h2
-rw-r--r--kopete/protocols/yahoo/libkyahoo/yahooclientstream.h2
-rw-r--r--kopete/protocols/yahoo/ui/yahoowebcamdialog.h4
-rw-r--r--kopete/protocols/yahoo/yahooaccount.h2
-rw-r--r--kopete/protocols/yahoo/yahoochatsession.h2
-rw-r--r--kopete/protocols/yahoo/yahoowebcam.h4
27 files changed, 36 insertions, 36 deletions
diff --git a/kopete/protocols/yahoo/libkyahoo/changestatustask.h b/kopete/protocols/yahoo/libkyahoo/changestatustask.h
index a70007df..200a6f34 100644
--- a/kopete/protocols/yahoo/libkyahoo/changestatustask.h
+++ b/kopete/protocols/yahoo/libkyahoo/changestatustask.h
@@ -20,7 +20,7 @@
#include "task.h"
#include "yahootypes.h"
-class QString;
+class TQString;
/**
diff --git a/kopete/protocols/yahoo/libkyahoo/chatsessiontask.h b/kopete/protocols/yahoo/libkyahoo/chatsessiontask.h
index fc5e02ce..eee7cdc9 100644
--- a/kopete/protocols/yahoo/libkyahoo/chatsessiontask.h
+++ b/kopete/protocols/yahoo/libkyahoo/chatsessiontask.h
@@ -21,7 +21,7 @@
#include "task.h"
-class QString;
+class TQString;
/**
@author André Duffeck
diff --git a/kopete/protocols/yahoo/libkyahoo/client.h b/kopete/protocols/yahoo/libkyahoo/client.h
index 662c81ff..ee8e1a43 100644
--- a/kopete/protocols/yahoo/libkyahoo/client.h
+++ b/kopete/protocols/yahoo/libkyahoo/client.h
@@ -30,10 +30,10 @@
#define YMSG_PROGRAM_VERSION_STRING "8.1.0.209"
-class QString;
-class QTimer;
-class QPixmap;
-class QDomDocument;
+class TQString;
+class TQTimer;
+class TQPixmap;
+class TQDomDocument;
class ClientStream;
class KNetworkConnector;
class Task;
diff --git a/kopete/protocols/yahoo/libkyahoo/filetransfernotifiertask.h b/kopete/protocols/yahoo/libkyahoo/filetransfernotifiertask.h
index d5f6c7f2..429c3668 100644
--- a/kopete/protocols/yahoo/libkyahoo/filetransfernotifiertask.h
+++ b/kopete/protocols/yahoo/libkyahoo/filetransfernotifiertask.h
@@ -20,9 +20,9 @@
#include "task.h"
#include "yahootypes.h"
-class QString;
+class TQString;
class YMSGTransfer;
-class QPixmap;
+class TQPixmap;
/**
@author André Duffeck
diff --git a/kopete/protocols/yahoo/libkyahoo/listtask.h b/kopete/protocols/yahoo/libkyahoo/listtask.h
index 514df17e..067868a2 100644
--- a/kopete/protocols/yahoo/libkyahoo/listtask.h
+++ b/kopete/protocols/yahoo/libkyahoo/listtask.h
@@ -20,7 +20,7 @@
#include "task.h"
#include "yahootypes.h"
-class QString;
+class TQString;
class YMSGTransfer;
/**
@author André Duffeck
diff --git a/kopete/protocols/yahoo/libkyahoo/logintask.h b/kopete/protocols/yahoo/libkyahoo/logintask.h
index 563cd3a4..eb2e8fc9 100644
--- a/kopete/protocols/yahoo/libkyahoo/logintask.h
+++ b/kopete/protocols/yahoo/libkyahoo/logintask.h
@@ -24,7 +24,7 @@
#include "task.h"
#include "yahootypes.h"
-class QString;
+class TQString;
class YMSGTransfer;
namespace KIO
diff --git a/kopete/protocols/yahoo/libkyahoo/mailnotifiertask.h b/kopete/protocols/yahoo/libkyahoo/mailnotifiertask.h
index d2c03bdd..0e1d6028 100644
--- a/kopete/protocols/yahoo/libkyahoo/mailnotifiertask.h
+++ b/kopete/protocols/yahoo/libkyahoo/mailnotifiertask.h
@@ -19,7 +19,7 @@
#include "task.h"
-class QString;
+class TQString;
class YMSGTransfer;
/**
diff --git a/kopete/protocols/yahoo/libkyahoo/messagereceivertask.h b/kopete/protocols/yahoo/libkyahoo/messagereceivertask.h
index 89536443..80c4fa44 100644
--- a/kopete/protocols/yahoo/libkyahoo/messagereceivertask.h
+++ b/kopete/protocols/yahoo/libkyahoo/messagereceivertask.h
@@ -19,7 +19,7 @@
#include "task.h"
-class QString;
+class TQString;
class YMSGTransfer;
/**
diff --git a/kopete/protocols/yahoo/libkyahoo/modifybuddytask.h b/kopete/protocols/yahoo/libkyahoo/modifybuddytask.h
index f3ceb73c..1d2393a6 100644
--- a/kopete/protocols/yahoo/libkyahoo/modifybuddytask.h
+++ b/kopete/protocols/yahoo/libkyahoo/modifybuddytask.h
@@ -19,7 +19,7 @@
#include "task.h"
-class QString;
+class TQString;
/**
@author André Duffeck
diff --git a/kopete/protocols/yahoo/libkyahoo/picturenotifiertask.h b/kopete/protocols/yahoo/libkyahoo/picturenotifiertask.h
index 851c8b9c..22bbaddb 100644
--- a/kopete/protocols/yahoo/libkyahoo/picturenotifiertask.h
+++ b/kopete/protocols/yahoo/libkyahoo/picturenotifiertask.h
@@ -21,7 +21,7 @@
#include <kurl.h>
-class QString;
+class TQString;
class YMSGTransfer;
/**
@author André Duffeck
diff --git a/kopete/protocols/yahoo/libkyahoo/receivefiletask.h b/kopete/protocols/yahoo/libkyahoo/receivefiletask.h
index 103f3230..ac828658 100644
--- a/kopete/protocols/yahoo/libkyahoo/receivefiletask.h
+++ b/kopete/protocols/yahoo/libkyahoo/receivefiletask.h
@@ -20,8 +20,8 @@
#include "task.h"
#include <kurl.h>
-class QString;
-class QFile;
+class TQString;
+class TQFile;
namespace KIO {
class Job;
class TransferJob;
diff --git a/kopete/protocols/yahoo/libkyahoo/requestpicturetask.h b/kopete/protocols/yahoo/libkyahoo/requestpicturetask.h
index 05c192cd..eccaa652 100644
--- a/kopete/protocols/yahoo/libkyahoo/requestpicturetask.h
+++ b/kopete/protocols/yahoo/libkyahoo/requestpicturetask.h
@@ -19,7 +19,7 @@
#include "task.h"
-class QString;
+class TQString;
/**
@author André Duffeck
diff --git a/kopete/protocols/yahoo/libkyahoo/sendauthresptask.h b/kopete/protocols/yahoo/libkyahoo/sendauthresptask.h
index 953dabc3..cbdadf48 100644
--- a/kopete/protocols/yahoo/libkyahoo/sendauthresptask.h
+++ b/kopete/protocols/yahoo/libkyahoo/sendauthresptask.h
@@ -20,7 +20,7 @@
#include "task.h"
-class QString;
+class TQString;
/**
@author André Duffeck
diff --git a/kopete/protocols/yahoo/libkyahoo/sendfiletask.h b/kopete/protocols/yahoo/libkyahoo/sendfiletask.h
index 1da3a7ae..c9052125 100644
--- a/kopete/protocols/yahoo/libkyahoo/sendfiletask.h
+++ b/kopete/protocols/yahoo/libkyahoo/sendfiletask.h
@@ -21,7 +21,7 @@
#include <kurl.h>
#include <tqfile.h>
-class QString;
+class TQString;
namespace KNetwork{
class KStreamSocket;
}
diff --git a/kopete/protocols/yahoo/libkyahoo/sendmessagetask.h b/kopete/protocols/yahoo/libkyahoo/sendmessagetask.h
index eef62c13..e21d9029 100644
--- a/kopete/protocols/yahoo/libkyahoo/sendmessagetask.h
+++ b/kopete/protocols/yahoo/libkyahoo/sendmessagetask.h
@@ -19,7 +19,7 @@
#include "task.h"
-class QString;
+class TQString;
/**
@author André Duffeck
diff --git a/kopete/protocols/yahoo/libkyahoo/sendnotifytask.h b/kopete/protocols/yahoo/libkyahoo/sendnotifytask.h
index 2fee8fc6..d235e858 100644
--- a/kopete/protocols/yahoo/libkyahoo/sendnotifytask.h
+++ b/kopete/protocols/yahoo/libkyahoo/sendnotifytask.h
@@ -19,7 +19,7 @@
#include "task.h"
-class QString;
+class TQString;
/**
@author André Duffeck
diff --git a/kopete/protocols/yahoo/libkyahoo/sendpicturetask.h b/kopete/protocols/yahoo/libkyahoo/sendpicturetask.h
index 3a3e1437..dc20a34c 100644
--- a/kopete/protocols/yahoo/libkyahoo/sendpicturetask.h
+++ b/kopete/protocols/yahoo/libkyahoo/sendpicturetask.h
@@ -19,8 +19,8 @@
#include "task.h"
-class QString;
-class QFile;
+class TQString;
+class TQFile;
namespace KIO {
class Job;
class TransferJob;
diff --git a/kopete/protocols/yahoo/libkyahoo/statusnotifiertask.h b/kopete/protocols/yahoo/libkyahoo/statusnotifiertask.h
index 2400363b..0d9e1d5a 100644
--- a/kopete/protocols/yahoo/libkyahoo/statusnotifiertask.h
+++ b/kopete/protocols/yahoo/libkyahoo/statusnotifiertask.h
@@ -20,7 +20,7 @@
#include "task.h"
#include "yahootypes.h"
-class QString;
+class TQString;
class YMSGTransfer;
/**
diff --git a/kopete/protocols/yahoo/libkyahoo/stealthtask.h b/kopete/protocols/yahoo/libkyahoo/stealthtask.h
index 5659e110..370f06bc 100644
--- a/kopete/protocols/yahoo/libkyahoo/stealthtask.h
+++ b/kopete/protocols/yahoo/libkyahoo/stealthtask.h
@@ -21,7 +21,7 @@
#include "yahootypes.h"
#include <kdebug.h>
-class QString;
+class TQString;
/**
@author André Duffeck
diff --git a/kopete/protocols/yahoo/libkyahoo/task.h b/kopete/protocols/yahoo/libkyahoo/task.h
index 00cdb18f..c977f3bc 100644
--- a/kopete/protocols/yahoo/libkyahoo/task.h
+++ b/kopete/protocols/yahoo/libkyahoo/task.h
@@ -22,7 +22,7 @@
#include <tqobject.h>
-class QString;
+class TQString;
class Client;
class Transfer;
diff --git a/kopete/protocols/yahoo/libkyahoo/webcamtask.h b/kopete/protocols/yahoo/libkyahoo/webcamtask.h
index d84b6374..7c232642 100644
--- a/kopete/protocols/yahoo/libkyahoo/webcamtask.h
+++ b/kopete/protocols/yahoo/libkyahoo/webcamtask.h
@@ -22,9 +22,9 @@
#include <tqpixmap.h>
#include <tqstringlist.h>
-class QString;
+class TQString;
class YMSGTransfer;
-class QBuffer;
+class TQBuffer;
namespace KNetwork {
class KStreamSocket;
}
diff --git a/kopete/protocols/yahoo/libkyahoo/yahoochattask.h b/kopete/protocols/yahoo/libkyahoo/yahoochattask.h
index 3de4cbd4..94101d33 100644
--- a/kopete/protocols/yahoo/libkyahoo/yahoochattask.h
+++ b/kopete/protocols/yahoo/libkyahoo/yahoochattask.h
@@ -24,7 +24,7 @@
#include <tqvaluelist.h>
#include <tqpair.h>
-class QDomDocument;
+class TQDomDocument;
class YMSGTransfer;
namespace KIO {
class Job;
diff --git a/kopete/protocols/yahoo/libkyahoo/yahooclientstream.h b/kopete/protocols/yahoo/libkyahoo/yahooclientstream.h
index 6efc307f..89a116fd 100644
--- a/kopete/protocols/yahoo/libkyahoo/yahooclientstream.h
+++ b/kopete/protocols/yahoo/libkyahoo/yahooclientstream.h
@@ -23,7 +23,7 @@
#include "stream.h"
-class QHostAddress;
+class TQHostAddress;
// forward defines
class Connector;
diff --git a/kopete/protocols/yahoo/ui/yahoowebcamdialog.h b/kopete/protocols/yahoo/ui/yahoowebcamdialog.h
index 8f130e03..67380d1f 100644
--- a/kopete/protocols/yahoo/ui/yahoowebcamdialog.h
+++ b/kopete/protocols/yahoo/ui/yahoowebcamdialog.h
@@ -21,8 +21,8 @@
#include <kdialogbase.h>
-class QPixmap;
-class QWidget;
+class TQPixmap;
+class TQWidget;
class YahooContact;
namespace Kopete
diff --git a/kopete/protocols/yahoo/yahooaccount.h b/kopete/protocols/yahoo/yahooaccount.h
index e2660edc..5332794f 100644
--- a/kopete/protocols/yahoo/yahooaccount.h
+++ b/kopete/protocols/yahoo/yahooaccount.h
@@ -37,7 +37,7 @@
#include "yahooprotocol.h"
#include "yahootypes.h"
-class QColor;
+class TQColor;
class KAction;
class KActionMenu;
class YahooContact;
diff --git a/kopete/protocols/yahoo/yahoochatsession.h b/kopete/protocols/yahoo/yahoochatsession.h
index 57fc970f..43ab7288 100644
--- a/kopete/protocols/yahoo/yahoochatsession.h
+++ b/kopete/protocols/yahoo/yahoochatsession.h
@@ -21,7 +21,7 @@
class KActionCollection;
class YahooContact;
class KActionMenu;
-class QLabel;
+class TQLabel;
/**
diff --git a/kopete/protocols/yahoo/yahoowebcam.h b/kopete/protocols/yahoo/yahoowebcam.h
index 065ccb61..cd4cfd21 100644
--- a/kopete/protocols/yahoo/yahoowebcam.h
+++ b/kopete/protocols/yahoo/yahoowebcam.h
@@ -21,8 +21,8 @@
class YahooAccount;
class YahooWebcamDialog;
-class QTimer;
-class QImage;
+class TQTimer;
+class TQImage;
class KTempFile;
namespace Kopete {