]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/qt4.hpp
(p?)gettext -> vlc_\1gettext
[vlc] / modules / gui / qt4 / qt4.hpp
index 3510084bbb63317887b7d71984a66366fc706764..b764a9c4f3ef4afd2b548e1c5bb9b9a4e15c31a8 100644 (file)
@@ -86,7 +86,7 @@ struct intf_sys_t
 #define THEMIM MainInputManager::getInstance( p_intf )
 
 #define qfu( i ) QString::fromUtf8( i )
-#define qtr( i ) QString::fromUtf8( gettext(i) )
+#define qtr( i ) QString::fromUtf8( vlc_gettext(i) )
 #define qtu( i ) ((i).toUtf8().constData())
 
 #define CONNECT( a, b, c, d ) connect( a, SIGNAL( b ), c, SLOT(d) )