summaryrefslogtreecommitdiffstats
path: root/xparts/xpart_notepad/xp_notepad.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xparts/xpart_notepad/xp_notepad.cpp')
-rw-r--r--xparts/xpart_notepad/xp_notepad.cpp2
1 files changed, 1 insertions, 1 deletions
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();