summaryrefslogtreecommitdiffstats
path: root/DEBUG
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:23:12 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:23:12 -0600
commit6e8a7cc94c1eb8b67e91e6dc2f864dfeec51d9cc (patch)
treef1325de444fa5ae1bf9d1dcb8cd735ae134e5226 /DEBUG
parent54928e863500dda7674b5a6d425a77065095b6d3 (diff)
downloadtdelibs-6e8a7cc94c1eb8b67e91e6dc2f864dfeec51d9cc.tar.gz
tdelibs-6e8a7cc94c1eb8b67e91e6dc2f864dfeec51d9cc.zip
Rename qt_argc and qt_argv methods to avoid conflicts with KDE4 symbols
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)