include protection for compilation

svn path=/trunk/kdegraphics/kdvi/; revision=123896
This commit is contained in:
Dirk Mueller 2001-11-23 22:29:11 +00:00
parent 519dd096bd
commit f7a14cda3f
2 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,6 @@
#ifndef history_h
#define history_h
// history.h
//
// (C) 2001 Stefan Kebekus
@ -11,7 +14,7 @@
class historyItem
{
public:
public:
Q_UINT32 page;
Q_UINT32 ypos;
};
@ -47,6 +50,8 @@ class history : public QObject
// be 0.
Q_INT16 currentItem;
// Numer of items in use.
// Numer of items in use.
Q_INT16 numItems;
};
#endif

View file

@ -1,3 +1,6 @@
#ifndef selection_h
#define selection_h
// selection.h
//
// (C) 2001 Stefan Kebekus
@ -22,3 +25,5 @@ public:
QString selectedText;
KAction * act;
};
#endif