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 | 1f0e7cefe5c3898d269460c03b24d58921d48102 (patch) | |
tree | 9e13f50739e13da07701c42280200122c64ead1f /src/app | |
parent | 7e3e5f90e4e527ba7f6903828d4196fe051915e8 (diff) | |
download | filelight-1f0e7cefe5c3898d269460c03b24d58921d48102.tar.gz filelight-1f0e7cefe5c3898d269460c03b24d58921d48102.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/filelight@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/mainWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/mainWindow.cpp b/src/app/mainWindow.cpp index 7370784..6dbc353 100644 --- a/src/app/mainWindow.cpp +++ b/src/app/mainWindow.cpp @@ -111,7 +111,7 @@ MainWindow::setupActions() //singleton function bool MainWindow::queryExit() { - if( !m_part ) //aptqparently std::exit() still calls this function, and abort() causes a crash.. + if( !m_part ) //apparently std::exit() still calls this function, and abort() causes a crash.. return true; KConfig* const config = KGlobal::config(); |