From 0c64a776ddecfa33a37318e79b8811d9774579ae Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Tue, 28 Jun 2016 05:07:09 +0300 Subject: Initial add for check target for cmake Signed-off-by: Alexander Golubev --- tdecore/tests/knotifytest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdecore/tests/knotifytest.cpp') 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 ); -- cgit v1.2.1