diff options
Diffstat (limited to 'tools/designer/designer/propertyeditor.cpp')
-rw-r--r-- | tools/designer/designer/propertyeditor.cpp | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/tools/designer/designer/propertyeditor.cpp b/tools/designer/designer/propertyeditor.cpp index 4e953fa14..efbe42b9d 100644 --- a/tools/designer/designer/propertyeditor.cpp +++ b/tools/designer/designer/propertyeditor.cpp @@ -31,7 +31,7 @@ ** **********************************************************************/ -#include <qvariant.h> // HP-UX compiler needs this here +#include <ntqvariant.h> // HP-UX compiler needs this here #include "propertyeditor.h" #include "formwindow.h" @@ -51,44 +51,44 @@ #include "database.h" #include "menubareditor.h" -#include <qpainter.h> -#include <qpalette.h> -#include <qapplication.h> -#include <qheader.h> -#include <qlineedit.h> -#include <qstrlist.h> -#include <qmetaobject.h> -#include <qcombobox.h> -#include <qpushbutton.h> -#include <qhbox.h> -#include <qfontdialog.h> -#include <qspinbox.h> -#include <qevent.h> -#include <qobjectlist.h> -#include <qlistbox.h> -#include <qfontdatabase.h> -#include <qcolor.h> -#include <qcolordialog.h> -#include <qlabel.h> -#include <qlayout.h> -#include <qsizepolicy.h> -#include <qbitmap.h> -#include <qtooltip.h> -#include <qwhatsthis.h> -#include <qaccel.h> -#include <qworkspace.h> -#include <qtimer.h> -#include <qdragobject.h> -#include <qdom.h> -#include <qprocess.h> -#include <qstyle.h> -#include <qdatetimeedit.h> -#include <qassistantclient.h> -#include <qdrawutil.h> -#include <qmultilineedit.h> // FIXME: obsolete -#include <qsplitter.h> -#include <qdatatable.h> -#include <qtextview.h> +#include <ntqpainter.h> +#include <ntqpalette.h> +#include <ntqapplication.h> +#include <ntqheader.h> +#include <ntqlineedit.h> +#include <ntqstrlist.h> +#include <ntqmetaobject.h> +#include <ntqcombobox.h> +#include <ntqpushbutton.h> +#include <ntqhbox.h> +#include <ntqfontdialog.h> +#include <ntqspinbox.h> +#include <ntqevent.h> +#include <ntqobjectlist.h> +#include <ntqlistbox.h> +#include <ntqfontdatabase.h> +#include <ntqcolor.h> +#include <ntqcolordialog.h> +#include <ntqlabel.h> +#include <ntqlayout.h> +#include <ntqsizepolicy.h> +#include <ntqbitmap.h> +#include <ntqtooltip.h> +#include <ntqwhatsthis.h> +#include <ntqaccel.h> +#include <ntqworkspace.h> +#include <ntqtimer.h> +#include <ntqdragobject.h> +#include <ntqdom.h> +#include <ntqprocess.h> +#include <ntqstyle.h> +#include <ntqdatetimeedit.h> +#include <ntqassistantclient.h> +#include <ntqdrawutil.h> +#include <ntqmultilineedit.h> // FIXME: obsolete +#include <ntqsplitter.h> +#include <ntqdatatable.h> +#include <ntqtextview.h> #include <limits.h> @@ -96,7 +96,7 @@ static TQFontDatabase *fontDataBase = 0; TQString assistantPath(); #ifdef Q_WS_MAC -#include <qwindowsstyle.h> +#include <ntqwindowsstyle.h> static void setupStyle(TQWidget *w) { static TQStyle *windowsStyle = 0; |