summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:30:52 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-12-30 19:37:47 +0100
commit01269f29f0668837c6ea7ec7f5a353c6ab0fc56a (patch)
treed3c5be225610f67f51ac8c29c4223bbcc5d6dfc7
parent88c09d37457f6d77cf796c29fb828cf697b4fd26 (diff)
downloadknutclient-01269f29f0668837c6ea7ec7f5a353c6ab0fc56a.tar.gz
knutclient-01269f29f0668837c6ea7ec7f5a353c6ab0fc56a.zip
Fix inadvertent tqt changes.
(cherry picked from commit 2efa1600cd30e5b6b1b1ba51230ed21edd925fdc)
-rw-r--r--src/knutmainwindow.h2
-rwxr-xr-xsrc/knutnet.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/knutmainwindow.h b/src/knutmainwindow.h
index 47829a9..7259ac8 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 56e13ab..6398d7c 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;
};