summaryrefslogtreecommitdiffstats
path: root/cervisia/logdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'cervisia/logdlg.h')
-rw-r--r--cervisia/logdlg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cervisia/logdlg.h b/cervisia/logdlg.h
index 50ecf7c7..2214b227 100644
--- a/cervisia/logdlg.h
+++ b/cervisia/logdlg.h
@@ -52,9 +52,10 @@ public:
class LogDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- explicit LogDialog( KConfig& cfg, TQWidget *parent=0, const char *name=0 );
+ explicit LogDialog( KConfig& cfg, TQWidget *tqparent=0, const char *name=0 );
virtual ~LogDialog();