Use TDEDesktopFile

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/27/head
Michele Calgaro 6 months ago
parent 24485ab94b
commit cafa1692e9
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -39,7 +39,7 @@
#include <tdeio/netaccess.h>
#include <tdefiledialog.h>
#include <ktar.h>
#include <kdesktopfile.h>
#include <tdedesktopfile.h>
#include <tdeconfigdialog.h>
#include <unistd.h> // unlink()
@ -87,7 +87,7 @@ void Theme_Config::loadSettings()
// iterate through all found theme directories
for(TQStringList::ConstIterator it = m_dirs.begin(); it != m_dirs.end(); ++it)
{
KDesktopFile themeRC(*it);
TDEDesktopFile themeRC(*it);
// get the name and comment from the theme
themeName = themeRC.readName();
themeComment = themeRC.readComment();

Loading…
Cancel
Save