summaryrefslogtreecommitdiffstats
path: root/kicker/libkicker/appletinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/libkicker/appletinfo.cpp')
-rw-r--r--kicker/libkicker/appletinfo.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kicker/libkicker/appletinfo.cpp b/kicker/libkicker/appletinfo.cpp
index 4a851df55..0e8b70994 100644
--- a/kicker/libkicker/appletinfo.cpp
+++ b/kicker/libkicker/appletinfo.cpp
@@ -22,7 +22,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
******************************************************************/
#include <tqfileinfo.h>
-#include <kdesktopfile.h>
+#include <tdedesktopfile.h>
#include <tdeapplication.h>
#include "appletinfo.h"
@@ -53,7 +53,7 @@ AppletInfo::AppletInfo( const TQString& deskFile, const TQString& configFile, co
break;
}
- KDesktopFile df(m_desktopFile, true, resource);
+ TDEDesktopFile df(m_desktopFile, true, resource);
// set the appletssimple attributes
setName(df.readName());
@@ -81,7 +81,7 @@ AppletInfo::AppletInfo( const TQString& deskFile, const TQString& configFile, co
else
{
m_configFile.append("_")
- .append(kapp->randomString(20).lower())
+ .append(tdeApp->randomString(20).lower())
.append("_rc");
}
}