summaryrefslogtreecommitdiffstats
path: root/src/appimpl.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-08 20:01:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-08 20:01:57 +0900
commit7d244de21521e47bafce032bbf2d84a13d60ab9e (patch)
tree1b72a13ec863c62ad6dcc96d8d23e0cb918aba83 /src/appimpl.h
parentffa531ae90fd6fcbed0f39c764b4eb557d543866 (diff)
downloadtdeio-appinfo-7d244de21521e47bafce032bbf2d84a13d60ab9e.tar.gz
tdeio-appinfo-7d244de21521e47bafce032bbf2d84a13d60ab9e.zip
Added XDG config folder.
Fixed up folder/file lookup for TDE config. Removed unused code. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/appimpl.h')
-rw-r--r--src/appimpl.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/appimpl.h b/src/appimpl.h
index f5dadcd..8402e15 100644
--- a/src/appimpl.h
+++ b/src/appimpl.h
@@ -50,15 +50,11 @@ public:
bool listAppContents(const TQString &name, TQValueList<TDEIO::UDSEntry> &list);
bool parseURL(const KURL &url, TQString &name, TQString &path) const;
- bool realURL(const TQString &name, const TQString &path, KURL &url) const;
int lastErrorCode() const { return m_lastErrorCode; }
TQString lastErrorMessage() const { return m_lastErrorMessage; }
private slots:
- KURL findBaseURL(const TQString &filename) const;
- void slotEntries(TDEIO::Job *job, const TDEIO::UDSEntryList &list);
- void slotResult(TDEIO::Job *job);
void createManPageEntry(TQValueList<TDEIO::UDSEntry> &list, TDEIO::UDSEntry &entry,
const TQString &shortname);
void createExeEntry(TQValueList<TDEIO::UDSEntry> &list, TDEIO::UDSEntry &entry,
@@ -75,6 +71,8 @@ private slots:
const TQString &shortname);
void createTmpDirEntry(TQValueList<TDEIO::UDSEntry> &list, TDEIO::UDSEntry &entry,
const TQString &shortname);
+ void createXDGDirEntry(TQValueList<TDEIO::UDSEntry> &list, TDEIO::UDSEntry &entry,
+ const TQString &shortname);
TQStringList getAppAddress(const TQString &name);
TQStringList getFullLocation(const TQStringList &dirList, const TQString &name,