diff options
Diffstat (limited to 'cervisia/annotateview.h')
-rw-r--r-- | cervisia/annotateview.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cervisia/annotateview.h b/cervisia/annotateview.h index f0ae7e21..acaafe24 100644 --- a/cervisia/annotateview.h +++ b/cervisia/annotateview.h @@ -34,18 +34,19 @@ struct LogInfo; } -class AnnotateView : public QListView +class AnnotateView : public TQListView { Q_OBJECT + TQ_OBJECT public: - explicit AnnotateView( KConfig &cfg, TQWidget *parent=0, const char *name=0 ); + explicit AnnotateView( KConfig &cfg, TQWidget *tqparent=0, const char *name=0 ); void addLine(const Cervisia::LogInfo& logInfo, const TQString& content, bool odd); - virtual TQSize sizeHint() const; + virtual TQSize tqsizeHint() const; private slots: |