From 95c43a0f38217a41c246b1b324c92cc2cba78e5e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:17:51 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- xparts/mozilla/kshell.cpp | 2 +- xparts/xpart_notepad/shell_xparthost.cpp | 2 +- xparts/xpart_notepad/xp_notepad.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'xparts') diff --git a/xparts/mozilla/kshell.cpp b/xparts/mozilla/kshell.cpp index c644715d..dd5986b2 100644 --- a/xparts/mozilla/kshell.cpp +++ b/xparts/mozilla/kshell.cpp @@ -62,7 +62,7 @@ private: int main( int argc, char **argv ) { - KApplication app( argc, argv, "xkpartsshell" ); + TDEApplication app( argc, argv, "xkpartsshell" ); app.dcopClient()->registerAs("kshell"); diff --git a/xparts/xpart_notepad/shell_xparthost.cpp b/xparts/xpart_notepad/shell_xparthost.cpp index 2513fc51..b65819ad 100644 --- a/xparts/xpart_notepad/shell_xparthost.cpp +++ b/xparts/xpart_notepad/shell_xparthost.cpp @@ -66,7 +66,7 @@ void ShellWindow::mergeGUI() int main( int argc, char **argv ) { - KApplication app( argc, argv, "xparthost_shell" ); + TDEApplication app( argc, argv, "xparthost_shell" ); app.dcopClient()->registerAs("xparthost_shell"); diff --git a/xparts/xpart_notepad/xp_notepad.cpp b/xparts/xpart_notepad/xp_notepad.cpp index ae8cc850..96c5ef8a 100644 --- a/xparts/xpart_notepad/xp_notepad.cpp +++ b/xparts/xpart_notepad/xp_notepad.cpp @@ -80,7 +80,7 @@ int main( int argc, char **argv ) } printf("args: XPartHost appId = %s , XPartHost_KPart objId = %s\n", argv[1], argv[2] ); - KApplication app( argc, argv, "xp_notepad" ); + TDEApplication app( argc, argv, "xp_notepad" ); XPartNotepad * xpn = new XPartNotepad("xp_notepad"); app.setMainWidget( xpn ); app.dcopClient()->attach(); -- cgit v1.2.1