From 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 2 Jun 2024 23:07:22 +0900 Subject: Rename ntqwidget* related files to equivalent tqwidget* Signed-off-by: Michele Calgaro --- examples/aclock/aclock.h | 2 +- examples/addressbook/centralwidget.cpp | 2 +- examples/addressbook/centralwidget.h | 2 +- examples/biff/biff.h | 2 +- examples/buttongroups/buttongroups.h | 2 +- examples/checklists/checklists.h | 2 +- examples/demo/display.h | 2 +- examples/demo/frame.cpp | 2 +- examples/demo/graph.h | 2 +- examples/demo/i18n/i18n.cpp | 2 +- examples/demo/main.cpp | 2 +- examples/demo/qasteroids/view.h | 2 +- examples/demo/textdrawing/example.html | 32 +++++++++++++------------- examples/drawdemo/drawdemo.cpp | 2 +- examples/drawlines/connect.cpp | 2 +- examples/fonts/simple-qfont-demo/viewer.h | 2 +- examples/forever/forever.h | 2 +- examples/hello/hello.h | 2 +- examples/life/lifedlg.h | 2 +- examples/listbox/listbox.h | 2 +- examples/menu/menu.h | 2 +- examples/network/mail/composer.h | 2 +- examples/opengl/box/globjwin.h | 2 +- examples/opengl/glpixmap/globjwin.h | 2 +- examples/opengl/overlay/globjwin.h | 2 +- examples/opengl/overlay_x11/rubberbandwidget.h | 2 +- examples/opengl/sharedbox/globjwin.h | 2 +- examples/opengl/texture/globjwin.h | 2 +- examples/picture/picture.cpp | 2 +- examples/qdir/ntqdir.h | 2 +- examples/qwerty/qwerty.h | 2 +- examples/rot13/rot13.h | 2 +- examples/scribble/scribble.h | 2 +- examples/showimg/showimg.h | 2 +- examples/tablet/canvas.h | 2 +- examples/tablet/scribble.h | 2 +- examples/tablet/tabletstats.h | 2 +- examples/tetrix/qdragapp.cpp | 2 +- examples/themes/metal.cpp | 4 ++-- examples/themes/wood.cpp | 4 ++-- examples/thread/prodcons/prodcons.cpp | 2 +- examples/thread/semaphores/main.cpp | 2 +- examples/tooltip/tooltip.h | 2 +- examples/tux/tux.cpp | 2 +- examples/widgets/widgets.cpp | 2 +- examples/wizard/wizard.cpp | 2 +- examples/xform/xform.cpp | 2 +- 47 files changed, 64 insertions(+), 64 deletions(-) (limited to 'examples') diff --git a/examples/aclock/aclock.h b/examples/aclock/aclock.h index f786363a1..7099682d5 100644 --- a/examples/aclock/aclock.h +++ b/examples/aclock/aclock.h @@ -10,7 +10,7 @@ #ifndef ACLOCK_H #define ACLOCK_H -#include +#include #include class TQTimer; diff --git a/examples/addressbook/centralwidget.cpp b/examples/addressbook/centralwidget.cpp index 82a2c81ae..5b504850c 100644 --- a/examples/addressbook/centralwidget.cpp +++ b/examples/addressbook/centralwidget.cpp @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/addressbook/centralwidget.h b/examples/addressbook/centralwidget.h index 7f2018c66..5449d3ce5 100644 --- a/examples/addressbook/centralwidget.h +++ b/examples/addressbook/centralwidget.h @@ -10,7 +10,7 @@ #ifndef AB_CENTRALWIDGET_H #define AB_CENTRALWIDGET_H -#include +#include #include class TQTabWidget; diff --git a/examples/biff/biff.h b/examples/biff/biff.h index ae60b43a3..5135ed15a 100644 --- a/examples/biff/biff.h +++ b/examples/biff/biff.h @@ -10,7 +10,7 @@ #ifndef BIFF_H #define BIFF_H -#include +#include #include #include diff --git a/examples/buttongroups/buttongroups.h b/examples/buttongroups/buttongroups.h index c25415bf9..f7dd27653 100644 --- a/examples/buttongroups/buttongroups.h +++ b/examples/buttongroups/buttongroups.h @@ -10,7 +10,7 @@ #ifndef BUTTONS_GROUPS_H #define BUTTONS_GROUPS_H -#include +#include class TQCheckBox; class TQRadioButton; diff --git a/examples/checklists/checklists.h b/examples/checklists/checklists.h index d2097dd18..86bbd507e 100644 --- a/examples/checklists/checklists.h +++ b/examples/checklists/checklists.h @@ -10,7 +10,7 @@ #ifndef CHECKLISTS_H #define CHECKLISTS_H -#include +#include class TQListView; class TQLabel; diff --git a/examples/demo/display.h b/examples/demo/display.h index c3241150b..8b4b43b7a 100644 --- a/examples/demo/display.h +++ b/examples/demo/display.h @@ -11,7 +11,7 @@ #define DISPLAY_H #ifndef QT_H -#include +#include #include #endif // QT_H diff --git a/examples/demo/frame.cpp b/examples/demo/frame.cpp index a263b8b1a..1fed9f837 100644 --- a/examples/demo/frame.cpp +++ b/examples/demo/frame.cpp @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/demo/graph.h b/examples/demo/graph.h index 1cb0f5017..541662678 100644 --- a/examples/demo/graph.h +++ b/examples/demo/graph.h @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include +#include class TQStyle; class TQListBox; class TQListBoxItem; diff --git a/examples/demo/i18n/i18n.cpp b/examples/demo/i18n/i18n.cpp index 4458e18bd..533976591 100644 --- a/examples/demo/i18n/i18n.cpp +++ b/examples/demo/i18n/i18n.cpp @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include diff --git a/examples/demo/main.cpp b/examples/demo/main.cpp index f1518c460..6fc5dbe10 100644 --- a/examples/demo/main.cpp +++ b/examples/demo/main.cpp @@ -43,7 +43,7 @@ #include #include #include -#include +#include #if defined(TQT_MODULE_SQL) #include diff --git a/examples/demo/qasteroids/view.h b/examples/demo/qasteroids/view.h index 34ee3d53e..bbc873b31 100644 --- a/examples/demo/qasteroids/view.h +++ b/examples/demo/qasteroids/view.h @@ -7,7 +7,7 @@ #ifndef __AST_VIEW_H__ #define __AST_VIEW_H__ -#include +#include #include #include #include diff --git a/examples/demo/textdrawing/example.html b/examples/demo/textdrawing/example.html index eca9d9210..0a5de383d 100644 --- a/examples/demo/textdrawing/example.html +++ b/examples/demo/textdrawing/example.html @@ -115,18 +115,18 @@ use the setBuddy() function to accomplish the same. customlayout/main.cpp

Member Function Documentation

-

TQLabel::TQLabel ( TQWidget * buddy, const TQString & text, TQWidget * parent, const char * name=0, WFlags f=0 )

+

TQLabel::TQLabel ( TQWidget * buddy, const TQString & text, TQWidget * parent, const char * name=0, WFlags f=0 )

Constructs a label with a text and a buddy.

The text is set with setText(). The buddy is set with setBuddy().

The parent, name and f arguments are passed to the TQFrame constructor.

See also setText(), setBuddy(), setAlignment(), setFrameStyle() and setIndent(). -

TQLabel::TQLabel ( TQWidget * parent, const char * name=0, WFlags f=0 )

+

TQLabel::TQLabel ( TQWidget * parent, const char * name=0, WFlags f=0 )

Constructs an empty label.

The parent, name and f arguments are passed to the TQFrame constructor.

See also setAlignment(), setFrameStyle() and setIndent(). -

TQLabel::TQLabel ( const TQString & text, TQWidget * parent, const char * name=0, WFlags f=0 )

+

TQLabel::TQLabel ( const TQString & text, TQWidget * parent, const char * name=0, WFlags f=0 )

Constructs a label with a text. The text is set with setText().

The parent, name and f arguments are passed to the TQFrame constructor. @@ -142,7 +142,7 @@ constructor. is disabled.

Auto-resizing is disabled by default.

See also setAutoResize(). -

TQWidget * TQLabel::buddy () const

+

TQWidget * TQLabel::buddy () const

Returns the buddy of this label, or 0 if no buddy is currently set.

See also setBuddy().

void TQLabel::clear () [slot]

@@ -153,24 +153,24 @@ is disabled.

void TQLabel::drawContentsMask ( TQPainter * p ) [virtual protected]

Draws the label contents mask using the painter p. Used only in transparent mode. -

See also TQWidget::setAutoMask();. +

See also TQWidget::setAutoMask();.

Reimplemented from TQFrame.

void TQLabel::fontChange ( const TQFont & ) [virtual protected]

Reimplemented for internal reasons; the API is not affected. -

Reimplemented from TQWidget. +

Reimplemented from TQWidget.

bool TQLabel::hasScaledContents () const

Returns whether the label will scale its contents to fill all available space.

See also setScaledContents().

int TQLabel::heightForWidth ( int w ) const [virtual]

Reimplemented for internal reasons; the API is not affected. -

Reimplemented from TQWidget. +

Reimplemented from TQWidget.

int TQLabel::indent () const

Returns the indent of the label.

See also setIndent().

TQSize TQLabel::minimumSizeHint () const [virtual]

Reimplemented for internal reasons; the API is not affected. -

Reimplemented from TQWidget. +

Reimplemented from TQWidget.

TQMovieTQLabel::movie () const

If the label contains a movie, returns a pointer to it. Otherwise, returns 0. @@ -181,7 +181,7 @@ returns 0.

See also setPixmap().

void TQLabel::resizeEvent ( TQResizeEvent * e ) [virtual protected]

Reimplemented for internal reasons; the API is not affected. -

Reimplemented from TQWidget. +

Reimplemented from TQWidget.

void TQLabel::setAlignment ( int alignment ) [virtual]

Sets the alignment of the label contents.

The alignment must be a bitwise OR of TQt::AlignmentFlags @@ -201,7 +201,7 @@ the label has a buddy. customlayout/main.cpp

void TQLabel::setAutoMask ( bool b ) [virtual]

Reimplemented for internal reasons; the API is not affected. -

Reimplemented from TQWidget. +

Reimplemented from TQWidget.

void TQLabel::setAutoResize ( bool enable ) [virtual]

This function is obsolete. It is provided to keep old source working, and will probably be removed in a future version of TQt. We strongly advise against using it in new code.

Enables auto-resizing if enable is TRUE, or disables it if enable is FALSE. @@ -210,8 +210,8 @@ the contents whenever the contents change. The top left corner is not moved. This is useful for TQLabel widgets that are not managed by a TQLayout (e.g. top-level widgets).

Auto-resizing is disabled by default. -

See also autoResize(), adjustSize() and sizeHint(). -

void TQLabel::setBuddy ( TQWidget * buddy ) [virtual]

+

See also autoResize(), adjustSize() and sizeHint(). +

void TQLabel::setBuddy ( TQWidget * buddy ) [virtual]

Sets the buddy of this label to buddy.

When the user presses the accelerator key indicated by this label, the keyboard focus is transferred to the label's buddy widget. @@ -248,10 +248,10 @@ alignment() is AlignBottom. computes the effective indent as follows: If frameWidth() is 0, the effective indent becomes 0. If frameWidth() is greater than 0, the effective indent becomes half the width of the "x" character of the -widget's current font(). +widget's current font().

If indent is non-negative, the effective indent is indent pixels. -

See also indent(), setAlignment(), frameWidth() and font(). +

See also indent(), setAlignment(), frameWidth() and font().

Examples: movies/main.cpp

void TQLabel::setMovie ( const TQMovie & movie ) [virtual slot]

@@ -312,10 +312,10 @@ an explanation of the possible options.

Reimplemented for internal reasons; the API is not affected.

Examples: layout/layout.cpp -

Reimplemented from TQWidget. +

Reimplemented from TQWidget.

TQSizePolicy TQLabel::sizePolicy () const [virtual]

Reimplemented for internal reasons; the API is not affected. -

Reimplemented from TQWidget. +

Reimplemented from TQWidget.

TQString TQLabel::text () const

Returns the label text. If the content is a plain or a rich text, this is the string that was passed to setText(). Otherwise, it is an diff --git a/examples/drawdemo/drawdemo.cpp b/examples/drawdemo/drawdemo.cpp index 5fc1e0f7b..94a2b80e9 100644 --- a/examples/drawdemo/drawdemo.cpp +++ b/examples/drawdemo/drawdemo.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include +#include #include #include #include diff --git a/examples/drawlines/connect.cpp b/examples/drawlines/connect.cpp index 3b7e140cb..b71b43d51 100644 --- a/examples/drawlines/connect.cpp +++ b/examples/drawlines/connect.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include +#include #include #include #include diff --git a/examples/fonts/simple-qfont-demo/viewer.h b/examples/fonts/simple-qfont-demo/viewer.h index e69a3f15a..955ffe72f 100644 --- a/examples/fonts/simple-qfont-demo/viewer.h +++ b/examples/fonts/simple-qfont-demo/viewer.h @@ -3,7 +3,7 @@ #define VIEWER_H -#include +#include #include class TQTextView; diff --git a/examples/forever/forever.h b/examples/forever/forever.h index 0580fa21c..b976103c3 100644 --- a/examples/forever/forever.h +++ b/examples/forever/forever.h @@ -14,7 +14,7 @@ #ifndef FOREVER_H #define FOREVER_H -#include +#include const int numColors = 120; diff --git a/examples/hello/hello.h b/examples/hello/hello.h index 3d17dbf05..806b4c1e7 100644 --- a/examples/hello/hello.h +++ b/examples/hello/hello.h @@ -10,7 +10,7 @@ #ifndef HELLO_H #define HELLO_H -#include +#include class Hello : public TQWidget diff --git a/examples/life/lifedlg.h b/examples/life/lifedlg.h index 38e835260..be50675c1 100644 --- a/examples/life/lifedlg.h +++ b/examples/life/lifedlg.h @@ -11,7 +11,7 @@ #define LIFEDLG_H #include -#include +#include class TQSlider; class TQPushButton; diff --git a/examples/listbox/listbox.h b/examples/listbox/listbox.h index b618e9413..e5fad9abc 100644 --- a/examples/listbox/listbox.h +++ b/examples/listbox/listbox.h @@ -15,7 +15,7 @@ class TQSpinBox; class TQListBox; class TQButtonGroup; -#include +#include class ListBoxDemo: public TQWidget diff --git a/examples/menu/menu.h b/examples/menu/menu.h index 20fdf0a48..0b0aea53d 100644 --- a/examples/menu/menu.h +++ b/examples/menu/menu.h @@ -10,7 +10,7 @@ #ifndef MENU_H #define MENU_H -#include +#include #include #include diff --git a/examples/network/mail/composer.h b/examples/network/mail/composer.h index 0a29dcf7d..9e523a15f 100644 --- a/examples/network/mail/composer.h +++ b/examples/network/mail/composer.h @@ -10,7 +10,7 @@ #ifndef COMPOSER_H #define COMPOSER_H -#include +#include class TQLineEdit; diff --git a/examples/opengl/box/globjwin.h b/examples/opengl/box/globjwin.h index d2385d9cd..fcc8aa3b0 100644 --- a/examples/opengl/box/globjwin.h +++ b/examples/opengl/box/globjwin.h @@ -17,7 +17,7 @@ #ifndef GLOBJWIN_H #define GLOBJWIN_H -#include +#include class GLObjectWindow : public TQWidget diff --git a/examples/opengl/glpixmap/globjwin.h b/examples/opengl/glpixmap/globjwin.h index 574b6b5fe..3d6077f05 100644 --- a/examples/opengl/glpixmap/globjwin.h +++ b/examples/opengl/glpixmap/globjwin.h @@ -17,7 +17,7 @@ #ifndef GLOBJWIN_H #define GLOBJWIN_H -#include +#include class GLBox; class TQLabel; diff --git a/examples/opengl/overlay/globjwin.h b/examples/opengl/overlay/globjwin.h index 82fe14ec5..b30de27f2 100644 --- a/examples/opengl/overlay/globjwin.h +++ b/examples/opengl/overlay/globjwin.h @@ -17,7 +17,7 @@ #ifndef GLOBJWIN_H #define GLOBJWIN_H -#include +#include class GLObjectWindow : public TQWidget diff --git a/examples/opengl/overlay_x11/rubberbandwidget.h b/examples/opengl/overlay_x11/rubberbandwidget.h index 268656ba7..aba6f8ce0 100644 --- a/examples/opengl/overlay_x11/rubberbandwidget.h +++ b/examples/opengl/overlay_x11/rubberbandwidget.h @@ -13,7 +13,7 @@ #ifndef RUBBERBANDWIDGET_H #define RUBBERBANDWIDGET_H -#include +#include class RubberbandWidget : public TQWidget diff --git a/examples/opengl/sharedbox/globjwin.h b/examples/opengl/sharedbox/globjwin.h index f09d2440e..745b01110 100644 --- a/examples/opengl/sharedbox/globjwin.h +++ b/examples/opengl/sharedbox/globjwin.h @@ -17,7 +17,7 @@ #ifndef GLOBJWIN_H #define GLOBJWIN_H -#include +#include class GLBox; class GLObjectWindow : public TQWidget diff --git a/examples/opengl/texture/globjwin.h b/examples/opengl/texture/globjwin.h index d2385d9cd..fcc8aa3b0 100644 --- a/examples/opengl/texture/globjwin.h +++ b/examples/opengl/texture/globjwin.h @@ -17,7 +17,7 @@ #ifndef GLOBJWIN_H #define GLOBJWIN_H -#include +#include class GLObjectWindow : public TQWidget diff --git a/examples/picture/picture.cpp b/examples/picture/picture.cpp index 9d102d26a..6299b5274 100644 --- a/examples/picture/picture.cpp +++ b/examples/picture/picture.cpp @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/qdir/ntqdir.h b/examples/qdir/ntqdir.h index 82c91d3c4..44bdb4fa4 100644 --- a/examples/qdir/ntqdir.h +++ b/examples/qdir/ntqdir.h @@ -12,7 +12,7 @@ #include #include -#include +#include #include #include #include diff --git a/examples/qwerty/qwerty.h b/examples/qwerty/qwerty.h index f0025c8a1..7ed6d7cd9 100644 --- a/examples/qwerty/qwerty.h +++ b/examples/qwerty/qwerty.h @@ -10,7 +10,7 @@ #ifndef TQWERTY_H #define TQWERTY_H -#include +#include #include #include #include diff --git a/examples/rot13/rot13.h b/examples/rot13/rot13.h index 3933e6fe3..8c27e68d6 100644 --- a/examples/rot13/rot13.h +++ b/examples/rot13/rot13.h @@ -14,7 +14,7 @@ #ifndef ROT13_H #define ROT13_H -#include +#include class TQMultiLineEdit; diff --git a/examples/scribble/scribble.h b/examples/scribble/scribble.h index e19a49a46..1cbf1ad1a 100644 --- a/examples/scribble/scribble.h +++ b/examples/scribble/scribble.h @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include #include diff --git a/examples/showimg/showimg.h b/examples/showimg/showimg.h index f51fa607a..1cf8f7c97 100644 --- a/examples/showimg/showimg.h +++ b/examples/showimg/showimg.h @@ -10,7 +10,7 @@ #ifndef SHOWIMG_H #define SHOWIMG_H -#include +#include #include diff --git a/examples/tablet/canvas.h b/examples/tablet/canvas.h index bc0267d06..b8eb80aa7 100644 --- a/examples/tablet/canvas.h +++ b/examples/tablet/canvas.h @@ -11,7 +11,7 @@ #include #include #include -#include +#include #ifndef _MY_CANVAS_ diff --git a/examples/tablet/scribble.h b/examples/tablet/scribble.h index 9f505d754..52e129d93 100644 --- a/examples/tablet/scribble.h +++ b/examples/tablet/scribble.h @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include #include diff --git a/examples/tablet/tabletstats.h b/examples/tablet/tabletstats.h index 8e1e2c9f1..a3bd63fb1 100644 --- a/examples/tablet/tabletstats.h +++ b/examples/tablet/tabletstats.h @@ -10,7 +10,7 @@ #ifndef _TABLET_STATS_ #define _TABLET_STATS_ -#include +#include #include #include "canvas.h" #include "tabletstatsbase.h" diff --git a/examples/tetrix/qdragapp.cpp b/examples/tetrix/qdragapp.cpp index 21409dd2d..de234f16f 100644 --- a/examples/tetrix/qdragapp.cpp +++ b/examples/tetrix/qdragapp.cpp @@ -13,7 +13,7 @@ #include "ntqpopupmenu.h" #include "ntqguardedptr.h" #include "ntqcolor.h" -#include "ntqwidget.h" +#include "tqwidget.h" #include "ntqfontmetrics.h" #include "ntqcursor.h" #include "tqobjectlist.h" diff --git a/examples/themes/metal.cpp b/examples/themes/metal.cpp index ee3b57d12..5a6c2b443 100644 --- a/examples/themes/metal.cpp +++ b/examples/themes/metal.cpp @@ -17,11 +17,11 @@ #include "ntqdrawutil.h" // for now #include "ntqpixmap.h" // for now #include "ntqpalette.h" // for now -#include "ntqwidget.h" +#include "tqwidget.h" #include "ntqlabel.h" #include "ntqimage.h" #include "ntqpushbutton.h" -#include "ntqwidget.h" +#include "tqwidget.h" #include "ntqrangecontrol.h" #include "ntqscrollbar.h" #include "ntqslider.h" diff --git a/examples/themes/wood.cpp b/examples/themes/wood.cpp index b9cf6cda3..1a331c89b 100644 --- a/examples/themes/wood.cpp +++ b/examples/themes/wood.cpp @@ -17,11 +17,11 @@ #include "ntqdrawutil.h" // for now #include "ntqpixmap.h" // for now #include "ntqpalette.h" // for now -#include "ntqwidget.h" +#include "tqwidget.h" #include "ntqlabel.h" #include "ntqimage.h" #include "ntqpushbutton.h" -#include "ntqwidget.h" +#include "tqwidget.h" #include "ntqrangecontrol.h" #include "ntqscrollbar.h" #include diff --git a/examples/thread/prodcons/prodcons.cpp b/examples/thread/prodcons/prodcons.cpp index 23004dfd6..2716378c5 100644 --- a/examples/thread/prodcons/prodcons.cpp +++ b/examples/thread/prodcons/prodcons.cpp @@ -2,7 +2,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/thread/semaphores/main.cpp b/examples/thread/semaphores/main.cpp index 913b75dc0..0e0bbb810 100644 --- a/examples/thread/semaphores/main.cpp +++ b/examples/thread/semaphores/main.cpp @@ -7,7 +7,7 @@ ** *****************************************************************************/ #include -#include +#include #include #include #include diff --git a/examples/tooltip/tooltip.h b/examples/tooltip/tooltip.h index 67c586d5e..1a0a486d4 100644 --- a/examples/tooltip/tooltip.h +++ b/examples/tooltip/tooltip.h @@ -7,7 +7,7 @@ ** *****************************************************************************/ -#include +#include #include diff --git a/examples/tux/tux.cpp b/examples/tux/tux.cpp index 2afca6d92..641ca38f2 100644 --- a/examples/tux/tux.cpp +++ b/examples/tux/tux.cpp @@ -1,5 +1,5 @@ #include -#include +#include #include #include #include diff --git a/examples/widgets/widgets.cpp b/examples/widgets/widgets.cpp index 860e6dd45..8ea7e0ca9 100644 --- a/examples/widgets/widgets.cpp +++ b/examples/widgets/widgets.cpp @@ -38,7 +38,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/wizard/wizard.cpp b/examples/wizard/wizard.cpp index 40cb686a8..cb7f3ad44 100644 --- a/examples/wizard/wizard.cpp +++ b/examples/wizard/wizard.cpp @@ -9,7 +9,7 @@ #include "wizard.h" -#include +#include #include #include #include diff --git a/examples/xform/xform.cpp b/examples/xform/xform.cpp index 60f73402b..d9fab7713 100644 --- a/examples/xform/xform.cpp +++ b/examples/xform/xform.cpp @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include -- cgit v1.2.1