From ba2a3ce341c0c71bbbcf350fcbcd60c552220b31 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:23:13 -0600 Subject: Rename obsolete tq methods to standard names --- knode/kncollectionview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'knode/kncollectionview.cpp') diff --git a/knode/kncollectionview.cpp b/knode/kncollectionview.cpp index 7b73cc7b..e1fb2069 100644 --- a/knode/kncollectionview.cpp +++ b/knode/kncollectionview.cpp @@ -93,7 +93,7 @@ void KNCollectionView::readConfig() KConfig *conf = knGlobals.config(); conf->setGroup( "GroupView" ); - // execute the listview tqlayout stuff only once + // execute the listview layout stuff only once static bool initDone = false; if (!initDone) { initDone = true; -- cgit v1.2.3