summaryrefslogtreecommitdiffstats
path: root/conduits
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-19 18:46:30 -0600
committerTimothy Pearson <[email protected]>2013-01-19 18:46:30 -0600
commita200f22dde6af85d7888d619dd7c1196609f2144 (patch)
tree23505f8ea538d79f707e1c96ec272c181b4a110c /conduits
parentbc1c842c6175df67e665d606c1c6c8e9cf51f3b1 (diff)
downloadkpilot-a200f22dde6af85d7888d619dd7c1196609f2144.tar.gz
kpilot-a200f22dde6af85d7888d619dd7c1196609f2144.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'conduits')
-rw-r--r--conduits/docconduit/kpalmdoc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/docconduit/kpalmdoc.cpp b/conduits/docconduit/kpalmdoc.cpp
index 55956cf..e2924a4 100644
--- a/conduits/docconduit/kpalmdoc.cpp
+++ b/conduits/docconduit/kpalmdoc.cpp
@@ -47,7 +47,7 @@ int main(int argc, char *argv[])
about.addCredit("Adriaan de Groot", I18N_NOOP("Maintainer of KPilot"),
"[email protected]", "http://www.kpilot.org/");
- KCmdLineArgs::init(argc, argv, &about);
+ TDECmdLineArgs::init(argc, argv, &about);
KApplication::addCmdLineOptions();
KApplication app;