Fixed missing include file guard.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 95834e2bdc)
r14.0.x
Michele Calgaro 3 years ago
parent b5f478f0c4
commit 5363fe3c36
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -21,8 +21,8 @@ DESCRIPTION
*/
//#ifndef PPTSLIDE_H
//#define PPTSLIDE_H
#ifndef PPTSLIDE_H
#define PPTSLIDE_H
#include <kdebug.h>
#include <tqstring.h>
@ -90,4 +90,4 @@ private:
};
//#endif
#endif

Loading…
Cancel
Save