summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/yahoo/libkyahoo/yabentry.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/yahoo/libkyahoo/yabentry.h')
-rw-r--r--kopete/protocols/yahoo/libkyahoo/yabentry.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kopete/protocols/yahoo/libkyahoo/yabentry.h b/kopete/protocols/yahoo/libkyahoo/yabentry.h
index da042032..35620911 100644
--- a/kopete/protocols/yahoo/libkyahoo/yabentry.h
+++ b/kopete/protocols/yahoo/libkyahoo/yabentry.h
@@ -17,8 +17,8 @@
#define YABEntry_H
#include <kdebug.h>
-#include <qdatetime.h>
-#include <qdom.h>
+#include <tqdatetime.h>
+#include <tqdom.h>
struct YABEntry
{
@@ -81,9 +81,9 @@ struct YABEntry
QString additional4;
- void fromQDomElement( const QDomElement &e );
- void fromQDomDocument( const QDomDocument &e );
- void fillQDomElement( QDomElement &e ) const;
+ void fromQDomElement( const TQDomElement &e );
+ void fromQDomDocument( const TQDomDocument &e );
+ void fillQDomElement( TQDomElement &e ) const;
void dump() const;
};