summaryrefslogtreecommitdiffstats
path: root/src/fetchdialog.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:34:15 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:34:15 -0600
commit031454e56009d576589c28757f6c6fcf4884095e (patch)
treead4c9959d05a814c9090e8fe63ba27057903271b /src/fetchdialog.h
parent54011e0e1af8cd96162160ecf5d361a59a2c733e (diff)
downloadtellico-031454e56009d576589c28757f6c6fcf4884095e.tar.gz
tellico-031454e56009d576589c28757f6c6fcf4884095e.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/fetchdialog.h')
-rw-r--r--src/fetchdialog.h6
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 );