diff options
Diffstat (limited to 'tdecore/tests/knotifytest.cpp')
-rw-r--r-- | tdecore/tests/knotifytest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tests/knotifytest.cpp b/tdecore/tests/knotifytest.cpp index 6c5af25a7..2ccd1f911 100644 --- a/tdecore/tests/knotifytest.cpp +++ b/tdecore/tests/knotifytest.cpp @@ -3,7 +3,7 @@ int main( int argc, char **argv ) { - TDEApplication app( argc, argv, "knotifytest" ); + TDEApplication app( argc, argv, TQCString("knotifytest") ); KNotifyClient::userEvent( "This is a notification to notify you :)", KNotifyClient::Messagebox, KNotifyClient::Error ); |