fix EBN errors: header rearrangements, guards

svn path=/trunk/KDE/kdebase/apps/; revision=783227
This commit is contained in:
Claudio Bantaloukas 2008-03-07 14:20:44 +00:00
parent 5c39974eb2
commit 97ec37e01f
2 changed files with 7 additions and 3 deletions

View file

@ -18,8 +18,11 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#include <stdio.h>
#include "testnsplugin.h"
#include "../nspluginloader.h"
#include <stdio.h>
#include <kactioncollection.h>
//Added by qt3to4:
@ -29,8 +32,6 @@
#include <kstandardaction.h>
#include <kaction.h>
#include "testnsplugin.h"
#include "../nspluginloader.h"
TestNSPlugin::TestNSPlugin()

View file

@ -17,6 +17,8 @@
*/
#ifndef VIEWER_RESOLVE_H
#define VIEWER_RESOLVE_H
#define RESOLVE_RETVAL(fname,error) \
kDebug() << "NSPluginInstance::"; \
@ -43,4 +45,5 @@
kDebug() << "results in " << error; \
return error;
#endif /* VIEWER_RESOLVE_H */