diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:30:52 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:30:52 -0500 |
commit | 2efa1600cd30e5b6b1b1ba51230ed21edd925fdc (patch) | |
tree | 234ff95ab0b1058dd69f6a2fdd762edc4d73f25c /src | |
parent | 8bb80c747d8e242c501fd4b7dd2654a0fd8c32b5 (diff) | |
download | knutclient-2efa1600cd30e5b6b1b1ba51230ed21edd925fdc.tar.gz knutclient-2efa1600cd30e5b6b1b1ba51230ed21edd925fdc.zip |
Fix inadvertent tqt changes.
Diffstat (limited to 'src')
-rw-r--r-- | src/knutmainwindow.h | 2 | ||||
-rwxr-xr-x | src/knutnet.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/knutmainwindow.h b/src/knutmainwindow.h index bdea071..2842c4e 100644 --- a/src/knutmainwindow.h +++ b/src/knutmainwindow.h @@ -333,7 +333,7 @@ class KNutMainWindow : public KMainWindow { float m_lowXfer, m_highXfer; TQPalette m_mainPalette, m_areaPalette, m_mPanelPalette, m_aPanelPalette; - // Combo a potqmocne struktury pro dolni radku + // Combo a pomocne struktury pro dolni radku // Combo and help structures for bottom line. KComboBox *m_infoCombo; diff --git a/src/knutnet.h b/src/knutnet.h index 4f816f5..c5ef55e 100755 --- a/src/knutnet.h +++ b/src/knutnet.h @@ -861,7 +861,7 @@ private: TQValueVector<upsVarDef> m_listVars; TQValueVector<upsICommDef> m_listIComms; -/********* Potqmocne promenne ***********/ +/********* Pomocne promenne ***********/ int m_posChar; }; |