diff options
| author | François Andriot <francois.andriot@thalesgroup.com> | 2025-07-23 21:10:42 +0200 |
|---|---|---|
| committer | François Andriot <francois.andriot@thalesgroup.com> | 2025-07-23 21:11:10 +0200 |
| commit | ac5eab457a81daa9da64aec775105a7703047023 (patch) | |
| tree | f85e406542f62207b199c71c1c87001e20a2470b | |
| parent | a5f700973dfe659f42ecda3425a6fad0df16f674 (diff) | |
| download | tdebindings-ac5eab457a81daa9da64aec775105a7703047023.tar.gz tdebindings-ac5eab457a81daa9da64aec775105a7703047023.zip | |
Fix issue #40
Signed-off-by: François Andriot <francois.andriot@free.fr>
| -rw-r--r-- | xparts/xpart_notepad/shell_xparthost.cpp | 2 | ||||
| -rw-r--r-- | xparts/xpart_notepad/xp_notepad.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xparts/xpart_notepad/shell_xparthost.cpp b/xparts/xpart_notepad/shell_xparthost.cpp index 4a1cbb5b..c5eb937b 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 ) { - TDEApplication app( argc, argv, "xparthost_shell" ); + TDEApplication app( argc, argv, TQCString("xparthost_shell") ); app.dcopClient()->registerAs("xparthost_shell"); diff --git a/xparts/xpart_notepad/xp_notepad.cpp b/xparts/xpart_notepad/xp_notepad.cpp index 48c184e8..b5cfa5e8 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] ); - TDEApplication app( argc, argv, "xp_notepad" ); + TDEApplication app( argc, argv, TQCString("xp_notepad") ); XPartNotepad * xpn = new XPartNotepad("xp_notepad"); app.setMainWidget( xpn ); app.dcopClient()->attach(); |
