summaryrefslogtreecommitdiffstats
path: root/kdewidgets/makekdewidgets.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-21 13:34:19 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-21 13:34:19 -0600
commit3c54dba4345977063987651bf4b914c2e1b2f174 (patch)
tree25492ff350c6ff734bfffd5ab1edbeef74ef3e1f /kdewidgets/makekdewidgets.cpp
parent45f3927b0ffec2599bc0e1ce361c5386474a85f4 (diff)
downloadtdelibs-3c54dba4345977063987651bf4b914c2e1b2f174.tar.gz
tdelibs-3c54dba4345977063987651bf4b914c2e1b2f174.zip
Rename makekdewidgets
Diffstat (limited to 'kdewidgets/makekdewidgets.cpp')
-rw-r--r--kdewidgets/makekdewidgets.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdewidgets/makekdewidgets.cpp b/kdewidgets/makekdewidgets.cpp
index 5e1338595..535ad0526 100644
--- a/kdewidgets/makekdewidgets.cpp
+++ b/kdewidgets/makekdewidgets.cpp
@@ -15,7 +15,7 @@
static const char description[] = I18N_NOOP( "Builds Qt widget plugins from an ini style description file." );
static const char version[] = "0.2";
static const char classHeader[] = "/**\n"
- "* This file was autogenerated by makekdewidgets. Any changes will be lost!\n"
+ "* This file was autogenerated by maketdewidgets. Any changes will be lost!\n"
"* The generated code in this file is licensed under the same license that the\n"
"* input file.\n"
"*/\n"
@@ -124,9 +124,9 @@ static void buildFile( TQTextStream &stream, const TQString& group, const TQStri
static TQString buildPixmap( const TQString &name, TDEConfig &input, const TQString &iconPath );
int main( int argc, char **argv ) {
- new TDEInstance( "makekdewidgets" );
+ new TDEInstance( "maketdewidgets" );
- TDEAboutData about( "makekdewidgets", I18N_NOOP( "makekdewidgets" ), version, description, TDEAboutData::License_GPL, "(C) 2004-2005 ian reinhart geiser", 0, 0, "geiseri@kde.org" );
+ TDEAboutData about( "maketdewidgets", I18N_NOOP( "maketdewidgets" ), version, description, TDEAboutData::License_GPL, "(C) 2004-2005 ian reinhart geiser", 0, 0, "geiseri@kde.org" );
about.addAuthor( "ian reinhart geiser", 0, "geiseri@kde.org" );
TDECmdLineArgs::init( argc, argv, &about );
TDECmdLineArgs::addCmdLineOptions( options );