diff options
Diffstat (limited to 'kbugbuster/gui/buglvi.h')
-rw-r--r-- | kbugbuster/gui/buglvi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbugbuster/gui/buglvi.h b/kbugbuster/gui/buglvi.h index 5f66f398..94b91299 100644 --- a/kbugbuster/gui/buglvi.h +++ b/kbugbuster/gui/buglvi.h @@ -31,7 +31,7 @@ namespace KBugBusterMainWindow class BugLVI : public KListViewItem { public: - BugLVI( KListView *parent , const Bug &bug ); + BugLVI( KListView *tqparent , const Bug &bug ); ~BugLVI(); Bug& bug() { return m_bug; } |