diff options
Diffstat (limited to 'src/fetchdialog.h')
-rw-r--r-- | src/fetchdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fetchdialog.h b/src/fetchdialog.h index 40f77c8..65e602a 100644 --- a/src/fetchdialog.h +++ b/src/fetchdialog.h @@ -76,8 +76,8 @@ private slots: void slotShowEntry(); void slotMoveProgress(); - void slottqStatus(const TQString& status); - void slotUpdatetqStatus(); + void slotStatus(const TQString& status); + void slotUpdateStatus(); void slotFetchDone(bool checkISBN = true); void slotResultFound(Tellico::Fetch::SearchResult* result); @@ -94,7 +94,7 @@ private slots: private: void startProgress(); void stopProgress(); - void settqStatus(const TQString& text); + void setStatus(const TQString& text); void adjustColumnWidth(); void customEvent( TQCustomEvent *e ); |