[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:21:20 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=a2ec9ee

The following commit has been merged in the master branch:
commit a2ec9ee1e9828ac7cf0b345a444cc7da1c037967
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Tue Feb 28 21:38:25 2012 +0100

    Use kWarning instead of qWarning
---
 lib/adium-theme-view.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/adium-theme-view.cpp b/lib/adium-theme-view.cpp
index d5be307..1ff9452 100644
--- a/lib/adium-theme-view.cpp
+++ b/lib/adium-theme-view.cpp
@@ -330,7 +330,7 @@ void AdiumThemeView::addContentMessage(const AdiumThemeContentInfo &contentMessa
         }
         break;
     default:
-        qWarning() << "Unexpected message type to addContentMessage";
+        kWarning() << "Unexpected message type to addContentMessage";
     }
 
     replaceContentKeywords(styleHtml, contentMessage);

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list