summaryrefslogtreecommitdiffstats
path: root/DEBUG
diff options
context:
space:
mode:
Diffstat (limited to 'DEBUG')
-rw-r--r--DEBUG2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEBUG b/DEBUG
index 47a8fe871..c5df1299b 100644
--- a/DEBUG
+++ b/DEBUG
@@ -80,7 +80,7 @@ are interested in and verify that we have found the correct source line:
216 }
217
218 KApplication::KApplication( bool allowStyles, bool GUIenabled ) :
-219 QApplication( *KCmdLineArgs::qt_argc(), *KCmdLineArgs::qt_argv(),
+219 QApplication( *KCmdLineArgs::tqt_argc(), *KCmdLineArgs::tqt_argv(),
220 GUIenabled ),
221 KInstance( KCmdLineArgs::about),
222 d (new KApplicationPrivate)