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