diff options
Diffstat (limited to 'examples/demo')
-rw-r--r-- | examples/demo/categoryinterface.h | 2 | ||||
-rw-r--r-- | examples/demo/dnd/dnd.cpp | 2 | ||||
-rw-r--r-- | examples/demo/dnd/iconview.h | 2 | ||||
-rw-r--r-- | examples/demo/i18n/i18n.cpp | 2 | ||||
-rw-r--r-- | examples/demo/textdrawing/helpwindow.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/examples/demo/categoryinterface.h b/examples/demo/categoryinterface.h index 95a8afa78..65383bf8c 100644 --- a/examples/demo/categoryinterface.h +++ b/examples/demo/categoryinterface.h @@ -2,7 +2,7 @@ #define CATEGORYINTERFACE_H #include <tqstring.h> -#include <ntqiconset.h> +#include <tqiconset.h> #include <tqobject.h> class TQWidgetStack; diff --git a/examples/demo/dnd/dnd.cpp b/examples/demo/dnd/dnd.cpp index f03c918df..43100b721 100644 --- a/examples/demo/dnd/dnd.cpp +++ b/examples/demo/dnd/dnd.cpp @@ -1,4 +1,4 @@ -#include <ntqiconview.h> +#include <tqiconview.h> #include <ntqdragobject.h> #include <ntqlayout.h> #include <ntqmultilineedit.h> diff --git a/examples/demo/dnd/iconview.h b/examples/demo/dnd/iconview.h index 94c0110d9..df27b2c51 100644 --- a/examples/demo/dnd/iconview.h +++ b/examples/demo/dnd/iconview.h @@ -1,4 +1,4 @@ -#include <ntqiconview.h> +#include <tqiconview.h> #include <tqstring.h> #include "dnd.h" diff --git a/examples/demo/i18n/i18n.cpp b/examples/demo/i18n/i18n.cpp index 053455cee..6c4d8be5e 100644 --- a/examples/demo/i18n/i18n.cpp +++ b/examples/demo/i18n/i18n.cpp @@ -11,7 +11,7 @@ #include <ntqtoolbar.h> #include <ntqtoolbutton.h> #include <ntqpixmap.h> -#include <ntqiconset.h> +#include <tqiconset.h> #include <ntqapplication.h> #include <tqwidgetlist.h> #include <ntqlabel.h> diff --git a/examples/demo/textdrawing/helpwindow.cpp b/examples/demo/textdrawing/helpwindow.cpp index a6fd6df6a..a4f6772a2 100644 --- a/examples/demo/textdrawing/helpwindow.cpp +++ b/examples/demo/textdrawing/helpwindow.cpp @@ -14,7 +14,7 @@ #include <ntqmenubar.h> #include <ntqtoolbar.h> #include <ntqtoolbutton.h> -#include <ntqiconset.h> +#include <tqiconset.h> #include <ntqfile.h> #include <tqtextstream.h> #include <ntqstylesheet.h> |