summaryrefslogtreecommitdiffstats
path: root/adept/installer
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:24 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:24 -0600
commitd4ef3460f854dcd2d2cc4cf7a796873b260afa9e (patch)
treecf91e29812d84f089f1d6e05eac5347defc9ea6e /adept/installer
parent3ebb02e2a6c98522f1a94945461c9ad56cb3e2c0 (diff)
downloadadept-d4ef3460f854dcd2d2cc4cf7a796873b260afa9e.tar.gz
adept-d4ef3460f854dcd2d2cc4cf7a796873b260afa9e.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'adept/installer')
-rw-r--r--adept/installer/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/adept/installer/main.cpp b/adept/installer/main.cpp
index b07406c..fb10492 100644
--- a/adept/installer/main.cpp
+++ b/adept/installer/main.cpp
@@ -33,12 +33,12 @@ int main(int argc, char *argv[])
"me at mornfall dot net",
"http://web.mornfall.net");
- KCmdLineArgs::init( argc, argv, &aboutData );
- KCmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::addCmdLineOptions( options );
KApplication app;
- KCmdLineArgs* args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs();
KGlobal::locale()->insertCatalogue(TQString::fromUtf8("libept"));