diff options
Diffstat (limited to 'examples/qfd')
-rw-r--r-- | examples/qfd/fontdisplayer.cpp | 4 | ||||
-rw-r--r-- | examples/qfd/fontdisplayer.h | 2 | ||||
-rw-r--r-- | examples/qfd/qfd.cpp | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/examples/qfd/fontdisplayer.cpp b/examples/qfd/fontdisplayer.cpp index a580e879b..fceff108f 100644 --- a/examples/qfd/fontdisplayer.cpp +++ b/examples/qfd/fontdisplayer.cpp @@ -12,8 +12,8 @@ #include <ntqslider.h> #include <ntqspinbox.h> #include <ntqpainter.h> -#include <ntqtoolbar.h> -#include <ntqstatusbar.h> +#include <tqtoolbar.h> +#include <tqstatusbar.h> #include <ntqlabel.h> #include <ntqpushbutton.h> #include <ntqfontdialog.h> diff --git a/examples/qfd/fontdisplayer.h b/examples/qfd/fontdisplayer.h index 612e5f22e..c675c5151 100644 --- a/examples/qfd/fontdisplayer.h +++ b/examples/qfd/fontdisplayer.h @@ -11,7 +11,7 @@ #define FontDisplayer_H #include <ntqframe.h> -#include <ntqmainwindow.h> +#include <tqmainwindow.h> class TQSlider; diff --git a/examples/qfd/qfd.cpp b/examples/qfd/qfd.cpp index ecfe51f7b..c8d397f21 100644 --- a/examples/qfd/qfd.cpp +++ b/examples/qfd/qfd.cpp @@ -12,7 +12,7 @@ #include <ntqapplication.h> #include <ntqslider.h> #include <ntqpainter.h> -#include <ntqstatusbar.h> +#include <tqstatusbar.h> |