diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 18:46:31 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 18:46:31 -0600 |
commit | c5528d18d7870d01c4d8f1b8398db31f68bd7b41 (patch) | |
tree | 2355f0cceb7570f22465bd51b74b8e99f43d27ae /apps/ktupnptest/main.cpp | |
parent | 1bbdd977a4b138178fefe6268817db91715481f9 (diff) | |
download | ktorrent-c5528d18d7870d01c4d8f1b8398db31f68bd7b41.tar.gz ktorrent-c5528d18d7870d01c4d8f1b8398db31f68bd7b41.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'apps/ktupnptest/main.cpp')
-rw-r--r-- | apps/ktupnptest/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ktupnptest/main.cpp b/apps/ktupnptest/main.cpp index 73ceace..65fa4d8 100644 --- a/apps/ktupnptest/main.cpp +++ b/apps/ktupnptest/main.cpp @@ -51,8 +51,8 @@ int main(int argc,char** argv) KAboutData about("ktupnptest", I18N_NOOP("KTUPnPTest"), version, description, KAboutData::License_GPL, "(C) 2005 Joris Guisson", 0, "http://ktorrent.org/"); - KCmdLineArgs::init(argc, argv,&about); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init(argc, argv,&about); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; Globals::instance().initLog(kt::DataDir() + "ktupnptest.log"); UPnPTestApp* mwnd = new UPnPTestApp(); |