summaryrefslogtreecommitdiffstats
path: root/libkdepim/infoextension.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkdepim/infoextension.h')
-rw-r--r--libkdepim/infoextension.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libkdepim/infoextension.h b/libkdepim/infoextension.h
index a231edb5..752ad991 100644
--- a/libkdepim/infoextension.h
+++ b/libkdepim/infoextension.h
@@ -22,7 +22,7 @@
#ifndef INFOEXTENSION_H
#define INFOEXTENSION_H
-#include <qobject.h>
+#include <tqobject.h>
#include <kdepimmacros.h>
class QWidget;
@@ -54,8 +54,8 @@ namespace KParts
InfoExtensionPrivate *d;
signals:
- void textChanged( const QString& );
- void iconChanged( const QPixmap& );
+ void textChanged( const TQString& );
+ void iconChanged( const TQPixmap& );
};
}
#endif // INFOEXTENSION_H