From 77ead0ba5f91ad6fd04fca1ab1e2b6847bf88136 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 7 Aug 2010 19:25:16 +0000 Subject: Yet more Qt4 API extensions... git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1160323 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- qtinterface/tqt4/Qt/qapplication.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qtinterface/tqt4/Qt/qapplication.h') diff --git a/qtinterface/tqt4/Qt/qapplication.h b/qtinterface/tqt4/Qt/qapplication.h index a9c22bb..d436c2d 100644 --- a/qtinterface/tqt4/Qt/qapplication.h +++ b/qtinterface/tqt4/Qt/qapplication.h @@ -118,6 +118,9 @@ class Q_GUI_EXPORT QApplication : public QCoreApplication public: enum Type { Tty, GuiClient, GuiServer }; + void installTranslator( QTranslator * ); + void removeTranslator( QTranslator * ); + #ifdef Q_WS_S60 typedef CApaApplication * (*QS60MainApplicationFactory)(); #endif -- cgit v1.2.3