From 58646ccdcdc8ee08b081edba54e1460ff3295166 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:45 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kmid/kmidframe.cpp | 2 +- kmid/main.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kmid') diff --git a/kmid/kmidframe.cpp b/kmid/kmidframe.cpp index 0b02c608..df2e8320 100644 --- a/kmid/kmidframe.cpp +++ b/kmid/kmidframe.cpp @@ -221,7 +221,7 @@ kmidFrame::kmidFrame(const char *name) // connect( kmidclient, TQT_SIGNAL( channelView_Destroyed() ), // this, TQT_SLOT( channelViewDestroyed() ) ); - KCmdLineArgs * args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs * args = TDECmdLineArgs::parsedArgs(); if ( args->count() > 0 ) { diff --git a/kmid/main.cpp b/kmid/main.cpp index 45cd1fab..55596d3c 100644 --- a/kmid/main.cpp +++ b/kmid/main.cpp @@ -56,14 +56,14 @@ int main(int argc, char **argv) sigaction(SIGTERM, &act, NULL); */ - KCmdLineArgs::init(argc, argv, KMidFactory::aboutData() ); + TDECmdLineArgs::init(argc, argv, KMidFactory::aboutData() ); static KCmdLineOptions options[] = { { "+file", I18N_NOOP("File to open"), 0 }, KCmdLineLastOption }; - KCmdLineArgs::addCmdLineOptions(options); + TDECmdLineArgs::addCmdLineOptions(options); KApplication app; -- cgit v1.2.1