|
|
@ -52,7 +52,7 @@ TQObject *parent, const char *name )
|
|
|
|
: TQObject( parent, name ), m_hosts( hosts )
|
|
|
|
: TQObject( parent, name ), m_hosts( hosts )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
// First we need the directory.
|
|
|
|
// First we need the directory.
|
|
|
|
KStandardDirs *stddir = new KStandardDirs();
|
|
|
|
TDEStandardDirs *stddir = new TDEStandardDirs();
|
|
|
|
TQString dir = locateLocal( "data", "smb4k", TDEGlobal::instance() );
|
|
|
|
TQString dir = locateLocal( "data", "smb4k", TDEGlobal::instance() );
|
|
|
|
|
|
|
|
|
|
|
|
if ( !stddir->exists( dir ) )
|
|
|
|
if ( !stddir->exists( dir ) )
|
|
|
|