diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:17:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:17:51 -0600 |
commit | 95c43a0f38217a41c246b1b324c92cc2cba78e5e (patch) | |
tree | fe11835688057219e383ad91e286490e46f1eff4 /kjsembed/docs | |
parent | 8a69eba2f0eddce05cf86e0df8aec6e9f473d485 (diff) | |
download | tdebindings-95c43a0f38217a41c246b1b324c92cc2cba78e5e.tar.gz tdebindings-95c43a0f38217a41c246b1b324c92cc2cba78e5e.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kjsembed/docs')
-rw-r--r-- | kjsembed/docs/embedding/simple-embed/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/docs/embedding/simple-embed/main.cpp b/kjsembed/docs/embedding/simple-embed/main.cpp index 8a3f75fe..b70bb61c 100644 --- a/kjsembed/docs/embedding/simple-embed/main.cpp +++ b/kjsembed/docs/embedding/simple-embed/main.cpp @@ -35,7 +35,7 @@ int main(int argc, char **argv) KAboutData::License_LGPL, "(C) 2004 Ian Reinhart Geiser", 0, 0, "geiseri@kde.org"); about.addAuthor( "Ian Reinhart Geiser", 0, "geiseri@kde.org" ); TDECmdLineArgs::init(argc, argv, &about); - KApplication app; + TDEApplication app; EmbedViewImp *view = new EmbedViewImp; app.setMainWidget(view); |