summaryrefslogtreecommitdiffstats
path: root/digikam/themedesigner
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:25 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:25 -0600
commit4fbd41233e72a159f3ba8805f91c0b820873e37f (patch)
tree215e48365139af5779893bf0458d79a57ab079fb /digikam/themedesigner
parent0914721520cdaa41bf023732ddd39c728409856c (diff)
downloaddigikam-4fbd41233e72a159f3ba8805f91c0b820873e37f.tar.gz
digikam-4fbd41233e72a159f3ba8805f91c0b820873e37f.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'digikam/themedesigner')
-rw-r--r--digikam/themedesigner/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/digikam/themedesigner/main.cpp b/digikam/themedesigner/main.cpp
index ae462e0..f0f7221 100644
--- a/digikam/themedesigner/main.cpp
+++ b/digikam/themedesigner/main.cpp
@@ -60,8 +60,8 @@ int main(int argc, char** argv)
Digikam::authorsRegistration(aboutData);
- KCmdLineArgs::init(argc, argv, &aboutData);
- KCmdLineArgs::addCmdLineOptions(options);
+ TDECmdLineArgs::init(argc, argv, &aboutData);
+ TDECmdLineArgs::addCmdLineOptions(options);
KGlobal::locale()->setMainCatalogue( "digikam" );