diff options
Diffstat (limited to 'src/detailedlistview.h')
-rw-r--r-- | src/detailedlistview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detailedlistview.h b/src/detailedlistview.h index a5f718d..758936b 100644 --- a/src/detailedlistview.h +++ b/src/detailedlistview.h @@ -121,7 +121,7 @@ public: * @param height Height */ void setPixmapSize(int width, int height) { m_pixWidth = width; m_pixHeight = height; } - void resetEntrytqStatus(); + void resetEntryStatus(); virtual int compare(int col, const GUI::ListViewItem* item1, GUI::ListViewItem* item2, bool asc); |