From a08aff328d4393031d5ba7d622c2b05705a89d73 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Wed, 04 Jul 2007 11:23:42 +0000 Subject: initial public commit of qt4 port --- (limited to 'microkde/kio/kio/kdirwatch_p.h') diff --git a/microkde/kio/kio/kdirwatch_p.h b/microkde/kio/kio/kdirwatch_p.h index 0ab482f..be74f2a 100644 --- a/microkde/kio/kio/kdirwatch_p.h +++ b/microkde/kio/kio/kdirwatch_p.h @@ -18,7 +18,7 @@ $Id$ #include #endif -#include +#include #include @@ -58,9 +58,9 @@ public: entryMode m_mode; bool isDir; // instances interested in events - QPtrList m_clients; + Q3PtrList m_clients; // nonexistent entries of this directory - QPtrList m_entries; + Q3PtrList m_entries; QString path; int msecLeft, freq; @@ -124,7 +124,7 @@ private: bool useStat(Entry*); bool delayRemove; - QPtrList removeList; + Q3PtrList removeList; #ifdef HAVE_FAM QSocketNotifier *sn; @@ -141,7 +141,7 @@ private: int mPipe[2]; QTimer mTimer; QSocketNotifier *mSn; - QIntDict fd_Entry; + Q3IntDict fd_Entry; static void dnotify_handler(int, siginfo_t *si, void *); static void dnotify_sigio_handler(int, siginfo_t *si, void *); -- cgit v0.9.0.2