diff options
Diffstat (limited to 'examples/demo/textdrawing/textedit.cpp')
-rw-r--r-- | examples/demo/textdrawing/textedit.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/demo/textdrawing/textedit.cpp b/examples/demo/textdrawing/textedit.cpp index 69d6e4435..80c40e9e7 100644 --- a/examples/demo/textdrawing/textedit.cpp +++ b/examples/demo/textdrawing/textedit.cpp @@ -16,17 +16,17 @@ #include <tqtoolbar.h> #include <ntqtabwidget.h> #include <ntqapplication.h> -#include <ntqfontdatabase.h> +#include <tqfontdatabase.h> #include <ntqcombobox.h> #include <ntqlineedit.h> #include <tqfileinfo.h> #include <tqfile.h> #include <tqfiledialog.h> #include <ntqprinter.h> -#include <ntqpaintdevicemetrics.h> +#include <tqpaintdevicemetrics.h> #include <ntqsimplerichtext.h> -#include <ntqcolordialog.h> -#include <ntqpainter.h> +#include <tqcolordialog.h> +#include <tqpainter.h> TextEdit::TextEdit( TQWidget *parent, const char *name ) : TQMainWindow( parent, name, 0 ) |