summaryrefslogtreecommitdiffstats
path: root/src/libgui
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:32 -0600
commit9ca7b92557f7d468f8d57838261f4bdddf6d70e0 (patch)
tree32f771932010128486ca695622f3255e17ee72f6 /src/libgui
parent33294802d33c754914aa4c16de5efe26408e05ef (diff)
downloadpiklab-9ca7b92557f7d468f8d57838261f4bdddf6d70e0.tar.gz
piklab-9ca7b92557f7d468f8d57838261f4bdddf6d70e0.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'src/libgui')
-rw-r--r--src/libgui/toplevel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgui/toplevel.cpp b/src/libgui/toplevel.cpp
index bcc9f3a..df055a7 100644
--- a/src/libgui/toplevel.cpp
+++ b/src/libgui/toplevel.cpp
@@ -378,7 +378,7 @@ void MainWindow::readDockConfig()
void MainWindow::initialLoading()
{
::PBusyCursor bc;
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
if ( args->count()!=0 ) { // opened urls provided on the command line
for (int i = 0; i<args->count(); i++) {
PURL::Url url(args->url(i));