diff options
Diffstat (limited to 'cervisia/loglist.h')
-rw-r--r-- | cervisia/loglist.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cervisia/loglist.h b/cervisia/loglist.h index 3c608ea8..1ec26bbc 100644 --- a/cervisia/loglist.h +++ b/cervisia/loglist.h @@ -39,9 +39,10 @@ struct LogInfo; class LogListView : public KListView { Q_OBJECT + TQ_OBJECT public: - explicit LogListView( KConfig& cfg, TQWidget *parent=0, const char *name=0 ); + explicit LogListView( KConfig& cfg, TQWidget *tqparent=0, const char *name=0 ); virtual ~LogListView(); void addRevision(const Cervisia::LogInfo& logInfo); |