... | 🕐 --:--
-- -- --
عاجل
⚡ عاجل: كريستيانو رونالدو يُتوّج كأفضل لاعب كرة قدم في العالم ⚡ أخبار عاجلة تتابعونها لحظة بلحظة على خبر ⚡ تابعوا آخر المستجدات والأحداث من حول العالم
⌘K
AI مباشر
29325 مقال 231 مصدر نشط 38 قناة مباشرة 7245 خبر اليوم
آخر تحديث: منذ 0 ثانية

In meeting with MQM-P delegation, PM Shehbaz lauds services of ex-Sindh governor Kamran Tessori

العالم
Dawn
2026/03/26 - 18:39 501 مشاهدة

Prime Minister Shehbaz Sharif met a delegation of the Muttahida Qaumi Movement-Pakistan (MQM-P) in Karachi on Thursday and commended the services of former Sindh governor Kamran Tessori, who has been replaced by PML-N’s Nehal Hashmi, a statement issued by the PM’s Office (PMO) said.

Noth Tessori and Hashmi were also present in the meeting.

During the meeting, views were also exchanged on the country’s political situation, the statement said, adding that the PM informed the delegation about Pakistan’s diplomatic efforts and initiatives for establishing peace in the region.

The meeting also discussed matters related to the situation in Sindh, including Karachi, and development projects, the statement said.

According to the statement, the MQM-P delegation was led by party Convener Khalid Maqbool Siddiqui and included Tessori, Health Minister Mustafa Kamal, Farooq Sattar and others.

Deputy Prime Minister and Foreign Minister Ishaq Dar, Federal Ministers Azam Nazeer Tarar, Ahsan Iqbal, Attaullah Tarar, Minister of State Khaleel Das, Adviser to the Prime Minister om Political Affairs Rana Sanaullah and Hashmi also attended the meeting, the statement said.

The meetings takes place around two weeks after MQM-P’s Tessori was replaced by PML-N Nehal Hashmi as the Sindh governor, with President Asif Ali Zardari approving his appointment to the post on the PM’s recommendation on March 12.

While he was the governor, Tessori survived open opposition from the PPP, which is also an ally of the ruling PML-N and had previously publicly demanded Tessori’s removal.

Matters had been heated between the PPP and MQM-P since the Gul Plaza incident, with Siddiqui and his party demanding that Karachi be made part of the federal territory.

The surprise move to appoint Hashmi in Tessori’s place had drawn a strong reaction from the MQM-P — which is also an ally of the PML-N — that complained it had not been taken on board before the decision to remove its nominee from office, calling it a “grave mistake” by the government and vowing to soon decide its future course of action.

However, on March 14, President Zardari met with Interior Minister Mohsin Naqvi and MQM-P Convener Khalid Maqbool Siddiqui in Karachi, where they discussed the importance of political harmony.

It was the first formal contact between the two parties after the removal of Tessori as Sindh governor.

A statement issued by Presidency said the “importance of national unity, political harmony and continued democracy” was discussed during the meeting.

“The president stressed unity and stronger efforts for peace and rule of law,” the statement said.

Tessori’s was appointed as the governor as part of a deal for the formation of a coalition government in the Centre, with the PML-N agreeing to appoint PPP leaders as governors of Punjab and Khyber Pakhtunkhwa. In return, PPP had agreed to the PML-N’s right to appoint its nominees in Sindh and Balochistan as governors. Therefore, Tessori’s removal indicated a bolstering of the ties between the PPP and the PML-N.

مشاركة:
\n

مقالات ذات صلة

// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 56928; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 56928; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
AI
يا هلا! اسألني أي شي 🎤