From 6e8a7cc94c1eb8b67e91e6dc2f864dfeec51d9cc Mon Sep 17 00:00:00 2001 From: Timothy Pearson <kb9vqf@pearsoncomputing.net> Date: Sat, 19 Jan 2013 18:23:12 -0600 Subject: Rename qt_argc and qt_argv methods to avoid conflicts with KDE4 symbols --- DEBUG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DEBUG') 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) -- cgit v1.2.1