From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- korganizer/kowindowlist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'korganizer/kowindowlist.h') 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 +#include namespace KOrg { class MainWindow; @@ -78,7 +78,7 @@ class KOWindowList : public QObject void removeWindow( KOrg::MainWindow * ); private: - QPtrList mWindowList; // list of all existing KOrganizer instances + TQPtrList mWindowList; // list of all existing KOrganizer instances KOrg::MainWindow *mDefaultWindow; }; -- cgit v1.2.1