From 1f0e7cefe5c3898d269460c03b24d58921d48102 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: 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 --- src/app/mainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/mainWindow.cpp') 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(); -- cgit v1.2.1