diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 19:48:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 19:48:39 -0600 |
commit | 2e05692480ffca7ce2043180e9377619c233ee66 (patch) | |
tree | 5088d7b6bbb2a9ddd2cf47b53bde45e72f2529d7 /languages/cpp/app_templates/kofficepart/main.cpp | |
parent | 2f859f842a79ef5cf5b6df6ffcdbe47f5e0bcf24 (diff) | |
download | tdevelop-2e05692480ffca7ce2043180e9377619c233ee66.tar.gz tdevelop-2e05692480ffca7ce2043180e9377619c233ee66.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'languages/cpp/app_templates/kofficepart/main.cpp')
-rw-r--r-- | languages/cpp/app_templates/kofficepart/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/cpp/app_templates/kofficepart/main.cpp b/languages/cpp/app_templates/kofficepart/main.cpp index 01fa0c3d..b2621a03 100644 --- a/languages/cpp/app_templates/kofficepart/main.cpp +++ b/languages/cpp/app_templates/kofficepart/main.cpp @@ -12,10 +12,10 @@ #include "%{APPNAMELC}_aboutdata.h" -static const KCmdLineOptions options[]= +static const TDECmdLineOptions options[]= { {"+[file]", I18N_NOOP("File to open"),0}, - KCmdLineLastOption + TDECmdLineLastOption }; int main( int argc, char **argv ) |