diff options
Diffstat (limited to 'kmail/isubject.h')
-rw-r--r-- | kmail/isubject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/isubject.h b/kmail/isubject.h index eeb03bb41..93a84a29b 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 |