Rename KStandard for enhanced compatibility with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 1b0a2644e6
commit a193fcd80d

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

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

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

Loading…
Cancel
Save