summaryrefslogtreecommitdiffstats
path: root/src/bnpview.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:01:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:01:17 -0600
commit2a411f53a04f815770074b633e026a141f6fa875 (patch)
tree0408d7c0976f54b4b6d13e8fbf5d91a82cb4ff92 /src/bnpview.h
parentae6cafee5339716bd01aa6c66aa4f366bdc5d43b (diff)
downloadbasket-2a411f53a04f815770074b633e026a141f6fa875.tar.gz
basket-2a411f53a04f815770074b633e026a141f6fa875.zip
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/bnpview.h')
-rw-r--r--src/bnpview.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bnpview.h b/src/bnpview.h
index 0025701..32ffc11 100644
--- a/src/bnpview.h
+++ b/src/bnpview.h
@@ -294,11 +294,11 @@ class BNPView : public TQSplitter, virtual public BasketDcopInterface
public slots:
void setCaption(TQString s);
void updateStatusBarHint();
- void setSelectiontqStatus(TQString s);
- void setLocktqStatus(bool isLocked);
+ void setSelectionStatus(TQString s);
+ void setLockStatus(bool isLocked);
void postStatusbarMessage(const TQString&);
void setStatusBarHint(const TQString&);
- void setUnsavedtqStatus(bool isUnsaved);
+ void setUnsavedStatus(bool isUnsaved);
void setActive(bool active = true);
KActionCollection *actionCollection() { return m_actionCollection; };