diff options
Diffstat (limited to 'kview/photobook')
-rw-r--r-- | kview/photobook/photobook.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kview/photobook/photobook.cpp b/kview/photobook/photobook.cpp index 55903d3c..bde4e8a8 100644 --- a/kview/photobook/photobook.cpp +++ b/kview/photobook/photobook.cpp @@ -172,7 +172,7 @@ PhotoBook::PhotoBook(TQWidget *parent, PhotoBookPart *part, const char *name) // is this the correct way to get the supported mimetypes? if (mViewer) { - KSimpleConfig e(locate("services", service->desktopEntryPath())); + TDESimpleConfig e(locate("services", service->desktopEntryPath())); e.setGroup("Desktop Entry"); mimetypes = TQStringList::split(';', e.readEntry("MimeType")); break; |