diff options
Diffstat (limited to 'ksayit/src/contextmenuhandler.cpp')
-rw-r--r-- | ksayit/src/contextmenuhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksayit/src/contextmenuhandler.cpp b/ksayit/src/contextmenuhandler.cpp index e6605f9..5a83404 100644 --- a/ksayit/src/contextmenuhandler.cpp +++ b/ksayit/src/contextmenuhandler.cpp @@ -123,7 +123,7 @@ ContextMenuHandler::ContextMenuHandler(TQObject *parent, const char *name) m_popupmenu = NULL; m_item = NULL; initActions(); - m_XmlFilePath = KGlobal::dirs()->findResource("data", "ksayit/ContextMenus.xml"); + m_XmlFilePath = TDEGlobal::dirs()->findResource("data", "ksayit/ContextMenus.xml"); } |