diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:15:26 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:15:26 -0600 |
commit | ed6f377136e3ee497d97e76873d0869846dba888 (patch) | |
tree | 90d880dd1ff6116306e369ead781153825dff8b5 /client/myrootpixmap.cc | |
parent | 7d07294e82b3eb432ae53752adb84b909211ac57 (diff) | |
download | twin-style-crystal-ed6f377136e3ee497d97e76873d0869846dba888.tar.gz twin-style-crystal-ed6f377136e3ee497d97e76873d0869846dba888.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'client/myrootpixmap.cc')
-rw-r--r-- | client/myrootpixmap.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/myrootpixmap.cc b/client/myrootpixmap.cc index 7100099..c6034f1 100644 --- a/client/myrootpixmap.cc +++ b/client/myrootpixmap.cc @@ -59,7 +59,7 @@ void KMyRootPixmap::init() connect(m_pPixmap, TQT_SIGNAL(done(bool)), TQT_SLOT(slotDone(bool))); // connect(m_pTimer, TQT_SIGNAL(timeout()), TQT_SLOT(tqrepaint())); -// d->toplevel = m_pWidget->tqtopLevelWidget(); +// d->toplevel = m_pWidget->topLevelWidget(); // d->toplevel->installEventFilter(this); } |