summaryrefslogtreecommitdiffstats
path: root/yakuake/src/main_window.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
commit63a986d8c5f5e98aec58902f69b9fd2e83238638 (patch)
tree10fe50488a8484f6c8d47c219e24c75b7f6cdaa1 /yakuake/src/main_window.h
parentf9a9340723a73d10f254a509c209c579efcf1c1f (diff)
downloadyakuake-63a986d8c5f5e98aec58902f69b9fd2e83238638.tar.gz
yakuake-63a986d8c5f5e98aec58902f69b9fd2e83238638.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/yakuake@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'yakuake/src/main_window.h')
-rw-r--r--yakuake/src/main_window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yakuake/src/main_window.h b/yakuake/src/main_window.h
index 225fc0e..5483f5b 100644
--- a/yakuake/src/main_window.h
+++ b/yakuake/src/main_window.h
@@ -167,7 +167,7 @@ class MainWindow : public KMainWindow, virtual public DCOPInterface
/* Maximum height value. */
int max_height;
- int tqmask_height;
+ int mask_height;
/* Application border. */
int margin;