diff options
Diffstat (limited to 'examples/demo')
| -rw-r--r-- | examples/demo/dnd/listview.cpp | 2 | ||||
| -rw-r--r-- | examples/demo/dnd/styledbutton.cpp | 2 | ||||
| -rw-r--r-- | examples/demo/frame.cpp | 2 | ||||
| -rw-r--r-- | examples/demo/i18n/i18n.cpp | 2 | ||||
| -rw-r--r-- | examples/demo/main.cpp | 4 | ||||
| -rw-r--r-- | examples/demo/qasteroids/toplevel.cpp | 2 | ||||
| -rw-r--r-- | examples/demo/qasteroids/view.cpp | 2 | ||||
| -rw-r--r-- | examples/demo/textdrawing/helpwindow.cpp | 2 | ||||
| -rw-r--r-- | examples/demo/textdrawing/textedit.cpp | 2 |
9 files changed, 10 insertions, 10 deletions
diff --git a/examples/demo/dnd/listview.cpp b/examples/demo/dnd/listview.cpp index e97a03ea0..6b66d242e 100644 --- a/examples/demo/dnd/listview.cpp +++ b/examples/demo/dnd/listview.cpp @@ -1,5 +1,5 @@ #include <tqdragobject.h> -#include <ntqapplication.h> +#include <tqapplication.h> #include "listview.h" #include "dnd.h" diff --git a/examples/demo/dnd/styledbutton.cpp b/examples/demo/dnd/styledbutton.cpp index ee393a106..532c66cca 100644 --- a/examples/demo/dnd/styledbutton.cpp +++ b/examples/demo/dnd/styledbutton.cpp @@ -39,7 +39,7 @@ #include <tqpainter.h> #include <tqimage.h> #include <tqpixmap.h> -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqdragobject.h> #include <tqstyle.h> diff --git a/examples/demo/frame.cpp b/examples/demo/frame.cpp index 85375eb55..2c4105330 100644 --- a/examples/demo/frame.cpp +++ b/examples/demo/frame.cpp @@ -9,7 +9,7 @@ #include "frame.h" -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqpopupmenu.h> #include <tqmenubar.h> #include <tqaccel.h> diff --git a/examples/demo/i18n/i18n.cpp b/examples/demo/i18n/i18n.cpp index 87678dfa1..b9ed9da7e 100644 --- a/examples/demo/i18n/i18n.cpp +++ b/examples/demo/i18n/i18n.cpp @@ -12,7 +12,7 @@ #include <tqtoolbutton.h> #include <tqpixmap.h> #include <tqiconset.h> -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqwidgetlist.h> #include <tqlabel.h> #include <tqtextedit.h> diff --git a/examples/demo/main.cpp b/examples/demo/main.cpp index 7be7d2483..381e44aae 100644 --- a/examples/demo/main.cpp +++ b/examples/demo/main.cpp @@ -17,7 +17,7 @@ #include "dnd/dnd.h" #include "i18n/i18n.h" -#include <ntqmodules.h> +#include <tqmodules.h> #if defined(TQT_MODULE_OPENGL) #include "opengl/glworkspace.h" @@ -37,7 +37,7 @@ #include <stdlib.h> -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqimage.h> #include <tqtabwidget.h> diff --git a/examples/demo/qasteroids/toplevel.cpp b/examples/demo/qasteroids/toplevel.cpp index 5eb9a9c87..ca6db89ef 100644 --- a/examples/demo/qasteroids/toplevel.cpp +++ b/examples/demo/qasteroids/toplevel.cpp @@ -10,7 +10,7 @@ #include <tqlcdnumber.h> #include <tqpushbutton.h> -#include <ntqapplication.h> +#include <tqapplication.h> #include "toplevel.h" #include "ledmeter.h" diff --git a/examples/demo/qasteroids/view.cpp b/examples/demo/qasteroids/view.cpp index 8b7ceeed3..e0ee429af 100644 --- a/examples/demo/qasteroids/view.cpp +++ b/examples/demo/qasteroids/view.cpp @@ -6,7 +6,7 @@ #include <stdlib.h> #include <math.h> -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqkeycode.h> #include <tqaccel.h> #include <tqmessagebox.h> diff --git a/examples/demo/textdrawing/helpwindow.cpp b/examples/demo/textdrawing/helpwindow.cpp index 8804a513a..88d54f5b0 100644 --- a/examples/demo/textdrawing/helpwindow.cpp +++ b/examples/demo/textdrawing/helpwindow.cpp @@ -20,7 +20,7 @@ #include <tqstylesheet.h> #include <tqmessagebox.h> #include <tqfiledialog.h> -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqcombobox.h> #include <tqevent.h> #include <tqlineedit.h> diff --git a/examples/demo/textdrawing/textedit.cpp b/examples/demo/textdrawing/textedit.cpp index 65239fc79..c002de194 100644 --- a/examples/demo/textdrawing/textedit.cpp +++ b/examples/demo/textdrawing/textedit.cpp @@ -15,7 +15,7 @@ #include <tqpopupmenu.h> #include <tqtoolbar.h> #include <tqtabwidget.h> -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqfontdatabase.h> #include <tqcombobox.h> #include <tqlineedit.h> |
