summaryrefslogtreecommitdiffstats
path: root/kghostview/logwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'kghostview/logwindow.h')
-rw-r--r--kghostview/logwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kghostview/logwindow.h b/kghostview/logwindow.h
index 7be4bf98..277bcdfd 100644
--- a/kghostview/logwindow.h
+++ b/kghostview/logwindow.h
@@ -28,10 +28,11 @@ class KURLLabel;
class LogWindow : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
LogWindow( const TQString& caption,
- TQWidget* parent = 0, const char* name = 0 );
+ TQWidget* tqparent = 0, const char* name = 0 );
public slots:
void append( const TQString& message );