diff options
Diffstat (limited to 'korganizer/kowindowlist.h')
-rw-r--r-- | korganizer/kowindowlist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/kowindowlist.h b/korganizer/kowindowlist.h index b8fc3190f..97ce2d1f2 100644 --- a/korganizer/kowindowlist.h +++ b/korganizer/kowindowlist.h @@ -24,7 +24,7 @@ #ifndef KOWINDOWLIST_H #define KOWINDOWLIST_H -#include <qobject.h> +#include <tqobject.h> namespace KOrg { class MainWindow; @@ -78,7 +78,7 @@ class KOWindowList : public QObject void removeWindow( KOrg::MainWindow * ); private: - QPtrList<KOrg::MainWindow> mWindowList; // list of all existing KOrganizer instances + TQPtrList<KOrg::MainWindow> mWindowList; // list of all existing KOrganizer instances KOrg::MainWindow *mDefaultWindow; }; |