diff options
Diffstat (limited to 'tools/designer/plugins/glade')
| -rw-r--r-- | tools/designer/plugins/glade/glade2ui.cpp | 6 | ||||
| -rw-r--r-- | tools/designer/plugins/glade/glade2ui.h | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/designer/plugins/glade/glade2ui.cpp b/tools/designer/plugins/glade/glade2ui.cpp index b9b54b0b0..49027ba4a 100644 --- a/tools/designer/plugins/glade/glade2ui.cpp +++ b/tools/designer/plugins/glade/glade2ui.cpp @@ -39,7 +39,7 @@ #include <ntqapplication.h> #include <tqfile.h> #include <tqimage.h> -#include <ntqprogressdialog.h> +#include <tqprogressdialog.h> #include <ntqmessagebox.h> #include <tqrect.h> #include <tqregexp.h> @@ -1195,9 +1195,9 @@ void Glade2Ui::emitGtkNotebookChildWidgets( } } -void Glade2Ui::emitTQListViewColumns( const TQDomElement& qlistview ) +void Glade2Ui::emitTQListViewColumns( const TQDomElement& tqlistview ) { - TQDomNode n = qlistview.firstChild(); + TQDomNode n = tqlistview.firstChild(); while ( !n.isNull() ) { TQString tagName = n.toElement().tagName(); if ( tagName == TQString("widget") ) { diff --git a/tools/designer/plugins/glade/glade2ui.h b/tools/designer/plugins/glade/glade2ui.h index 1d28803e3..936a0ab5b 100644 --- a/tools/designer/plugins/glade/glade2ui.h +++ b/tools/designer/plugins/glade/glade2ui.h @@ -122,7 +122,7 @@ private: const TQStringList& items ); void emitGtkNotebookChildWidgets( const TQValueList<TQDomElement>& childWidgets ); - void emitTQListViewColumns( const TQDomElement& qlistview ); + void emitTQListViewColumns( const TQDomElement& tqlistview ); void emitGtkScrolledWindowChildWidgets( const TQValueList<TQDomElement>& childWidgets, const TQString& qtClass ); |
