diff options
Diffstat (limited to 'designer')
-rw-r--r-- | designer/designer.pro | 2 | ||||
-rw-r--r-- | designer/qscintillaplugin.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/designer/designer.pro b/designer/designer.pro index 4c8d722..78d1fce 100644 --- a/designer/designer.pro +++ b/designer/designer.pro @@ -4,7 +4,7 @@ TEMPLATE = lib TARGET = qscintillaplugin # DESTDIR = $(QTDIR)/plugins/designer -INCLUDEPATH = ../qt +INCLUDEPATH = ../qt /usr/include/tqt LIBPATH += ../tmplib CONFIG += qt warn_on release plugin diff --git a/designer/qscintillaplugin.cpp b/designer/qscintillaplugin.cpp index cd2b042..f93b61d 100644 --- a/designer/qscintillaplugin.cpp +++ b/designer/qscintillaplugin.cpp @@ -1,9 +1,9 @@ // This implements the TQScintilla plugin for TQt Designer. -#include <tqwidgetplugin.h> +#include <qwidgetplugin.h> -#include "../tqt/qextscintilla.h" +#include "../qt/qextscintilla.h" static const char *qscintilla_pixmap[]={ |