diff options
-rw-r--r-- | src/dmctl.cpp | 2 | ||||
-rw-r--r-- | src/menuhandler.cpp | 8 | ||||
-rw-r--r-- | src/tastymenu.cpp | 2 | ||||
-rw-r--r-- | src/tastymenu.h | 2 | ||||
-rw-r--r-- | translations/desktop_files/it.po | 28 | ||||
-rw-r--r-- | translations/desktop_files/ka.po | 13 |
6 files changed, 43 insertions, 12 deletions
diff --git a/src/dmctl.cpp b/src/dmctl.cpp index 29c6c8c..86906ec 100644 --- a/src/dmctl.cpp +++ b/src/dmctl.cpp @@ -385,7 +385,7 @@ void DM::lockSwitchVT( int vt ) { if (switchVT( vt )) - kapp->dcopClient()->send( "kdesktop", "KScreensaverIface", "lock()", "" ); + tdeApp->dcopClient()->send( "kdesktop", "KScreensaverIface", "lock()", "" ); } void diff --git a/src/menuhandler.cpp b/src/menuhandler.cpp index 43f6e89..4c7e965 100644 --- a/src/menuhandler.cpp +++ b/src/menuhandler.cpp @@ -23,7 +23,7 @@ #include <tdelocale.h> #include <tdemessagebox.h> #include <kuser.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kmimetype.h> #include <tqfocusdata.h> #include <tqstyle.h> @@ -1490,9 +1490,9 @@ void MenuHandler::slotPopulateSessions() sessionsMenu->insertItem( i18n("Save current session"), 101 ); } - if (kapp->authorize("start_new_session") && (p = dm.numReserve()) >= 0) + if (tdeApp->authorize("start_new_session") && (p = dm.numReserve()) >= 0) { - if( kapp->authorize("lock_screen") ) + if( tdeApp->authorize("lock_screen") ) sessionsMenu->insertItem( i18n("Lock session and start a new one"), 102 ); sessionsMenu->insertItem(SmallIconSet("fork"), i18n("Start New Session"), 103 ); if (!p) { @@ -1546,7 +1546,7 @@ void MenuHandler::slotSessionActivated( int ent ) void MenuHandler::doNewSession( bool lock ) { int result = KMessageBox::warningContinueCancel( - kapp->desktop()->screen(kapp->desktop()->screenNumber(menu)), + tdeApp->desktop()->screen(tdeApp->desktop()->screenNumber(menu)), i18n("<p>You have chosen to open another desktop session.<br>" "The current session will be hidden " "and a new login screen will be displayed.<br>" diff --git a/src/tastymenu.cpp b/src/tastymenu.cpp index 8183d5d..1ddb231 100644 --- a/src/tastymenu.cpp +++ b/src/tastymenu.cpp @@ -31,7 +31,7 @@ #include <tdepopupmenu.h> #include <kkeydialog.h> #include <kuser.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kdebug.h> #include <tqstyle.h> diff --git a/src/tastymenu.h b/src/tastymenu.h index 96931c0..dbb4cc4 100644 --- a/src/tastymenu.h +++ b/src/tastymenu.h @@ -33,7 +33,7 @@ #include <tdeconfig.h> #include <tqpopupmenu.h> #include <tdeconfigskeleton.h> -#include <kglobalaccel.h> +#include <tdeglobalaccel.h> #include <tqpainter.h> #include "menuhandler.h" diff --git a/translations/desktop_files/it.po b/translations/desktop_files/it.po new file mode 100644 index 0000000..7070701 --- /dev/null +++ b/translations/desktop_files/it.po @@ -0,0 +1,28 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# Michele Calgaro <[email protected]>, 2025. +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-08-29 12:20+0200\n" +"PO-Revision-Date: 2025-03-03 06:44+0000\n" +"Last-Translator: Michele Calgaro <[email protected]>\n" +"Language-Team: Italian <https://mirror.git.trinitydesktop.org/weblate/" +"projects/applications/tastymenu-desktop-files/it/>\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.17\n" + +#. Name +#: tastymenu.desktop:2 +msgid "Tasty Menu" +msgstr "Menu Tasty" + +#. Comment +#: tastymenu.desktop:4 +msgid "A TMenu replacement" +msgstr "Un sostituto per il menu di TDE" diff --git a/translations/desktop_files/ka.po b/translations/desktop_files/ka.po index 50939bd..79d10ca 100644 --- a/translations/desktop_files/ka.po +++ b/translations/desktop_files/ka.po @@ -6,20 +6,23 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-08-29 12:20+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2024-11-03 20:11+0000\n" +"Last-Translator: Temuri Doghonadze <[email protected]>\n" +"Language-Team: Georgian <https://mirror.git.trinitydesktop.org/weblate/" +"projects/applications/tastymenu-desktop-files/ka/>\n" "Language: ka\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.17\n" #. Name #: tastymenu.desktop:2 msgid "Tasty Menu" -msgstr "" +msgstr "Tasty Menu" #. Comment #: tastymenu.desktop:4 msgid "A TMenu replacement" -msgstr "" +msgstr "TMenu-ის ჩამნაცვლებელი" |