diff options
Diffstat (limited to 'kopete/protocols/msn/webcam/msnwebcamdialog.h')
-rw-r--r-- | kopete/protocols/msn/webcam/msnwebcamdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/msn/webcam/msnwebcamdialog.h b/kopete/protocols/msn/webcam/msnwebcamdialog.h index dc10285d..a86050c4 100644 --- a/kopete/protocols/msn/webcam/msnwebcamdialog.h +++ b/kopete/protocols/msn/webcam/msnwebcamdialog.h @@ -21,7 +21,7 @@ #ifndef YAHOOWEBCAMDIALOG_H_ #define YAHOOWEBCAMDIALOG_H_ -//#include <qlabel.h> +//#include <tqlabel.h> #include <webcamwidget.h> #include <kdialogbase.h> @@ -36,11 +36,11 @@ class KOPETE_EXPORT MSNWebcamDialog : public KDialogBase { Q_OBJECT public: - MSNWebcamDialog( const QString& contact, QWidget* parent = 0, const char* name = 0 ); + MSNWebcamDialog( const TQString& contact, TQWidget* parent = 0, const char* name = 0 ); ~MSNWebcamDialog(); public slots: - void newImage( const QPixmap& image ); + void newImage( const TQPixmap& image ); void webcamClosed( int ); signals: |