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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker/libkicker/appletinfo.cpp b/kicker/libkicker/appletinfo.cpp
index 73a13749f..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());