summaryrefslogtreecommitdiffstats
path: root/DEBUG
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-21 18:53:30 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-21 18:53:30 -0600
commite729c6d549f12e27b358a1dad04ff254c033ac71 (patch)
tree5bd03b9540c6224912614af6ea8ee4f7de1275ad /DEBUG
parentdabf3a9fef3b352ed3cae6d58b7ed26c290d93ea (diff)
downloadtdelibs-e729c6d549f12e27b358a1dad04ff254c033ac71.tar.gz
tdelibs-e729c6d549f12e27b358a1dad04ff254c033ac71.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'DEBUG')
-rw-r--r--DEBUG4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEBUG b/DEBUG
index 4bcf3ce7b..042fe54c7 100644
--- a/DEBUG
+++ b/DEBUG
@@ -80,9 +80,9 @@ are interested in and verify that we have found the correct source line:
216 }
217
218 TDEApplication::TDEApplication( bool allowStyles, bool GUIenabled ) :
-219 QApplication( *KCmdLineArgs::tqt_argc(), *KCmdLineArgs::tqt_argv(),
+219 QApplication( *TDECmdLineArgs::tqt_argc(), *TDECmdLineArgs::tqt_argv(),
220 GUIenabled ),
-221 KInstance( KCmdLineArgs::about),
+221 KInstance( TDECmdLineArgs::about),
222 d (new TDEApplicationPrivate)
223 {
224 if (!GUIenabled)