summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/docwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/docwindow.cpp')
-rw-r--r--umbrello/umbrello/docwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/umbrello/umbrello/docwindow.cpp b/umbrello/umbrello/docwindow.cpp
index ab935d00..ddd056a2 100644
--- a/umbrello/umbrello/docwindow.cpp
+++ b/umbrello/umbrello/docwindow.cpp
@@ -26,7 +26,7 @@
#include "umlwidget.h"
-DocWindow::DocWindow( UMLDoc * doc, TQWidget *parent, const char *name ) : TQWidget( parent, name ) {
+DocWindow::DocWindow( UMLDoc * doc, TQWidget *tqparent, const char *name ) : TQWidget( tqparent, name ) {
//setup visual display
TQHBoxLayout * mainLayout = new TQHBoxLayout( this );