diff options
Diffstat (limited to 'kghostview/logwindow.h')
-rw-r--r-- | kghostview/logwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kghostview/logwindow.h b/kghostview/logwindow.h index 277bcdfd..b81d0396 100644 --- a/kghostview/logwindow.h +++ b/kghostview/logwindow.h @@ -32,7 +32,7 @@ class LogWindow : public KDialogBase public: LogWindow( const TQString& caption, - TQWidget* tqparent = 0, const char* name = 0 ); + TQWidget* parent = 0, const char* name = 0 ); public slots: void append( const TQString& message ); |