diff options
Diffstat (limited to 'examples/addressbook')
-rw-r--r-- | examples/addressbook/mainwindow.cpp | 10 | ||||
-rw-r--r-- | examples/addressbook/mainwindow.h | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/examples/addressbook/mainwindow.cpp b/examples/addressbook/mainwindow.cpp index 09176d316..ab4305e32 100644 --- a/examples/addressbook/mainwindow.cpp +++ b/examples/addressbook/mainwindow.cpp @@ -10,11 +10,11 @@ #include "mainwindow.h" #include "centralwidget.h" -#include <ntqtoolbar.h> -#include <ntqtoolbutton.h> -#include <ntqpopupmenu.h> -#include <ntqmenubar.h> -#include <ntqstatusbar.h> +#include <tqtoolbar.h> +#include <tqtoolbutton.h> +#include <tqpopupmenu.h> +#include <tqmenubar.h> +#include <tqstatusbar.h> #include <ntqapplication.h> #include <ntqfiledialog.h> diff --git a/examples/addressbook/mainwindow.h b/examples/addressbook/mainwindow.h index ac498b94c..cb807630b 100644 --- a/examples/addressbook/mainwindow.h +++ b/examples/addressbook/mainwindow.h @@ -10,7 +10,7 @@ #ifndef AB_MAINWINDOW_H #define AB_MAINWINDOW_H -#include <ntqmainwindow.h> +#include <tqmainwindow.h> #include <tqstring.h> class TQToolBar; |