From 9602e59e3baf01465f4b4139715f2196bb01e012 Mon Sep 17 00:00:00 2001 From: zecke Date: Wed, 07 May 2003 14:45:49 +0000 Subject: Add d ptr add comments and FIXMEs three new signals for otodoaccess --- (limited to 'libopie/owait.h') diff --git a/libopie/owait.h b/libopie/owait.h index 6217e31..cbfc8d6 100644 --- a/libopie/owait.h +++ b/libopie/owait.h @@ -39,6 +39,7 @@ class OWait : public QDialog { Q_OBJECT public: + // FIXME Wflags -zecke? OWait(QWidget *parent=0,const char* name=0, bool dispIcon=TRUE); ~OWait(); @@ -69,6 +70,8 @@ public: QTimer *m_waitTimer; int m_timerLength; int m_aniSize; + class Private; + Private *d; }; #endif -- cgit v0.9.0.2