summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/networksettings2/resources.cpp
Unidiff
Diffstat (limited to 'noncore/settings/networksettings2/networksettings2/resources.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/networksettings2/resources.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/noncore/settings/networksettings2/networksettings2/resources.cpp b/noncore/settings/networksettings2/networksettings2/resources.cpp
index ff6e457..15e1b64 100644
--- a/noncore/settings/networksettings2/networksettings2/resources.cpp
+++ b/noncore/settings/networksettings2/networksettings2/resources.cpp
@@ -3,4 +3,5 @@
3#include <qpe/qpeapplication.h> 3#include <qpe/qpeapplication.h>
4#include <qdir.h> 4#include <qdir.h>
5#include <opie2/odebug.h>
5#include <qtopia/resource.h> 6#include <qtopia/resource.h>
6 7
@@ -133,7 +134,4 @@ bool TheNSResources::loadNetNode(
133 void * res = lib->resolve(resolveString); 134 void * res = lib->resolve(resolveString);
134 if( ! res ){ 135 if( ! res ){
135#ifdef DEBUG
136 qDebug("loadNetNode: Warning: %s is not a plugin", pluginFileName.latin1());
137#endif
138 delete lib; 136 delete lib;
139 return 0; 137 return 0;
@@ -147,7 +145,4 @@ bool TheNSResources::loadNetNode(
147 getNetNodeList( PNN ); 145 getNetNodeList( PNN );
148 if( PNN.isEmpty() ) { 146 if( PNN.isEmpty() ) {
149#ifdef DEBUG
150 qDebug("loadNetNode: Couldn't get node list, but did load library!");
151#endif
152 delete lib; 147 delete lib;
153 return 0; 148 return 0;