summaryrefslogtreecommitdiffstats
path: root/kghostview/logwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kghostview/logwindow.cpp')
-rw-r--r--kghostview/logwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kghostview/logwindow.cpp b/kghostview/logwindow.cpp
index f3f41deb..207e88f1 100644
--- a/kghostview/logwindow.cpp
+++ b/kghostview/logwindow.cpp
@@ -27,8 +27,8 @@
#include "logwindow.h"
LogWindow::LogWindow( const TQString& caption,
- TQWidget* tqparent, const char* name) :
- KDialogBase( tqparent, name, false, caption, User1|Close, Close, false,
+ TQWidget* parent, const char* name) :
+ KDialogBase( parent, name, false, caption, User1|Close, Close, false,
KStdGuiItem::clear() )
{
TQVBox * display = makeVBoxMainWidget();