summaryrefslogtreecommitdiffstats
path: root/tools/designer/plugins/glade/glade2ui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/plugins/glade/glade2ui.cpp')
-rw-r--r--tools/designer/plugins/glade/glade2ui.cpp6
1 files changed, 3 insertions, 3 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") ) {