diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:09:27 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:09:27 -0600 |
commit | c9d6a7478114a66f06bfdde4ad9164cce03e4149 (patch) | |
tree | b2c9457c4b3312a5da97519654ac0e202067d019 /src/kchmnavtoolbar.h | |
parent | 71061104fa6242b2e0bf08b0920e08ee2f2924c5 (diff) | |
download | kchmviewer-c9d6a7478114a66f06bfdde4ad9164cce03e4149.tar.gz kchmviewer-c9d6a7478114a66f06bfdde4ad9164cce03e4149.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/kchmnavtoolbar.h')
-rw-r--r-- | src/kchmnavtoolbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kchmnavtoolbar.h b/src/kchmnavtoolbar.h index 734436f..d072f2a 100644 --- a/src/kchmnavtoolbar.h +++ b/src/kchmnavtoolbar.h @@ -33,7 +33,7 @@ public: ~KCHMNavToolbar(); public slots: - void updateIcontqStatus( bool enable_backward, bool enable_forward ); + void updateIconStatus( bool enable_backward, bool enable_forward ); private: TQToolButton * m_toolbarIconBackward; |