Salome HOME
no message
[modules/gui.git] / src / CAF / CAF_Tools.h
1 //  File   : CAF_Tools.h
2 //  Author : UI team
3
4 #ifndef CAF_TOOLS_H
5 #define CAF_TOOLS_H
6
7 #include <CAF.h>
8
9 #include <SUIT_Tools.h>
10
11 #include <TCollection_ExtendedString.hxx>
12
13 class CAF_EXPORT CAF_Tools : public SUIT_Tools
14 {
15 public:
16   static QString                    toQString( const TCollection_ExtendedString& );
17   static TCollection_ExtendedString toExtString( const QString& );
18 };
19
20 #endif