From 01c60a267846a8712bca34218ecf7da57566c049 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:26:45 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- tdeioslave/system/kdedmodule/systemdirnotify.cpp | 2 +- tdeioslave/system/systemimpl.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeioslave/system') diff --git a/tdeioslave/system/kdedmodule/systemdirnotify.cpp b/tdeioslave/system/kdedmodule/systemdirnotify.cpp index 3a6f029e6..bd27af597 100644 --- a/tdeioslave/system/kdedmodule/systemdirnotify.cpp +++ b/tdeioslave/system/kdedmodule/systemdirnotify.cpp @@ -42,7 +42,7 @@ void SystemDirNotify::init() return; mInited = true; TDEGlobal::dirs()->addResourceType("system_entries", - KStandardDirs::kde_default("data") + "systemview"); + TDEStandardDirs::kde_default("data") + "systemview"); TQStringList names_found; TQStringList dirList = TDEGlobal::dirs()->resourceDirs("system_entries"); diff --git a/tdeioslave/system/systemimpl.cpp b/tdeioslave/system/systemimpl.cpp index 12732767c..84f7c9866 100644 --- a/tdeioslave/system/systemimpl.cpp +++ b/tdeioslave/system/systemimpl.cpp @@ -34,7 +34,7 @@ SystemImpl::SystemImpl() : TQObject() { TDEGlobal::dirs()->addResourceType("system_entries", - KStandardDirs::kde_default("data") + "systemview"); + TDEStandardDirs::kde_default("data") + "systemview"); } bool SystemImpl::listRoot(TQValueList &list) -- cgit v1.2.3