diff options
Diffstat (limited to 'languages/python/pythonconfigwidget.cpp')
-rw-r--r-- | languages/python/pythonconfigwidget.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/languages/python/pythonconfigwidget.cpp b/languages/python/pythonconfigwidget.cpp index 87472477..29103705 100644 --- a/languages/python/pythonconfigwidget.cpp +++ b/languages/python/pythonconfigwidget.cpp @@ -11,13 +11,13 @@ #include "pythonconfigwidget.h" -#include <qcheckbox.h> +#include <tqcheckbox.h> #include <klineedit.h> #include "domutil.h" -PythonConfigWidget::PythonConfigWidget(QDomDocument &projectDom, - QWidget *parent, const char *name) +PythonConfigWidget::PythonConfigWidget(TQDomDocument &projectDom, + TQWidget *parent, const char *name) : PythonConfigWidgetBase(parent, name), dom(projectDom) { interpreter_edit->setText(DomUtil::readEntry(dom, "/kdevpythonsupport/run/interpreter")); |