summaryrefslogtreecommitdiffstats
path: root/kmail/isubject.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/isubject.h')
-rw-r--r--kmail/isubject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/isubject.h b/kmail/isubject.h
index eeb03bb4..93a84a29 100644
--- a/kmail/isubject.h
+++ b/kmail/isubject.h
@@ -33,7 +33,7 @@
#include "interfaces/observable.h"
-#include <qvaluevector.h>
+#include <tqvaluevector.h>
namespace KMail {
@@ -55,7 +55,7 @@ namespace KMail {
void notify();
private:
- QValueVector<Interface::Observer*> mObserverList;
+ TQValueVector<Interface::Observer*> mObserverList;
};
} // namespace KMail