diff options
Diffstat (limited to 'src/newstuff/dialog.h')
-rw-r--r-- | src/newstuff/dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newstuff/dialog.h b/src/newstuff/dialog.h index 2afb0f2..8154c54 100644 --- a/src/newstuff/dialog.h +++ b/src/newstuff/dialog.h @@ -69,7 +69,7 @@ private slots: private: class Item; - void settqStatus(const TQString& status); + void setStatus(const TQString& status); void addEntry(KNS::Entry* entry); Manager* const m_manager; |