diff options
Diffstat (limited to 'examples/regexptester')
-rw-r--r-- | examples/regexptester/main.cpp | 2 | ||||
-rw-r--r-- | examples/regexptester/regexptester.cpp | 20 | ||||
-rw-r--r-- | examples/regexptester/regexptester.h | 2 |
3 files changed, 12 insertions, 12 deletions
diff --git a/examples/regexptester/main.cpp b/examples/regexptester/main.cpp index 1e0949c7a..1d372e4b9 100644 --- a/examples/regexptester/main.cpp +++ b/examples/regexptester/main.cpp @@ -1,4 +1,4 @@ -#include <qapplication.h> +#include <ntqapplication.h> #include "regexptester.h" int main(int argc, char **argv) diff --git a/examples/regexptester/regexptester.cpp b/examples/regexptester/regexptester.cpp index 91e544de9..caa581784 100644 --- a/examples/regexptester/regexptester.cpp +++ b/examples/regexptester/regexptester.cpp @@ -1,13 +1,13 @@ -#include <qapplication.h> -#include <qcheckbox.h> -#include <qclipboard.h> -#include <qcombobox.h> -#include <qlabel.h> -#include <qlayout.h> -#include <qpushbutton.h> -#include <qregexp.h> -#include <qstatusbar.h> -#include <qtable.h> +#include <ntqapplication.h> +#include <ntqcheckbox.h> +#include <ntqclipboard.h> +#include <ntqcombobox.h> +#include <ntqlabel.h> +#include <ntqlayout.h> +#include <ntqpushbutton.h> +#include <ntqregexp.h> +#include <ntqstatusbar.h> +#include <ntqtable.h> #include "regexptester.h" diff --git a/examples/regexptester/regexptester.h b/examples/regexptester/regexptester.h index 5bed34a14..8eb6a7e5a 100644 --- a/examples/regexptester/regexptester.h +++ b/examples/regexptester/regexptester.h @@ -1,7 +1,7 @@ #ifndef REGEXPTESTER_H #define REGEXPTESTER_H -#include <qdialog.h> +#include <ntqdialog.h> class TQCheckBox; class TQComboBox; |