summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-13 19:43:03 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-13 19:43:03 +0900
commitcafa1692e9cb70e9ae74b8ee2ecbfd02ff5206ef (patch)
treed6b038ec3f966999525c3174b4d175f1b3f70369
parent24485ab94bfe732a8f9e5ff7eb796306161c2763 (diff)
downloadkonversation-cafa1692e9cb70e9ae74b8ee2ecbfd02ff5206ef.tar.gz
konversation-cafa1692e9cb70e9ae74b8ee2ecbfd02ff5206ef.zip
Use TDEDesktopFile
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--konversation/src/theme_preferences.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/konversation/src/theme_preferences.cpp b/konversation/src/theme_preferences.cpp
index abb93a4..9d491ed 100644
--- a/konversation/src/theme_preferences.cpp
+++ b/konversation/src/theme_preferences.cpp
@@ -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();