summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/core/opimstate.h
Unidiff
Diffstat (limited to 'libopie2/opiepim/core/opimstate.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/opiepim/core/opimstate.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/libopie2/opiepim/core/opimstate.h b/libopie2/opiepim/core/opimstate.h
index 78e8cd0..8336b3e 100644
--- a/libopie2/opiepim/core/opimstate.h
+++ b/libopie2/opiepim/core/opimstate.h
@@ -27,7 +27,8 @@
27 Boston, MA 02111-1307, USA. 27 Boston, MA 02111-1307, USA.
28*/ 28*/
29#ifndef OPIE_PIM_STATE_H 29#ifndef OPIMSTATE_H
30#define OPIE_PIM_STATE_H 30#define OPIMSTATE_H
31 31
32/* QT */
32#include <qstring.h> 33#include <qstring.h>
33 34
@@ -45,4 +46,5 @@ namespace Opie {
45 */ 46 */
46class OPimState { 47class OPimState {
48
47public: 49public:
48 enum State { 50 enum State {
@@ -61,4 +63,5 @@ public:
61 void setState( int state); 63 void setState( int state);
62 int state()const; 64 int state()const;
65
63private: 66private:
64 void deref(); 67 void deref();