diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
commit | 330bc68b36434d224f7d437043688b8dff51c2b1 (patch) | |
tree | 29e9f51bf9d564ed063ffe25f40a92a163a1f2e9 /src | |
parent | 068115608dea3467ea28e9b85547657da8d632e7 (diff) | |
download | knetstats-330bc68b36434d224f7d437043688b8dff51c2b1.tar.gz knetstats-330bc68b36434d224f7d437043688b8dff51c2b1.zip |
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...]
tqinvalidate[...]
tqparent[...]
tqmask[...]
tqlayout[...]
tqalignment[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/knetstats@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src')
-rw-r--r-- | src/src/configurebase.ui | 2 | ||||
-rw-r--r-- | src/src/statisticsbase.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/src/configurebase.ui b/src/src/configurebase.ui index a148132..5f6e0e5 100644 --- a/src/src/configurebase.ui +++ b/src/src/configurebase.ui @@ -666,7 +666,7 @@ <tabstop>mChartBgColor</tabstop> <tabstop>mChartTransparentBackground</tabstop> </tabstops> -<tqlayoutdefaults spacing="6" margin="11"/> +<layoutdefaults spacing="6" margin="11"/> <includehints> <includehint>kpushbutton.h</includehint> <includehint>kpushbutton.h</includehint> diff --git a/src/src/statisticsbase.ui b/src/src/statisticsbase.ui index f05db4d..186d4e6 100644 --- a/src/src/statisticsbase.ui +++ b/src/src/statisticsbase.ui @@ -470,7 +470,7 @@ <tabstop>tabWidget2</tabstop> <tabstop>mOk</tabstop> </tabstops> -<tqlayoutdefaults spacing="6" margin="11"/> +<layoutdefaults spacing="6" margin="11"/> <includehints> <includehint>kactivelabel.h</includehint> <includehint>kactivelabel.h</includehint> |