summaryrefslogtreecommitdiffstats
path: root/tools/designer/examples/opengl/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/examples/opengl/main.cpp')
-rw-r--r--tools/designer/examples/opengl/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/designer/examples/opengl/main.cpp b/tools/designer/examples/opengl/main.cpp
index 5e9fd117c..81a4b4ef3 100644
--- a/tools/designer/examples/opengl/main.cpp
+++ b/tools/designer/examples/opengl/main.cpp
@@ -202,7 +202,7 @@ public:
OpenGLWidgetInterface();
TQRESULT queryInterface( const TQUuid&, TQUnknownInterface ** );
- Q_REFCOUNT;
+ TQ_REFCOUNT;
TQStringList featureList() const;
@@ -266,7 +266,7 @@ TQString OpenGLWidgetInterface::includeFile( const TQString &description ) const
TQString OpenGLWidgetInterface::toolTip( const TQString &description ) const
{
if ( description == "GLWidget" )
- return QT_TR_NOOP("OpenGL Widget");
+ return TQT_TR_NOOP("OpenGL Widget");
return TQString::null;
}