Fixed missing include file guard.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/13/head
Michele Calgaro 4 years ago
parent dd4a9b2511
commit 95834e2bdc
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

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

Loading…
Cancel
Save