summaryrefslogtreecommitdiffstats
path: root/kmoon/kmoondlg.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
commit6537a93fb5bfe88e6a3e418f7445dd1202672f1d (patch)
treed52fba251fca452781dd86474bc0b9010b9187cc /kmoon/kmoondlg.h
parent9919b3b345f7613bb0f951648cf5b160675f4305 (diff)
downloadtdetoys-6537a93fb5bfe88e6a3e418f7445dd1202672f1d.tar.gz
tdetoys-6537a93fb5bfe88e6a3e418f7445dd1202672f1d.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/kdetoys@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmoon/kmoondlg.h')
-rw-r--r--kmoon/kmoondlg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmoon/kmoondlg.h b/kmoon/kmoondlg.h
index b0d4118..12a0a0d 100644
--- a/kmoon/kmoondlg.h
+++ b/kmoon/kmoondlg.h
@@ -44,7 +44,7 @@ class KMoonDlg : public KDialogBase {
bool north;
bool tqmask;
TQPushButton *hemitoggle;
- TQPushButton *tqmasktoggle;
+ TQPushButton *masktoggle;
private slots:
void help();